CVS commit: src/sbin/gpt

2013-12-08 Thread John Nemeth
Module Name:src Committed By: jnemeth Date: Mon Dec 9 01:35:02 UTC 2013 Modified Files: src/sbin/gpt: gpt.8 show.c Log Message: For the "show -i " subcommand, print Start and Size both in terms of number of sectors and bytes. To generate a diff of this commit: cvs rdiff

CVS commit: src/lib/libc

2013-12-08 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Dec 8 21:29:15 UTC 2013 Modified Files: src/lib/libc: shlib_version Log Message: add note about gets() To generate a diff of this commit: cvs rdiff -u -r1.244 -r1.245 src/lib/libc/shlib_version Please note that diffs are

CVS commit: src/sys/arch/i386

2013-12-08 Thread David Laight
Module Name:src Committed By: dsl Date: Sun Dec 8 20:45:30 UTC 2013 Modified Files: src/sys/arch/i386/i386: freebsd_machdep.c ibcs2_machdep.c machdep.c process_machdep.c svr4_machdep.c trap.c src/sys/arch/i386/include: freebsd_machdep.h npx.h sr

CVS commit: src/sys/arch/x86/include

2013-12-08 Thread David Laight
Module Name:src Committed By: dsl Date: Sun Dec 8 18:08:34 UTC 2013 Modified Files: src/sys/arch/x86/include: cputypes.h Log Message: Remove the now-unused CPU_MAXMODEL and CPU_DEFMODEL To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/x86/include

CVS commit: src/sys/arch

2013-12-08 Thread David Laight
Module Name:src Committed By: dsl Date: Sun Dec 8 18:00:51 UTC 2013 Modified Files: src/sys/arch/amd64/amd64: cpufunc.S src/sys/arch/x86/include: cpufunc.h specialreg.h Log Message: Add some definitions for cpu 'extended state'. These are needed for support of the

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

2013-12-08 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Sun Dec 8 15:56:13 UTC 2013 Modified Files: src/sys/compat/linux/arch/alpha: linux_syscall.h linux_syscallargs.h linux_syscalls.c linux_sysent.c src/sys/compat/linux/arch/amd64: linux_syscall.h linux_syscallargs

CVS commit: src/sys/compat/linux

2013-12-08 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Sun Dec 8 15:55:11 UTC 2013 Modified Files: src/sys/compat/linux/arch/alpha: syscalls.master src/sys/compat/linux/arch/amd64: syscalls.master src/sys/compat/linux/arch/arm: syscalls.master src/sys/compat/lin

CVS commit: src/sys/compat/linux/common

2013-12-08 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Sun Dec 8 14:59:43 UTC 2013 Modified Files: src/sys/compat/linux/common: linux_file.c Log Message: Add missing syscall argument fd in comment. To generate a diff of this commit: cvs rdiff -u -r1.106 -r1.107 src/sys/compat/linux/

CVS commit: src/sys/arch

2013-12-08 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Sun Dec 8 14:41:28 UTC 2013 Modified Files: src/sys/arch/sparc/stand/ofwboot: Makefile loadfile_machdep.c version src/sys/arch/sparc64/include: pte.h src/sys/arch/sparc64/sparc64: hvcall.S Log Message: Add support

CVS commit: src/sys/arch/arm/pic

2013-12-08 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Dec 8 14:37:01 UTC 2013 Modified Files: src/sys/arch/arm/pic: pic.c Log Message: Mark rv as unused (for now) To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/arm/pic/pic.c Please note that diffs ar

CVS commit: src/sys/dev/pci

2013-12-08 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Dec 8 11:32:51 UTC 2013 Modified Files: src/sys/dev/pci: if_athn_pci.c Log Message: Cosmectic: use the same define in all places when referencing the BAR. No functional change. To generate a diff of this commit: cvs rdiff -

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

2013-12-08 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Sun Dec 8 10:12:39 UTC 2013 Modified Files: src/sys/arch/sparc/sparc: pmap.c Log Message: Use a double linked list with a static head to track MMU entries. Code from martin@. Tested on SUN4 (4/330), SUN4C (SS2), and SUN4M (Krups, 4/

CVS commit: src/sbin/gpt

2013-12-08 Thread John Nemeth
Module Name:src Committed By: jnemeth Date: Sun Dec 8 09:32:51 UTC 2013 Modified Files: src/sbin/gpt: add.c gpt.8 resize.c Log Message: For the add and resize subcommands, change the -s option. If there is no suffix, or the suffix is 's' or 'S', size is in sectors (as be

CVS commit: src/sys/rump/kern/lib/libsys_linux

2013-12-08 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Sun Dec 8 08:55:27 UTC 2013 Modified Files: src/sys/rump/kern/lib/libsys_linux: rump_linux_syscall.h rump_linux_syscallargs.h rump_linux_syscalls.c rump_linux_sysent.c Log Message: Regen. To generate a diff of this c

CVS commit: src/sys/rump/kern/lib/libsys_linux

2013-12-08 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Sun Dec 8 08:54:48 UTC 2013 Modified Files: src/sys/rump/kern/lib/libsys_linux: syscalls.master Log Message: Add support for *at syscalls. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/rump/kern/lib/libsys_

CVS commit: src/bin/cat

2013-12-08 Thread S.P.Zeidler
Module Name:src Committed By: spz Date: Sun Dec 8 08:32:13 UTC 2013 Modified Files: src/bin/cat: cat.c Log Message: more complete fix for Coverity issue 976653 To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/bin/cat/cat.c Please note that diffs are no

CVS commit: src/sbin/gpt

2013-12-08 Thread John Nemeth
Module Name:src Committed By: jnemeth Date: Sun Dec 8 08:30:01 UTC 2013 Modified Files: src/sbin/gpt: show.c Log Message: fix off-by-one error To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sbin/gpt/show.c Please note that diffs are not public domain