CVS commit: src/share/man/man9
Module Name:src Committed By: wiz Date: Tue Apr 21 10:00:31 UTC 2015 Modified Files: src/share/man/man9: namei.9 Log Message: Bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/share/man/man9/namei.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/public-domain/xz/bin/xz
Module Name:src Committed By: christos Date: Tue Apr 21 10:12:04 UTC 2015 Modified Files: src/external/public-domain/xz/bin/xz: Makefile Log Message: help sun2 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/public-domain/xz/bin/xz/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/net
Module Name:src Committed By: pooka Date: Tue Apr 21 10:39:41 UTC 2015 Modified Files: src/sys/net: if.c Log Message: Attach PF_INET6 pktq sysctls only when inet6 is present. More modular initialization would be nicer, but at least this patch prevents "sysctl -a" from crashing when INET6 is defined by inet6 has not been attached. To generate a diff of this commit: cvs rdiff -u -r1.310 -r1.311 src/sys/net/if.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: pooka Date: Tue Apr 21 10:54:52 UTC 2015 Modified Files: src/sys/kern: kern_kthread.c kern_physio.c vfs_trans.c Log Message: Don't check if constant-sized KM_SLEEP allocations succeeded. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/kern/kern_kthread.c cvs rdiff -u -r1.92 -r1.93 src/sys/kern/kern_physio.c cvs rdiff -u -r1.31 -r1.32 src/sys/kern/vfs_trans.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: pooka Date: Tue Apr 21 11:10:29 UTC 2015 Modified Files: src/distrib/sets/lists/comp: mi src/share/man/man9: Makefile kthread.9 src/sys/kern: kern_kthread.c src/sys/sys: kthread.h Log Message: Remove the unused and all-but-unusable kthread_destroy(). Also makes it more obvious that the opposite of kthread_create() is kthread_exit(). To generate a diff of this commit: cvs rdiff -u -r1.1953 -r1.1954 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.383 -r1.384 src/share/man/man9/Makefile cvs rdiff -u -r1.27 -r1.28 src/share/man/man9/kthread.9 cvs rdiff -u -r1.40 -r1.41 src/sys/kern/kern_kthread.c cvs rdiff -u -r1.12 -r1.13 src/sys/sys/kthread.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man4
Module Name:src Committed By: ryoon Date: Tue Apr 21 11:53:54 UTC 2015 Modified Files: src/share/man/man4: axen.4 Log Message: Add Kurotoshiko GbE-USB3.0S2. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/axen.4 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: riastradh Date: Tue Apr 21 12:07:31 UTC 2015 Modified Files: src/sys/dev: rndpseudo.c src/sys/kern: kern_rndq.c Log Message: Xor, not ior, to combine bits of binuptime for rnd_counter. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/dev/rndpseudo.c cvs rdiff -u -r1.68 -r1.69 src/sys/kern/kern_rndq.c 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/hash/rmd160
Module Name:src Committed By: riastradh Date: Tue Apr 21 12:47:33 UTC 2015 Modified Files: src/common/lib/libc/hash/rmd160: rmd160.c Log Message: Sort includes. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/common/lib/libc/hash/rmd160/rmd160.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev
Module Name:src Committed By: riastradh Date: Tue Apr 21 12:51:53 UTC 2015 Modified Files: src/sys/dev: rndpseudo.c Log Message: Sort includes. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/dev/rndpseudo.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: riastradh Date: Tue Apr 21 12:55:57 UTC 2015 Modified Files: src/sys/kern: kern_rndq.c Log Message: Mark some variables __read_mostly. To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 src/sys/kern/kern_rndq.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev
Module Name:src Committed By: riastradh Date: Tue Apr 21 12:57:03 UTC 2015 Modified Files: src/sys/dev: rndpseudo.c Log Message: Mark some variables __read_mostly. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/dev/rndpseudo.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/cddl/osnet/sys/sys
Module Name:src Committed By: riastradh Date: Tue Apr 21 13:15:28 UTC 2015 Modified Files: src/external/cddl/osnet/sys/sys: uio.h Log Message: Remove bogus size_t->int casts in uiomove. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/external/cddl/osnet/sys/sys/uio.h 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: riastradh Date: Tue Apr 21 13:17:25 UTC 2015 Modified Files: src/sys/kern: subr_copy.c Log Message: #ifdef DIAGNOSTIC panic -> KASSERT To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/kern/subr_copy.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/rump/librump/rumpkern
Module Name:src Committed By: pooka Date: Tue Apr 21 16:18:50 UTC 2015 Modified Files: src/sys/rump/librump/rumpkern: intr.c Log Message: Use hardclock_ticks instead of a homegrown variable. ... not that I understand how various kernel algorithms can work after enough uptime with hardclock_ticks being a signed int. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sys/rump/librump/rumpkern/intr.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/libc/time
Module Name:src Committed By: ginsbach Date: Tue Apr 21 17:39:50 UTC 2015 Modified Files: src/tests/lib/libc/time: t_strptime.c Log Message: Make seconds conversion tests a standalone test case rather than part of the "common" test case. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/time/t_strptime.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/mips/ingenic
Module Name:src Committed By: macallan Date: Tue Apr 21 19:19:31 UTC 2015 Modified Files: src/sys/arch/mips/ingenic: ingenic_regs.h Log Message: fix comments, add LCDC*_BASEs To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/mips/ingenic/ingenic_regs.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/mips/ingenic
Module Name:src Committed By: macallan Date: Tue Apr 21 19:56:02 UTC 2015 Modified Files: src/sys/arch/mips/ingenic: ingenic_regs.h Log Message: #define some bits in the clock gating registers To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/mips/ingenic/ingenic_regs.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/mips/ingenic
Module Name:src Committed By: macallan Date: Tue Apr 21 19:57:41 UTC 2015 Modified Files: src/sys/arch/mips/ingenic: apbus.c Log Message: enable clocks as needed To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/mips/ingenic/apbus.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/sys
Module Name:src Committed By: christos Date: Tue Apr 21 21:22:07 UTC 2015 Modified Files: src/lib/libc/sys: intro.2 Log Message: Mention EWOULDBLOCK too since a lot of the source code and documentation still refers to it. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/lib/libc/sys/intro.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/misc
Module Name:src Committed By: christos Date: Tue Apr 21 22:40:37 UTC 2015 Modified Files: src/share/misc: Makefile acronyms Added Files: src/share/misc: acronyms-o.fake acronyms-o.real Log Message: Split acronyms to offensive and non-offensive like fortunes. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/share/misc/Makefile cvs rdiff -u -r1.229 -r1.230 src/share/misc/acronyms cvs rdiff -u -r0 -r1.1 src/share/misc/acronyms-o.fake \ src/share/misc/acronyms-o.real Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/sets/lists/base
Module Name:src Committed By: christos Date: Tue Apr 21 22:41:32 UTC 2015 Modified Files: src/distrib/sets/lists/base: mi Log Message: add acronyms-o To generate a diff of this commit: cvs rdiff -u -r1.1100 -r1.1101 src/distrib/sets/lists/base/mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/wtf
Module Name:src Committed By: christos Date: Tue Apr 21 22:49:46 UTC 2015 Modified Files: src/games/wtf: wtf wtf.6 Log Message: Add -o flag. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/games/wtf/wtf cvs rdiff -u -r1.16 -r1.17 src/games/wtf/wtf.6 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/wtf
Module Name:src Committed By: christos Date: Tue Apr 21 23:56:30 UTC 2015 Modified Files: src/games/wtf: wtf Log Message: obey $ACRONYMDB like before To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/games/wtf/wtf Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/route
Module Name:src Committed By: ozaki-r Date: Wed Apr 22 03:07:55 UTC 2015 Modified Files: src/sbin/route: Makefile Log Message: Fix rump.route shows host's interface names Let it use rump-ified if_indextoname and getifaddrs to get rump kernel's interfaces, which is the same way as ifconfig. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sbin/route/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.