CVS commit: src/share/man/man4
Module Name:src Committed By: jruoho Date: Wed Oct 5 10:10:31 UTC 2011 Modified Files: src/share/man/man4: acpi.4 Log Message: fujitsu(4) -> fujbp(4) && fujhk(4). To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 src/share/man/man4/acpi.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libterminfo
Module Name:src Committed By: roy Date: Wed Oct 5 10:46:08 UTC 2011 Modified Files: src/lib/libterminfo: curterm.c Log Message: There is no standard way of getting a list of aliases for the terminal. However, some applications such as telnet want to know this. ncurses dumps the terminfo header into an undefined variable ttytype and these applications then parse it to work out the aliases. We should do the same for now, until a standard mechanism for getting the information is available or the need for it goes away. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/lib/libterminfo/curterm.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/telnet
Module Name:src Committed By: roy Date: Wed Oct 5 10:48:54 UTC 2011 Modified Files: src/usr.bin/telnet: Makefile telnet.c Log Message: Use terminfo and the non-standard ttytype rather than termcap. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/usr.bin/telnet/Makefile cvs rdiff -u -r1.31 -r1.32 src/usr.bin/telnet/telnet.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/mk
Module Name:src Committed By: apb Date: Wed Oct 5 12:34:05 UTC 2011 Modified Files: src/share/mk: bsd.README bsd.clean.mk Log Message: Add MKCLEANSRC and MKCLEANVERIFY variables, defaulting to "yes". You may set them to "no" to get the old behaviour of "make clean" and "make cleandir". To generate a diff of this commit: cvs rdiff -u -r1.286 -r1.287 src/share/mk/bsd.README cvs rdiff -u -r1.3 -r1.4 src/share/mk/bsd.clean.mk 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: apb Date: Wed Oct 5 13:05:49 UTC 2011 Modified Files: src/sys/kern: kern_synch.c Log Message: Print "WARNING: negative runtime; monotonic clock has gone backwards\n" using log(LOG_WARNING, ...), not just printf(...). >From PR 45421 by Greg Woods. To generate a diff of this commit: cvs rdiff -u -r1.291 -r1.292 src/sys/kern/kern_synch.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/bin/sh
Module Name:src Committed By: christos Date: Wed Oct 5 13:15:30 UTC 2011 Modified Files: src/bin/sh: sh.1 Log Message: Merge duplicate information. To generate a diff of this commit: cvs rdiff -u -r1.105 -r1.106 src/bin/sh/sh.1 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: apb Date: Wed Oct 5 13:22:13 UTC 2011 Modified Files: src/sys/kern: kern_synch.c Log Message: When killing a process due to RLIMIT_CPU, also log a message with LOG_NOTICE, and print a message to the user with uprintf. >From PR 45421 by Greg Woods, but I changed the log priority (the user might think it's an error, but the kernel is just doing its job) and the wording of the message, and I edited a nearby comment. To generate a diff of this commit: cvs rdiff -u -r1.292 -r1.293 src/sys/kern/kern_synch.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: apb Date: Wed Oct 5 13:24:10 UTC 2011 Modified Files: src/sys/kern: kern_sysctl.c Log Message: s/null terminate/NUL terminate/ in a comment. >From PR 45422 by Greg Woods. To generate a diff of this commit: cvs rdiff -u -r1.231 -r1.232 src/sys/kern/kern_sysctl.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: apb Date: Wed Oct 5 13:30:24 UTC 2011 Modified Files: src/sys/kern: sys_pipe.c Log Message: When pipe1() calls pipe_create() and it fails, use the error result from pipe_create(), don't assume it will always be ENOMEM. >From PR 45423 by Greg Woods. To generate a diff of this commit: cvs rdiff -u -r1.132 -r1.133 src/sys/kern/sys_pipe.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/compat/netbsd32
Module Name:src Committed By: macallan Date: Wed Oct 5 14:17:42 UTC 2011 Modified Files: src/sys/compat/netbsd32: netbsd32_ioctl.c Log Message: forgot SIOCG80211NWKEY32 when adding SIOCS80211NWKEY32 To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/sys/compat/netbsd32/netbsd32_ioctl.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: apb Date: Wed Oct 5 14:28:08 UTC 2011 Modified Files: src/sys/kern: kern_synch.c Log Message: revert revision 1.291. log(LOG_WARNING) is not strictly more noisy than printf(). To generate a diff of this commit: cvs rdiff -u -r1.293 -r1.294 src/sys/kern/kern_synch.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: njoly Date: Wed Oct 5 20:37:40 UTC 2011 Modified Files: src/sys/kern: kern_synch.c Log Message: Include sys/syslog.h for log(9). To generate a diff of this commit: cvs rdiff -u -r1.294 -r1.295 src/sys/kern/kern_synch.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/amd64/amd64
Module Name:src Committed By: njoly Date: Wed Oct 5 20:39:24 UTC 2011 Modified Files: src/sys/arch/amd64/amd64: trap.c Log Message: Remove extra space. To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 src/sys/arch/amd64/amd64/trap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/util/xlint/lint1
Module Name:src Committed By: njoly Date: Wed Oct 5 21:30:50 UTC 2011 Modified Files: src/tests/util/xlint/lint1: d_c99_decls_after_stmt.c Log Message: Fix lint unrelated "set but not used" warning, to unbreak test. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/util/xlint/lint1/d_c99_decls_after_stmt.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/compat/netbsd32
Module Name:src Committed By: macallan Date: Thu Oct 6 03:19:32 UTC 2011 Modified Files: src/sys/compat/netbsd32: netbsd32_ioctl.c Log Message: fix pasto, now SIOCS80211NWKEY and SIOCG80211NWKEY actually work To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/sys/compat/netbsd32/netbsd32_ioctl.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: jruoho Date: Thu Oct 6 05:23:41 UTC 2011 Modified Files: src/distrib/sets/lists/comp: mi src/share/man/man9: Makefile Added Files: src/share/man/man9: kcpuset.9 Log Message: Add kcpuset(9). Ok rmind@. To generate a diff of this commit: cvs rdiff -u -r1.1687 -r1.1688 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.353 -r1.354 src/share/man/man9/Makefile cvs rdiff -u -r0 -r1.1 src/share/man/man9/kcpuset.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/gen
Module Name:src Committed By: jruoho Date: Thu Oct 6 05:24:42 UTC 2011 Modified Files: src/lib/libc/gen: cpuset.3 Log Message: Xref kcpuset(9). To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libc/gen/cpuset.3 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: mrg Date: Thu Oct 6 06:55:35 UTC 2011 Modified Files: src/sys/arch/sparc64/include: pmap.h Log Message: make struct page_size_map consistent across DEBUG/!DEBUG kernels. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/sys/arch/sparc64/include/pmap.h 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: mrg Date: Thu Oct 6 06:56:30 UTC 2011 Modified Files: src/sys/arch/x86/x86: cpu.c src/sys/arch/xen/x86: cpu.c Log Message: remove a check against uvmexp.ncolors that is done inside uvm_page_recolor() already anyway. To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94 src/sys/arch/x86/x86/cpu.c cvs rdiff -u -r1.66 -r1.67 src/sys/arch/xen/x86/cpu.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.