CVS commit: src/sys/arch/arm/samsung
Module Name:src Committed By: skrll Date: Sat Jun 21 09:11:04 UTC 2014 Modified Files: src/sys/arch/arm/samsung: exynos_usb.c Log Message: Typo in error message. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/samsung/exynos_usb.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
Module Name:src Committed By: maxv Date: Sat Jun 21 10:23:07 UTC 2014 Modified Files: src/sys/compat/linux/common: linux_socketcall.c src/sys/compat/linux32/common: linux32_socketcall.c Log Message: If SCARG(uap, what) = 0, copyin() will copy (size_t)-1 bytes, and it's not a good idea; but not proven harmful. With the help of njoly@ To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sys/compat/linux/common/linux_socketcall.c cvs rdiff -u -r1.8 -r1.9 src/sys/compat/linux32/common/linux32_socketcall.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/opencrypto
Module Name:src Committed By: christos Date: Sat Jun 21 17:34:30 UTC 2014 Modified Files: src/sys/opencrypto: cryptosoft.c Log Message: register with pmf. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/sys/opencrypto/cryptosoft.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/sed
Module Name:src Committed By: christos Date: Sat Jun 21 17:43:04 UTC 2014 Modified Files: src/usr.bin/sed: main.c Log Message: CID 10006930: Prevent outfile overwrite resource leak. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/usr.bin/sed/main.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/services_mkdb
Module Name:src Committed By: christos Date: Sat Jun 21 17:48:07 UTC 2014 Modified Files: src/usr.sbin/services_mkdb: uniq.c Log Message: add notreached comment To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/services_mkdb/uniq.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/btpand
Module Name:src Committed By: christos Date: Sat Jun 21 17:50:01 UTC 2014 Modified Files: src/usr.sbin/btpand: btpand.c Log Message: add NOTREACHED comment To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/btpand/btpand.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/sed
Module Name:src Committed By: christos Date: Sat Jun 21 21:05:54 UTC 2014 Modified Files: src/usr.bin/sed: main.c Log Message: typo To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/usr.bin/sed/main.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/freebsd
Module Name:src Committed By: christos Date: Sat Jun 21 23:12:10 UTC 2014 Modified Files: src/sys/compat/freebsd: freebsd_sched.c Log Message: Avoid NULL dereference and fix sched param conversion (at least make it do something). Pointed out by Maxime Villard To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/compat/freebsd/freebsd_sched.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.