CVS commit: src

2011-10-20 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Thu Oct 20 06:48:25 UTC 2011 Modified Files: src/share/man/man9: cpufreq.9 src/sys/kern: subr_cpufreq.c Log Message: Do not use xcall(9) in cpufreq_register(9), as it requires kthreads to be running and may impose hacks

CVS commit: src/sys/dev/acpi

2011-10-20 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Thu Oct 20 06:57:24 UTC 2011 Modified Files: src/sys/dev/acpi: acpi_cpu.c Log Message: Initialize P-states to P0 (i.e. the highest frequency). To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46

CVS commit: src/share/man/man9

2011-10-20 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Thu Oct 20 09:31:00 UTC 2011 Modified Files: src/share/man/man9: mstohz.9 tvtohz.9 Log Message: Xref mstohz(9) and tvtohz(9) with each other. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/share/man/man9

2011-10-20 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Oct 20 10:36:42 UTC 2011 Modified Files: src/share/man/man9: mstohz.9 Log Message: Use Aq instead of \*[Lt]...\*[Gt] To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/share/man/man9/mstohz.9 Please note that

CVS commit: src/share/man/man9

2011-10-20 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Thu Oct 20 12:14:13 UTC 2011 Modified Files: src/share/man/man9: usbdi.9 Log Message: Use .In macro. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/share/man/man9/usbdi.9 Please note that diffs are not public

CVS commit: src/sys/arch/xen/x86

2011-10-20 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Thu Oct 20 13:21:11 UTC 2011 Modified Files: src/sys/arch/xen/x86: cpu.c Log Message: Remove code that is commented out and out-of-sync with x86. If Xen needs to use cpu_resume(), cpu_suspend(), or cpu_shutdown() in the future,

CVS commit: src/share/man/man4/man4.x86

2011-10-20 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Thu Oct 20 13:54:39 UTC 2011 Modified Files: src/share/man/man4/man4.x86: est.4 Log Message: Add the relevant datasheets to SEE ALSO. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/man4.x86/est.4

CVS commit: src/sys/kern

2011-10-20 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Thu Oct 20 18:18:21 UTC 2011 Modified Files: src/sys/kern: sys_pipe.c Log Message: Do call fd_set_exclose() on both file descriptors, to set the close-on-exec flag. To generate a diff of this commit: cvs rdiff -u -r1.133 -r1.134

CVS commit: src/tests/lib/libc/sys

2011-10-20 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Thu Oct 20 18:20:30 UTC 2011 Modified Files: src/tests/lib/libc/sys: t_pipe.c Log Message: New testcase that check for close-on-exec flag on pipe2 syscall. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys

2011-10-20 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Oct 20 20:13:55 UTC 2011 Modified Files: src/sys/arch/x86/x86: vmt.c src/sys/modules/vmt: Makefile Log Message: mark vm_reg members as volatile instead of building this with -O0 To generate a diff of this commit:

CVS commit: src/sys/dev/pci

2011-10-20 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Oct 20 22:04:10 UTC 2011 Modified Files: src/sys/dev/pci: voyager.c Log Message: include opt_voyager.h To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/pci/voyager.c Please note that diffs are not

CVS commit: src/tests/lib/libc/regex

2011-10-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 21 00:41:35 UTC 2011 Modified Files: src/tests/lib/libc/regex: t_exhaust.c Log Message: simplify. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/regex/t_exhaust.c Please note that

CVS commit: src/lib/libutil

2011-10-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 21 01:37:59 UTC 2011 Modified Files: src/lib/libutil: Makefile Log Message: Don't use = to assing SRCS, but += so that we can remove snprintb.c, which was added elsewhere. To generate a diff of this commit: cvs rdiff

CVS commit: src/lib/libutil

2011-10-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 21 02:05:36 UTC 2011 Modified Files: src/lib/libutil: Makefile Log Message: Add proc_compare To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/lib/libutil/Makefile Please note that diffs are not

CVS commit: src/sys/sys

2011-10-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 21 02:07:07 UTC 2011 Modified Files: src/sys/sys: proc.h sysctl.h Log Message: add proc_compare prototype. To generate a diff of this commit: cvs rdiff -u -r1.310 -r1.311 src/sys/sys/proc.h cvs rdiff -u -r1.196

CVS commit: src/sys/kern

2011-10-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 21 02:08:10 UTC 2011 Modified Files: src/sys/kern: tty.c Log Message: extract broken proc_compare. lwp compares against self. To generate a diff of this commit: cvs rdiff -u -r1.248 -r1.249 src/sys/kern/tty.c Please

CVS commit: src/common/lib/libutil

2011-10-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 21 02:09:00 UTC 2011 Modified Files: src/common/lib/libutil: Makefile.inc Added Files: src/common/lib/libutil: proc_compare.c Log Message: Add a version of proc_compare that works both for kernel and userland

CVS commit: src/distrib/sets/lists/comp

2011-10-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 21 02:11:19 UTC 2011 Modified Files: src/distrib/sets/lists/comp: mi Log Message: Add proc_compare.3 To generate a diff of this commit: cvs rdiff -u -r1.1694 -r1.1695 src/distrib/sets/lists/comp/mi Please note that

CVS commit: src/usr.bin/w

2011-10-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 21 02:26:09 UTC 2011 Modified Files: src/usr.bin/w: Makefile extern.h w.c Removed Files: src/usr.bin/w: proc_compare.c Log Message: Remove stale proc_compare code and use the shared one in libutil. To generate