CVS commit: src/sys/compat/linux/arch/powerpc

2013-12-10 Thread Nicolas Joly
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

CVS commit: src/sys/compat/linux/arch/powerpc

2013-12-10 Thread Nicolas Joly
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

CVS commit: src/sys/arch/evbarm/rpi

2013-12-10 Thread Joerg Sonnenberger
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

CVS commit: src/sys/arch/sparc/sparc

2013-12-10 Thread Michael Lorenz
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

CVS commit: src/external/gpl3/binutils/dist/gas/config

2013-12-10 Thread Manuel Bouyer
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

CVS commit: src/sys/fs/ntfs

2013-12-10 Thread Christos Zoulas
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

CVS commit: src/sys/dev/usb

2013-12-10 Thread David Laight
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

CVS commit: src/lib/libc/cdb

2013-12-10 Thread Christos Zoulas
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

CVS commit: xsrc/external/mit

2013-12-10 Thread Jeff Rizzo
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

CVS commit: src

2013-12-10 Thread Joerg Sonnenberger
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

CVS commit: src/lib/libc/cdb

2013-12-10 Thread Joerg Sonnenberger
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

CVS commit: src/sys/arch/x86

2013-12-10 Thread SAITOH Masanobu
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

CVS commit: src/bin/cp

2013-12-10 Thread David A. Holland
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

CVS commit: src/lib/csu/common

2013-12-10 Thread Matt Thomas
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