CVS commit: src/lib/libm
Module Name:src Committed By: njoly Date: Fri Mar 9 08:03:53 UTC 2012 Modified Files: src/lib/libm: Makefile Log Message: On alpha compile the math library with dynamic rounding mode instead of fixed normal IEEE rounding mode. This makes function that depends on the current rounding mode, such as rint(3), just work. To generate a diff of this commit: cvs rdiff -u -r1.120 -r1.121 src/lib/libm/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/sparc64/include
Module Name:src Committed By: jdc Date: Fri Mar 9 10:42:12 UTC 2012 Modified Files: src/sys/arch/sparc64/include: param.h Log Message: Restrict NKMEMPAGES to 2.5GB, otherwise we will run out of space in the kernel_map on machines with 8GB (or more) main memory. XXX: Moving KERNBASE/KERNEND is a better long term solution, but this allows those machines to boot now. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/sys/arch/sparc64/include/param.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libpthread
Module Name:src Committed By: drochner Date: Fri Mar 9 12:06:45 UTC 2012 Modified Files: src/lib/libpthread: pthread.c Log Message: -fix initial stacksize rounding -minor indentation fix To generate a diff of this commit: cvs rdiff -u -r1.128 -r1.129 src/lib/libpthread/pthread.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/gpt
Module Name:src Committed By: drochner Date: Fri Mar 9 12:30:28 UTC 2012 Modified Files: src/sbin/gpt: gpt.8 Log Message: fix a path To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sbin/gpt/gpt.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/lib/semaphore
Module Name:src Committed By: joerg Date: Fri Mar 9 14:25:34 UTC 2012 Modified Files: src/tests/lib/semaphore: sem.c Log Message: PR 43452 no longer applies. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/tests/lib/semaphore/sem.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/gpl2/xcvs/dist/src
Module Name:src Committed By: christos Date: Fri Mar 9 15:24:34 UTC 2012 Modified Files: src/external/gpl2/xcvs/dist/src: acl.c Log Message: remove statement with no effect. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/gpl2/xcvs/dist/src/acl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/sys
Module Name:src Committed By: christos Date: Fri Mar 9 15:35:28 UTC 2012 Modified Files: src/sys/sys: ptree.h Log Message: Cast constants to the appropriate type. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/sys/ptree.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/sys
Module Name:src Committed By: christos Date: Fri Mar 9 15:38:03 UTC 2012 Modified Files: src/sys/sys: gmon.h Log Message: use explicit cast for RHS of shift operator since semantics change from traditional c to ansi. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/sys/gmon.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/common/lib/libc
Module Name:src Committed By: christos Date: Fri Mar 9 15:41:16 UTC 2012 Modified Files: src/common/lib/libc/inet: inet_addr.c src/common/lib/libc/quad: ashldi3.c ashrdi3.c lshrdi3.c qdivrem.c quad.h src/common/lib/libc/stdlib: _strtol.h _strtoul.h src/common/lib/libc/string: bcmp.c popcount64.c src/common/lib/libc/sys: cpuset.c Log Message: Casts and type changes to fix portability issues. - int -> size_t - adjust width of RHS of shift - adjust widths of types To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/common/lib/libc/inet/inet_addr.c cvs rdiff -u -r1.2 -r1.3 src/common/lib/libc/quad/ashldi3.c \ src/common/lib/libc/quad/ashrdi3.c src/common/lib/libc/quad/lshrdi3.c \ src/common/lib/libc/quad/qdivrem.c cvs rdiff -u -r1.4 -r1.5 src/common/lib/libc/quad/quad.h cvs rdiff -u -r1.2 -r1.3 src/common/lib/libc/stdlib/_strtol.h cvs rdiff -u -r1.1 -r1.2 src/common/lib/libc/stdlib/_strtoul.h cvs rdiff -u -r1.6 -r1.7 src/common/lib/libc/string/bcmp.c \ src/common/lib/libc/string/popcount64.c cvs rdiff -u -r1.17 -r1.18 src/common/lib/libc/sys/cpuset.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/sbin/newfs_ext2fs
Module Name:src Committed By: sborrill Date: Fri Mar 9 16:51:04 UTC 2012 Modified Files: src/sbin/newfs_ext2fs [netbsd-6]: mke2fs.c Log Message: Pull up the following revisions(s) (requested by tsutsui in ticket #105): sbin/newfs_ext2fs/mke2fs.c: revision 1.15 Fix extremely slow newfs_ext2fs(8) operation on large USB stick. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.14.8.1 src/sbin/newfs_ext2fs/mke2fs.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/doc
Module Name:src Committed By: sborrill Date: Fri Mar 9 16:51:49 UTC 2012 Modified Files: src/doc [netbsd-6]: CHANGES-6.0 Log Message: Ticket #105 To generate a diff of this commit: cvs rdiff -u -r1.1.2.50 -r1.1.2.51 src/doc/CHANGES-6.0 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/gencat
Module Name:src Committed By: ginsbach Date: Fri Mar 9 18:54:28 UTC 2012 Modified Files: src/usr.bin/gencat: gencat.c Log Message: Improve the handling of quoted messages. - warn about messages with an unexpected quote character - warn about extra characters after a quote character - warn about an unterminated quoted message To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/usr.bin/gencat/gencat.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/lib/libpthread
Module Name:src Committed By: joerg Date: Fri Mar 9 19:46:38 UTC 2012 Modified Files: src/tests/lib/libpthread: t_sem.c Log Message: It is perfectly valid for sem_wait to be interrupted, so loop on EINTR. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/lib/libpthread/t_sem.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/librumpuser
Module Name:src Committed By: joerg Date: Fri Mar 9 21:03:09 UTC 2012 Modified Files: src/lib/librumpuser: rumpuser_sp.c Log Message: Disable reduced stack for now. It creates fallout I'm not willing to deal with. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/lib/librumpuser/rumpuser_sp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/kern
Module Name:src Committed By: joerg Date: Fri Mar 9 21:03:47 UTC 2012 Modified Files: src/sys/kern: uipc_sem.c Log Message: sem_open and friends should return EINVAL if the semaphore is not valid. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/kern/uipc_sem.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/sparc64/include
Module Name:src Committed By: nakayama Date: Sat Mar 10 07:54:17 UTC 2012 Modified Files: src/sys/arch/sparc64/include: param.h Log Message: Fix previous, which causes an integer overflow error in uvm_km.c on 32-bit kernels. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sys/arch/sparc64/include/param.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.