CVS commit: src/share/mk
Module Name:src Committed By: abs Date: Thu Sep 20 15:48:54 UTC 2012 Modified Files: src/share/mk: bsd.README Log Message: strip trailing whitespace - noted by Snader_LB on IRC To generate a diff of this commit: cvs rdiff -u -r1.300 -r1.301 src/share/mk/bsd.README Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tools
Module Name:src Committed By: pooka Date: Thu Sep 20 15:50:20 UTC 2012 Modified Files: src/tools: Makefile Log Message: fix EXTERNAL_TOOLCHAIN build To generate a diff of this commit: cvs rdiff -u -r1.156 -r1.157 src/tools/Makefile 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: Thu Sep 20 17:46:21 UTC 2012 Modified Files: src/sys/kern: makesyscalls.sh Log Message: alias rump_sysent to sysent, since the linux compat code wants to access it (it calls ptrace, so 0 practical impact here, though). To generate a diff of this commit: cvs rdiff -u -r1.125 -r1.126 src/sys/kern/makesyscalls.sh 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: Thu Sep 20 17:47:05 UTC 2012 Modified Files: src/sys/rump/librump/rumpkern: rump_syscalls.c Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83 src/sys/rump/librump/rumpkern/rump_syscalls.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/kern/lib/libsys_linux
Module Name:src Committed By: pooka Date: Thu Sep 20 17:50:42 UTC 2012 Modified Files: src/sys/rump/kern/lib/libsys_linux: component.c Log Message: sort stubs, remove autonamespacing and add some signal-related ones I missed yesterday To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/rump/kern/lib/libsys_linux/component.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/ic
Module Name:src Committed By: matt Date: Thu Sep 20 17:53:49 UTC 2012 Modified Files: src/sys/dev/ic: ahcisatavar.h Log Message: sc_ahci_cap should be uint32_t To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/dev/ic/ahcisatavar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/mount_ptyfs
Module Name:src Committed By: christos Date: Thu Sep 20 18:56:05 UTC 2012 Modified Files: src/sbin/mount_ptyfs: mount_ptyfs.c Log Message: add back old options for compatibility, but complain if specified. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sbin/mount_ptyfs/mount_ptyfs.c 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: jdf Date: Thu Sep 20 21:16:49 UTC 2012 Modified Files: src/doc: 3RDPARTY Log Message: Correct name of the less version. Patch provided by Snader_LB (Freenode). To generate a diff of this commit: cvs rdiff -u -r1.967 -r1.968 src/doc/3RDPARTY Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netipsec
Module Name:src Committed By: gdt Date: Thu Sep 20 23:50:06 UTC 2012 Modified Files: src/sys/netipsec: key.c Log Message: Fix whitespace (mostly removing trailing). This commit changes only whitespace (trailing, tabs vs spaces, removing spurious newlines). From Bev Schwartz of BBN. To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 src/sys/netipsec/key.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/marvell
Module Name:src Committed By: msaitoh Date: Fri Sep 21 00:26:15 UTC 2012 Modified Files: src/sys/dev/marvell: if_mvgbe.c Log Message: Fix device timeout problem. - Change the synching order of descriptors. First, sync descriptors except first and then sync the first descriptor. - To recover from an race condition, reduce the if_timer from 5 to 1 and when timeout occur write MVGBE_TQC_ENQ bit again. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/dev/marvell/if_mvgbe.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/sbus
Module Name:src Committed By: macallan Date: Fri Sep 21 01:07:45 UTC 2012 Modified Files: src/sys/dev/sbus: files.sbus p9100.c p9100reg.h Log Message: support anti-aliased fonts, glyph caching etc. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/dev/sbus/files.sbus cvs rdiff -u -r1.56 -r1.57 src/sys/dev/sbus/p9100.c cvs rdiff -u -r1.5 -r1.6 src/sys/dev/sbus/p9100reg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [agc-netpgp-standalone] src/crypto/external/bsd/netpgp/dist/src/libbn
Module Name:src Committed By: agc Date: Fri Sep 21 03:03:53 UTC 2012 Modified Files: src/crypto/external/bsd/netpgp/dist/src/libbn [agc-netpgp-standalone]: bignum.c Log Message: Fix an inverted test To generate a diff of this commit: cvs rdiff -u -r1.1.2.1 -r1.1.2.2 \ src/crypto/external/bsd/netpgp/dist/src/libbn/bignum.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.