CVS commit: src/tests/lib/libutil
Module Name:src Committed By: jmmv Date: Wed Mar 23 09:13:55 UTC 2011 Modified Files: src/tests/lib/libutil: t_pidfile.c Log Message: Clean up some late-night braindeadness: - Make the pidfile name generation functions return their value as a return value, not an output pointer. And homogenize these into a single function. - Free allocated memory. Not truly necessary because the test cases die immediately anyway, but nice to do. - Remove the pidfile__ prefix from test case names. (This was in advance of some changes I want to propose to pidfile(3), but it turns out my approach was flawed. Preemptive smartness is evil!) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libutil/t_pidfile.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/gzip
Module Name:src Committed By: tsutsui Date: Wed Mar 23 12:59:44 UTC 2011 Modified Files: src/usr.bin/gzip: gzip.c Log Message: Fix OPT_LIST. -t is not available in SMALL case. To generate a diff of this commit: cvs rdiff -u -r1.98 -r1.99 src/usr.bin/gzip/gzip.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/mmeye/include
Module Name:src Committed By: tsutsui Date: Wed Mar 23 13:01:04 UTC 2011 Modified Files: src/sys/arch/mmeye/include: bus.h Log Message: bus_dma_segment_t should be a structure, not a pointer. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/mmeye/include/bus.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/makefs/cd9660
Module Name:src Committed By: christos Date: Wed Mar 23 13:11:52 UTC 2011 Modified Files: src/usr.sbin/makefs/cd9660: cd9660_strings.c Log Message: Fix typos in character ranges from: Baptiste Daroussin bapt at freebsd dot org To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/makefs/cd9660/cd9660_strings.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/semaphore
Module Name:src Committed By: joerg Date: Wed Mar 23 13:57:04 UTC 2011 Modified Files: src/tests/lib/semaphore: sem.c Log Message: Explicitly terminate threads to prevent crashes on exit. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 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/sys/kern
Module Name:src Committed By: joerg Date: Wed Mar 23 13:57:40 UTC 2011 Modified Files: src/sys/kern: kern_fork.c Log Message: Preserve l_private across forks. To generate a diff of this commit: cvs rdiff -u -r1.179 -r1.180 src/sys/kern/kern_fork.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/nfs
Module Name:src Committed By: tls Date: Wed Mar 23 17:42:11 UTC 2011 Modified Files: src/sys/nfs: nfs_socket.c Log Message: As suggested by matt@: change socket buffer reservations for NFS send/receive to 3 times max RPC size rather than 2 times. Avoids nasty TCP stalls observed at Panix. Will require increase to sbmax via sysctl for those running really huge NFS rsize/wsize (>64K). To generate a diff of this commit: cvs rdiff -u -r1.188 -r1.189 src/sys/nfs/nfs_socket.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/bin/expr
Module Name:src Committed By: dholland Date: Wed Mar 23 18:10:25 UTC 2011 Modified Files: src/bin/expr: expr.1 Log Message: minor usage nit To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/bin/expr/expr.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/ibm-public/postfix/dist
Module Name:src Committed By: tron Date: Wed Mar 23 19:10:45 UTC 2011 Modified Files: src/external/ibm-public/postfix/dist: makedefs src/external/ibm-public/postfix/dist/src/global: mail_params.h Log Message: Resolve conflict from last import. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/ibm-public/postfix/dist/makedefs cvs rdiff -u -r1.6 -r1.7 \ src/external/ibm-public/postfix/dist/src/global/mail_params.h 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: tron Date: Wed Mar 23 20:22:33 UTC 2011 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: Note import of Postfix 2.8.2. To generate a diff of this commit: cvs rdiff -u -r1.825 -r1.826 src/doc/3RDPARTY cvs rdiff -u -r1.1527 -r1.1528 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch
Module Name:src Committed By: martin Date: Wed Mar 23 20:41:31 UTC 2011 Modified Files: src/sys/arch/sparc/include: trap.h src/sys/arch/sparc/sparc: syscall.c src/sys/arch/sparc64/include: trap.h src/sys/arch/sparc64/sparc64: syscall.c Log Message: Add a syscall variant passing the return address in %g5 (we need %g7 for pthread_self and %g2 is an application register, so we can not use those anymore). To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/sparc/include/trap.h cvs rdiff -u -r1.23 -r1.24 src/sys/arch/sparc/sparc/syscall.c cvs rdiff -u -r1.7 -r1.8 src/sys/arch/sparc64/include/trap.h cvs rdiff -u -r1.37 -r1.38 src/sys/arch/sparc64/sparc64/syscall.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/arch/sparc/gen
Module Name:src Committed By: martin Date: Wed Mar 23 20:54:35 UTC 2011 Modified Files: src/lib/libc/arch/sparc/gen: divrem.m4 Log Message: Avoid using %g7 To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libc/arch/sparc/gen/divrem.m4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/stdio
Module Name:src Committed By: dholland Date: Thu Mar 24 02:29:33 UTC 2011 Modified Files: src/lib/libc/stdio: fvwrite.c Log Message: Eliminate dead store. From Henning Petersen in PR 42776. Doesn't change the output .o file. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/lib/libc/stdio/fvwrite.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys
Module Name:src Committed By: jruoho Date: Thu Mar 24 05:10:06 UTC 2011 Modified Files: src/sys/arch/x86/acpi: acpi_cpu_md.c src/sys/dev/acpi: acpi_cpu.c acpi_cpu.h Log Message: Remove the "simple CPU lock" that was unnecessary. Thanks to rmind@ for clarifications. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/sys/arch/x86/acpi/acpi_cpu_md.c cvs rdiff -u -r1.38 -r1.39 src/sys/dev/acpi/acpi_cpu.c cvs rdiff -u -r1.39 -r1.40 src/sys/dev/acpi/acpi_cpu.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/npf/npfctl
Module Name:src Committed By: jruoho Date: Thu Mar 24 05:48:54 UTC 2011 Modified Files: src/usr.sbin/npf/npfctl: npfctl.8 Log Message: As per request from the author, put non-standard PERFORMANCE back. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/npf/npfctl/npfctl.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.