CVS commit: src/sys/compat/linux/arch/powerpc
Module Name:src Committed By: njoly Date: Tue Dec 10 14:54:36 UTC 2013 Modified Files: src/sys/compat/linux/arch/powerpc: syscalls.master Log Message: Add *at() syscalls like other arches. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/sys/compat/linux/arch/powerpc/syscalls.master Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/compat/linux/arch/powerpc
Module Name:src Committed By: njoly Date: Tue Dec 10 14:55:07 UTC 2013 Modified Files: src/sys/compat/linux/arch/powerpc: linux_syscall.h linux_syscallargs.h linux_syscalls.c linux_sysent.c Log Message: Regen. To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/sys/compat/linux/arch/powerpc/linux_syscall.h \ src/sys/compat/linux/arch/powerpc/linux_sysent.c cvs rdiff -u -r1.62 -r1.63 \ src/sys/compat/linux/arch/powerpc/linux_syscallargs.h \ src/sys/compat/linux/arch/powerpc/linux_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/arch/evbarm/rpi
Module Name:src Committed By: joerg Date: Tue Dec 10 16:30:36 UTC 2013 Modified Files: src/sys/arch/evbarm/rpi: rpi_machdep.c Log Message: Move alignment attribute onto the types, not the variable instances. Drop (unused) packed attribute. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/arch/evbarm/rpi/rpi_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/sparc/sparc
Module Name:src Committed By: macallan Date: Tue Dec 10 17:24:48 UTC 2013 Modified Files: src/sys/arch/sparc/sparc: pmap.c Log Message: shut up an unused variable warning that shows up in UP kernels To generate a diff of this commit: cvs rdiff -u -r1.354 -r1.355 src/sys/arch/sparc/sparc/pmap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/gpl3/binutils/dist/gas/config
Module Name:src Committed By: bouyer Date: Tue Dec 10 18:15:43 UTC 2013 Modified Files: src/external/gpl3/binutils/dist/gas/config: tc-mips.c Log Message: Fix bad cut'n'paste in previous commit. This should fix the remaining loogson build issues. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 \ src/external/gpl3/binutils/dist/gas/config/tc-mips.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/fs/ntfs
Module Name:src Committed By: christos Date: Tue Dec 10 18:20:32 UTC 2013 Modified Files: src/sys/fs/ntfs: ntfs_vfsops.c Log Message: CID 975205: Unchecked return value To generate a diff of this commit: cvs rdiff -u -r1.90 -r1.91 src/sys/fs/ntfs/ntfs_vfsops.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: dsl Date: Tue Dec 10 19:39:42 UTC 2013 Modified Files: src/sys/dev/usb: xhci.c Log Message: Add a few comments about some perversities of the xhci specification. XXX: I can't see any code that ensures there is space in the rings. XXX: Nothing stops buffer fragments crossing 64kB boundaries. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/dev/usb/xhci.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/cdb
Module Name:src Committed By: christos Date: Tue Dec 10 20:58:45 UTC 2013 Modified Files: src/lib/libc/cdb: cdbr.c Log Message: CID 1135779: Fix resource leak To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libc/cdb/cdbr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: xsrc/external/mit
Module Name:xsrc Committed By: riz Date: Tue Dec 10 23:08:36 UTC 2013 Modified Files: xsrc/external/mit/fontconfig/dist/src: fcformat.c xsrc/external/mit/libXvMC/dist/src: XvMC.c Log Message: Repeat after me: '\0' is *not* a pointer. Use NULL instead. To generate a diff of this commit: cvs rdiff -u -r1.1.1.3 -r1.2 xsrc/external/mit/fontconfig/dist/src/fcformat.c cvs rdiff -u -r1.2 -r1.3 xsrc/external/mit/libXvMC/dist/src/XvMC.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: joerg Date: Wed Dec 11 01:24:08 UTC 2013 Modified Files: src/distrib/sets/lists/comp: mi src/include: Makefile src/lib/libc/cdb: Makefile.inc src/sys/lib/libkern: Makefile.libkern libkern.h src/sys/sys: Makefile src/tools/compat: Makefile cdbr.h Added Files: src/common/lib/libc/cdb: cdbr.c src/common/lib/libc/stdlib: mi_vector_hash.c src/sys/sys: cdbr.h Removed Files: src/include: cdbr.h src/lib/libc/stdlib: mi_vector_hash.c Log Message: Allow kernel code to access constant databases by moving cdbr(3) and the required mi_vector_hash(3) into src/common. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/common/lib/libc/cdb/cdbr.c cvs rdiff -u -r0 -r1.1 src/common/lib/libc/stdlib/mi_vector_hash.c cvs rdiff -u -r1.1869 -r1.1870 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.139 -r1.140 src/include/Makefile cvs rdiff -u -r1.2 -r0 src/include/cdbr.h cvs rdiff -u -r1.2 -r1.3 src/lib/libc/cdb/Makefile.inc cvs rdiff -u -r1.4 -r0 src/lib/libc/stdlib/mi_vector_hash.c cvs rdiff -u -r1.27 -r1.28 src/sys/lib/libkern/Makefile.libkern cvs rdiff -u -r1.109 -r1.110 src/sys/lib/libkern/libkern.h cvs rdiff -u -r1.144 -r1.145 src/sys/sys/Makefile cvs rdiff -u -r0 -r1.1 src/sys/sys/cdbr.h cvs rdiff -u -r1.69 -r1.70 src/tools/compat/Makefile cvs rdiff -u -r1.1 -r1.2 src/tools/compat/cdbr.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/cdb
Module Name:src Committed By: joerg Date: Wed Dec 11 01:29:29 UTC 2013 Removed Files: src/lib/libc/cdb: cdbr.c Log Message: Moved to src/common. To generate a diff of this commit: cvs rdiff -u -r1.6 -r0 src/lib/libc/cdb/cdbr.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/x86
Module Name:src Committed By: msaitoh Date: Wed Dec 11 02:14:08 UTC 2013 Modified Files: src/sys/arch/x86/acpi: acpi_cpu_md.c src/sys/arch/x86/x86: tsc.c tsc.h Log Message: Make new function named tsc_is_invariant() to avoid code duplication. The behavior of acpicpu_md_flags() will change on some CPUs because the detecting code of invariant TSC is replaced with newer code. To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75 src/sys/arch/x86/acpi/acpi_cpu_md.c cvs rdiff -u -r1.34 -r1.35 src/sys/arch/x86/x86/tsc.c cvs rdiff -u -r1.4 -r1.5 src/sys/arch/x86/x86/tsc.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/bin/cp
Module Name:src Committed By: dholland Date: Wed Dec 11 06:00:11 UTC 2013 Modified Files: src/bin/cp: utils.c Log Message: Remove entirely bogus /* NOTREACHED */ annotation. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/bin/cp/utils.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/csu/common
Module Name:src Committed By: matt Date: Wed Dec 11 06:55:25 UTC 2013 Modified Files: src/lib/csu/common: crtbegin.c Log Message: Make sure the __CTOR_LIST__ is just aligned to a pointer boundary. By default, mips N32 will aligned to a 64-bit boundary not 32-bit which causes an extra NULL entry to be added. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/csu/common/crtbegin.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.