CVS commit: src/distrib/sets
Module Name:src Committed By: joerg Date: Mon Oct 14 11:11:14 UTC 2013 Modified Files: src/distrib/sets: sets.subr src/distrib/sets/lists/comp: mi Log Message: Invert logic to try to fix the !clang case. To generate a diff of this commit: cvs rdiff -u -r1.154 -r1.155 src/distrib/sets/sets.subr cvs rdiff -u -r1.1842 -r1.1843 src/distrib/sets/lists/comp/mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/m68k/m68k
Module Name:src Committed By: isaki Date: Mon Oct 14 12:20:05 UTC 2013 Modified Files: src/sys/arch/m68k/m68k: switch_subr.s Log Message: Check whether we have an FPU regardless of FPU_EMULATE option. It prevents a kernel panic when we don't have an FPU and FPU_EMULATE option is not set. Thanks tsutsui@ for advice. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/arch/m68k/m68k/switch_subr.s 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: joerg Date: Mon Oct 14 16:00:17 UTC 2013 Modified Files: src/distrib/sets: mkvars.mk sets.subr src/distrib/sets/lists/comp: mi src/lib/libc: Makefile src/share/mk: bsd.lib.mk bsd.own.mk Log Message: Rename USE_LIBGCC to HAVE_LIBGCC and retry using it as flag on unwind.h. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/distrib/sets/mkvars.mk cvs rdiff -u -r1.155 -r1.156 src/distrib/sets/sets.subr cvs rdiff -u -r1.1843 -r1.1844 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.159 -r1.160 src/lib/libc/Makefile cvs rdiff -u -r1.340 -r1.341 src/share/mk/bsd.lib.mk cvs rdiff -u -r1.752 -r1.753 src/share/mk/bsd.own.mk 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/arm
Module Name:src Committed By: skrll Date: Mon Oct 14 18:14:08 UTC 2013 Modified Files: src/sys/arch/arm/arm: process_machdep.c Log Message: Fix size parameter to memset. Found by gcc 4.8. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/arch/arm/arm/process_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/dev/usb
Module Name:src Committed By: skrll Date: Mon Oct 14 18:15:12 UTC 2013 Modified Files: src/sys/dev/usb: ucycom.c Log Message: Handle an error from uhidev_get_report in ucycom_get_cfg To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/dev/usb/ucycom.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/llvm
Module Name:src Committed By: joerg Date: Mon Oct 14 21:19:17 UTC 2013 Modified Files: src/external/bsd/llvm: Makefile.inc src/external/bsd/llvm/lib/libLLVMCodeGen: Makefile src/external/bsd/llvm/lib/libLLVMInstrumentation: Makefile Log Message: Update LLVM/Clang snapshot to r192615, which defaults to libc++ and the unwinder in libc on x86. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/external/bsd/llvm/Makefile.inc cvs rdiff -u -r1.22 -r1.23 src/external/bsd/llvm/lib/libLLVMCodeGen/Makefile cvs rdiff -u -r1.11 -r1.12 \ src/external/bsd/llvm/lib/libLLVMInstrumentation/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/systat
Module Name:src Committed By: bad Date: Mon Oct 14 22:23:22 UTC 2013 Modified Files: src/usr.bin/systat: keyboard.c Log Message: No David, '\?' is not the del character. Broken in rev 1.21. XXX pullup-5, pullup-6. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/usr.bin/systat/keyboard.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.