CVS commit: src/sys/netinet6
Module Name:src Committed By: ozaki-r Date: Fri Sep 2 07:15:14 UTC 2016 Modified Files: src/sys/netinet6: nd6.c Log Message: Don't GC an NDP cache that is added just before GC This fixes unstable test results of ndp_neighborgcthresh. To generate a diff of this commit: cvs rdiff -u -r1.206 -r1.207 src/sys/netinet6/nd6.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: maxv Date: Fri Sep 2 07:51:05 UTC 2016 Modified Files: src/sys/arch/amd64/amd64: netbsd32_machdep.c src/sys/compat/linux32/arch/amd64: linux32_machdep.c Log Message: Fix argument (does not compile anyway). To generate a diff of this commit: cvs rdiff -u -r1.95 -r1.96 src/sys/arch/amd64/amd64/netbsd32_machdep.c cvs rdiff -u -r1.36 -r1.37 \ src/sys/compat/linux32/arch/amd64/linux32_machdep.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/i386/include
Module Name:src Committed By: maxv Date: Fri Sep 2 08:28:06 UTC 2016 Modified Files: src/sys/arch/i386/include: segments.h Log Message: KNF, and give the structure sizes. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/sys/arch/i386/include/segments.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/amd64/include
Module Name:src Committed By: maxv Date: Fri Sep 2 08:52:13 UTC 2016 Modified Files: src/sys/arch/amd64/include: segments.h Log Message: Give the structure sizes. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/arch/amd64/include/segments.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/mit/xorg/server/xorg-server/hw/xfree86/common
Module Name:src Committed By: jakllsch Date: Fri Sep 2 11:38:01 UTC 2016 Modified Files: src/external/mit/xorg/server/xorg-server/hw/xfree86/common: Makefile Log Message: More clang -Wno-error= To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 \ src/external/mit/xorg/server/xorg-server/hw/xfree86/common/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netinet6
Module Name:src Committed By: roy Date: Fri Sep 2 15:57:54 UTC 2016 Modified Files: src/sys/netinet6: in6.c Log Message: This comment no longer applies. To generate a diff of this commit: cvs rdiff -u -r1.217 -r1.218 src/sys/netinet6/in6.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/arm/nvidia
Module Name:src Committed By: jakllsch Date: Fri Sep 2 19:06:58 UTC 2016 Modified Files: src/sys/arch/arm/nvidia: tegra124_car.c Log Message: Source of pll_p_out5 is not div_pllp_out5 but div_pll_p_out5. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/nvidia/tegra124_car.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/postinstall
Module Name:src Committed By: kre Date: Fri Sep 2 20:25:14 UTC 2016 Modified Files: src/usr.sbin/postinstall: postinstall Log Message: PR toolchain/51457 -- be more posix compat with sort usage, though it (currently anyway) makes no difference on NetBSD. To generate a diff of this commit: cvs rdiff -u -r1.204 -r1.205 src/usr.sbin/postinstall/postinstall Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: xsrc/external/mit/xf86-video-sunffb/dist/src
Module Name:xsrc Committed By: macallan Date: Fri Sep 2 21:24:49 UTC 2016 Modified Files: xsrc/external/mit/xf86-video-sunffb/dist/src: ffb_accel.c ffb_accel_common.c Log Message: move ffb_fastfill_parms to ffb_accel_common.c so the EXA code can work without XAA To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 \ xsrc/external/mit/xf86-video-sunffb/dist/src/ffb_accel.c cvs rdiff -u -r1.3 -r1.4 \ xsrc/external/mit/xf86-video-sunffb/dist/src/ffb_accel_common.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
Module Name:src Committed By: sevan Date: Sat Sep 3 02:24:04 UTC 2016 Modified Files: src/usr.bin/innetgr: innetgr.c src/usr.bin/mklocale: lex.l yacc.y src/usr.bin/netgroup: netgroup.c src/usr.bin/passwd: extern.h passwd.c src/usr.bin/tftp: tftp.c src/usr.bin/vgrind: extern.h Log Message: Remove K&R __P macros. Remove main() function prototype if present. Mark usage() as __dead if not already. Binaries generated with & without these patches were compared with diff -r. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/usr.bin/innetgr/innetgr.c cvs rdiff -u -r1.18 -r1.19 src/usr.bin/mklocale/lex.l cvs rdiff -u -r1.31 -r1.32 src/usr.bin/mklocale/yacc.y cvs rdiff -u -r1.7 -r1.8 src/usr.bin/netgroup/netgroup.c cvs rdiff -u -r1.14 -r1.15 src/usr.bin/passwd/extern.h cvs rdiff -u -r1.30 -r1.31 src/usr.bin/passwd/passwd.c cvs rdiff -u -r1.34 -r1.35 src/usr.bin/tftp/tftp.c cvs rdiff -u -r1.6 -r1.7 src/usr.bin/vgrind/extern.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/innetgr
Module Name:src Committed By: dholland Date: Sat Sep 3 05:50:06 UTC 2016 Modified Files: src/usr.bin/innetgr: innetgr.c Log Message: simplify __dead usage To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/usr.bin/innetgr/innetgr.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/mklocale
Module Name:src Committed By: dholland Date: Sat Sep 3 05:56:59 UTC 2016 Modified Files: src/usr.bin/mklocale: lex.l yacc.y Log Message: __dead should come first; also remove more K&Risms. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/usr.bin/mklocale/lex.l cvs rdiff -u -r1.32 -r1.33 src/usr.bin/mklocale/yacc.y Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/netgroup
Module Name:src Committed By: dholland Date: Sat Sep 3 05:58:30 UTC 2016 Modified Files: src/usr.bin/netgroup: netgroup.c Log Message: simplify __dead usage To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/usr.bin/netgroup/netgroup.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/tftp
Module Name:src Committed By: dholland Date: Sat Sep 3 06:00:32 UTC 2016 Modified Files: src/usr.bin/tftp: tftp.c Log Message: storage class first, *then* __dead To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/usr.bin/tftp/tftp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.