CVS commit: src/games/tetris
Module Name:src Committed By: wiz Date: Thu Feb 19 08:51:14 UTC 2015 Modified Files: src/games/tetris: tetris.6 Log Message: Use Pp (mdoc) instead of sp (roff). Use An in AUTHORS section. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/games/tetris/tetris.6 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/powerpc/booke
Module Name:src Committed By: nonaka Date: Thu Feb 19 08:59:56 UTC 2015 Modified Files: src/sys/arch/powerpc/booke: e500_tlb.c Log Message: fix compile failure without DIAGNOSTIC. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/powerpc/booke/e500_tlb.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/doc
Module Name:src Committed By: mrg Date: Thu Feb 19 11:20:43 UTC 2015 Modified Files: src/doc: TODO Log Message: update for reality in many places. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man9
Module Name:src Committed By: riastradh Date: Thu Feb 19 15:38:30 UTC 2015 Modified Files: src/share/man/man9: cprng.9 Log Message: Clarify advice about when to use what parts of cprng(9). Add security model to specify the difference between cprng_strong and cprng_fast. Fix code references. cprng_fast now uses ChaCha8, not RC4. XXX Would have been nice if they had been called cprng and cprng_weak to reduce confusion about which one to use, or even random and weakrandom. Too late for that now, though. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/share/man/man9/cprng.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS import: xsrc/external/mit/xtrans/dist
Module Name:xsrc Committed By: snj Date: Thu Feb 19 20:48:18 UTC 2015 Update of /cvsroot/xsrc/external/mit/xtrans/dist In directory ivanova.netbsd.org:/tmp/cvs-serv23370 Log Message: initial import of xtrans-1.3.5 Status: Vendor Tag: xorg Release Tags: xtrans-1-3-5 U xsrc/external/mit/xtrans/dist/Makefile.am U xsrc/external/mit/xtrans/dist/README U xsrc/external/mit/xtrans/dist/Xtrans.h U xsrc/external/mit/xtrans/dist/ChangeLog U xsrc/external/mit/xtrans/dist/configure U xsrc/external/mit/xtrans/dist/Xtransint.h U xsrc/external/mit/xtrans/dist/aclocal.m4 U xsrc/external/mit/xtrans/dist/xtrans.m4 U xsrc/external/mit/xtrans/dist/compile U xsrc/external/mit/xtrans/dist/docbook.am U xsrc/external/mit/xtrans/dist/Xtranssock.c U xsrc/external/mit/xtrans/dist/install-sh U xsrc/external/mit/xtrans/dist/config.sub U xsrc/external/mit/xtrans/dist/missing U xsrc/external/mit/xtrans/dist/Xtranslcl.c U xsrc/external/mit/xtrans/dist/INSTALL U xsrc/external/mit/xtrans/dist/config.guess U xsrc/external/mit/xtrans/dist/Xtransutil.c U xsrc/external/mit/xtrans/dist/Makefile.in U xsrc/external/mit/xtrans/dist/configure.ac U xsrc/external/mit/xtrans/dist/COPYING U xsrc/external/mit/xtrans/dist/AUTHORS U xsrc/external/mit/xtrans/dist/Xtrans.c U xsrc/external/mit/xtrans/dist/xtrans.pc.in U xsrc/external/mit/xtrans/dist/transport.c U xsrc/external/mit/xtrans/dist/doc/Makefile.am U xsrc/external/mit/xtrans/dist/doc/xtrans.xml U xsrc/external/mit/xtrans/dist/doc/Makefile.in No conflicts created by this import
CVS commit: xsrc/external/mit/xtrans/dist
Module Name:xsrc Committed By: snj Date: Thu Feb 19 20:51:23 UTC 2015 Removed Files: xsrc/external/mit/xtrans/dist: Xtransdnet.c Xtransos2.c Log Message: remove files that were last included in xtrans-1.2.1 To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r0 xsrc/external/mit/xtrans/dist/Xtransdnet.c \ xsrc/external/mit/xtrans/dist/Xtransos2.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: snj Date: Thu Feb 19 20:57:36 UTC 2015 Modified Files: src/distrib/sets/lists/xcomp: mi src/external/mit/xorg/include/xtrans: Makefile Log Message: don't install Xtransdnet.c or Xtransos2.c, which were last part of xtrans 1.2.1. To generate a diff of this commit: cvs rdiff -u -r1.156 -r1.157 src/distrib/sets/lists/xcomp/mi cvs rdiff -u -r1.3 -r1.4 src/external/mit/xorg/include/xtrans/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/ufs/ext2fs
Module Name:src Committed By: maxv Date: Thu Feb 19 21:31:45 UTC 2015 Modified Files: src/sys/ufs/ext2fs: ext2fs_vfsops.c Log Message: e2fs_sbcheck(): add a check to ensure e2fs_bpg!=0. Otherwise the kernel panics with a division by zero. While here, remove the #ifdef's. To generate a diff of this commit: cvs rdiff -u -r1.186 -r1.187 src/sys/ufs/ext2fs/ext2fs_vfsops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/include
Module Name:src Committed By: joerg Date: Thu Feb 19 21:44:50 UTC 2015 Modified Files: src/sys/arch/arm/include: lock.h Log Message: Don't use plain inline in that might end up compiled with -ansi. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/arch/arm/include/lock.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/stdlib
Module Name:src Committed By: wiz Date: Thu Feb 19 23:08:21 UTC 2015 Modified Files: src/lib/libc/stdlib: reallocarr.3 Log Message: Add EXAMPLES section, from Youri Mouton. Bump date. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libc/stdlib/reallocarr.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.