CVS commit: src/sbin/gpt

2013-12-09 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Mon Dec  9 08:03:17 UTC 2013

Modified Files:
src/sbin/gpt: Makefile gpt.8 gpt.c gpt.h
Added Files:
src/sbin/gpt: set.c unset.c

Log Message:
Add two new subcommands, "set" and "unset".  These were inspired by
FreeBSD's gpart(8), but the code is all mine.  The purpose of these
is to set and unset partition attributes.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sbin/gpt/Makefile
cvs rdiff -u -r1.24 -r1.25 src/sbin/gpt/gpt.8
cvs rdiff -u -r1.25 -r1.26 src/sbin/gpt/gpt.c
cvs rdiff -u -r1.8 -r1.9 src/sbin/gpt/gpt.h
cvs rdiff -u -r0 -r1.1 src/sbin/gpt/set.c src/sbin/gpt/unset.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/linux/arch/i386

2013-12-09 Thread David Laight
Module Name:src
Committed By:   dsl
Date:   Mon Dec  9 08:33:48 UTC 2013

Modified Files:
src/sys/compat/linux/arch/i386: linux_machdep.c

Log Message:
Missing change to the fxsave structure rename


To generate a diff of this commit:
cvs rdiff -u -r1.153 -r1.154 src/sys/compat/linux/arch/i386/linux_machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/gpt

2013-12-09 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Dec  9 09:22:44 UTC 2013

Modified Files:
src/sbin/gpt: gpt.8

Log Message:
Fix typo.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sbin/gpt/gpt.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2013-12-09 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Dec  9 09:35:17 UTC 2013

Modified Files:
src/lib/libc/resolv: res_init.c
src/sbin/atactl: atactl.c
src/share/man/man4: iee.4
src/sys/arch/amiga/dev: toccata.c
src/sys/arch/powerpc/booke: e500_tlb.c
src/sys/arch/vax/vax: lock_stubs.S
src/sys/arch/x68k/stand/boot_ufs: readufs_lfs.c
src/sys/dev/dm: dm.h
src/sys/dev/dm/doc: design.txt
src/sys/dev/ic: i82596.c
src/sys/dev/pci/n8/common/api: n8_packet_IPSec.c
src/sys/external/bsd/drm2/dist/drm/vmwgfx: vmwgfx_kms.c
src/sys/external/bsd/drm2/dist/uapi/drm: drm_mode.h
src/sys/fs/nfs/client: nfs_clbio.c
src/sys/kern: subr_blist.c
src/sys/sys: blist.h
src/sys/ufs/chfs: chfs_nodeops.c
src/usr.bin/rfcomm_sppd: rfcomm_sppd.c
src/usr.sbin/lmcconfig: lmcconfig.8

Log Message:
Fix typo ("then" instead of "than")


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/lib/libc/resolv/res_init.c
cvs rdiff -u -r1.72 -r1.73 src/sbin/atactl/atactl.c
cvs rdiff -u -r1.6 -r1.7 src/share/man/man4/iee.4
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/amiga/dev/toccata.c
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/powerpc/booke/e500_tlb.c
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/vax/vax/lock_stubs.S
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/x68k/stand/boot_ufs/readufs_lfs.c
cvs rdiff -u -r1.24 -r1.25 src/sys/dev/dm/dm.h
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/dm/doc/design.txt
cvs rdiff -u -r1.29 -r1.30 src/sys/dev/ic/i82596.c
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/pci/n8/common/api/n8_packet_IPSec.c
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/sys/external/bsd/drm2/dist/drm/vmwgfx/vmwgfx_kms.c
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/sys/external/bsd/drm2/dist/uapi/drm/drm_mode.h
cvs rdiff -u -r1.1.1.1 -r1.2 src/sys/fs/nfs/client/nfs_clbio.c
cvs rdiff -u -r1.11 -r1.12 src/sys/kern/subr_blist.c
cvs rdiff -u -r1.7 -r1.8 src/sys/sys/blist.h
cvs rdiff -u -r1.3 -r1.4 src/sys/ufs/chfs/chfs_nodeops.c
cvs rdiff -u -r1.15 -r1.16 src/usr.bin/rfcomm_sppd/rfcomm_sppd.c
cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/lmcconfig/lmcconfig.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/rump/librump/rumpkern

2013-12-09 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Dec  9 16:21:15 UTC 2013

Modified Files:
src/sys/rump/librump/rumpkern: lwproc.c

Log Message:
stop ktrace at process exit


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/rump/librump/rumpkern/lwproc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/rump/librump/rumpkern

2013-12-09 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Dec  9 16:23:10 UTC 2013

Modified Files:
src/sys/rump/librump/rumpkern: rump.c

Log Message:
Use sy_invoke() instead of sy_call() directly.


To generate a diff of this commit:
cvs rdiff -u -r1.276 -r1.277 src/sys/rump/librump/rumpkern/rump.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/kern

2013-12-09 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Dec  9 16:27:15 UTC 2013

Modified Files:
src/sys/kern: makesyscalls.sh

Log Message:
Rump kernels now use sy_invoke(), which initializes the return
value registers, so no need to do it individually in each wrapper.


To generate a diff of this commit:
cvs rdiff -u -r1.134 -r1.135 src/sys/kern/makesyscalls.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/kern

2013-12-09 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Dec  9 16:32:06 UTC 2013

Modified Files:
src/sys/kern: makesyscalls.sh

Log Message:
Echo generated file names so that you can just copypaste & cvs ci
without having to resort to the blazingly fast help of cvs diff.


To generate a diff of this commit:
cvs rdiff -u -r1.135 -r1.136 src/sys/kern/makesyscalls.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys

2013-12-09 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Dec  9 16:35:12 UTC 2013

Modified Files:
src/sys/kern: init_sysent.c syscalls.c
src/sys/rump/include/rump: rump_syscalls.h
src/sys/rump/librump/rumpkern: rump_syscalls.c
src/sys/sys: syscall.h syscallargs.h

Log Message:
regen


To generate a diff of this commit:
cvs rdiff -u -r1.275 -r1.276 src/sys/kern/init_sysent.c
cvs rdiff -u -r1.266 -r1.267 src/sys/kern/syscalls.c
cvs rdiff -u -r1.67 -r1.68 src/sys/rump/include/rump/rump_syscalls.h
cvs rdiff -u -r1.92 -r1.93 src/sys/rump/librump/rumpkern/rump_syscalls.c
cvs rdiff -u -r1.262 -r1.263 src/sys/sys/syscall.h
cvs rdiff -u -r1.245 -r1.246 src/sys/sys/syscallargs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys

2013-12-09 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Dec  9 16:45:23 UTC 2013

Modified Files:
src/sys/conf: files
src/sys/kern: kern_ktrace.c
src/sys/sys: ktrace.h
Added Files:
src/sys/kern: kern_ktrace_vfs.c

Log Message:
Put vfs bits of ktrace into kern_ktrace_vfs.c per convention.


To generate a diff of this commit:
cvs rdiff -u -r1.1081 -r1.1082 src/sys/conf/files
cvs rdiff -u -r1.163 -r1.164 src/sys/kern/kern_ktrace.c
cvs rdiff -u -r0 -r1.1 src/sys/kern/kern_ktrace_vfs.c
cvs rdiff -u -r1.59 -r1.60 src/sys/sys/ktrace.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/kern

2013-12-09 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Dec  9 16:49:43 UTC 2013

Modified Files:
src/sys/kern: kern_subr.c kern_syscall.c

Log Message:
Group more syscall related routines together (kern_subr -> kern_syscall)


To generate a diff of this commit:
cvs rdiff -u -r1.213 -r1.214 src/sys/kern/kern_subr.c
cvs rdiff -u -r1.7 -r1.8 src/sys/kern/kern_syscall.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/rump

2013-12-09 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Dec  9 16:54:21 UTC 2013

Modified Files:
src/sys/rump: Makefile.rump
src/sys/rump/librump/rumpkern: Makefile.rumpkern emul.c locks.c rump.c
src/sys/rump/librump/rumpvfs: Makefile.rumpvfs

Log Message:
Support ktrace for rump kernels.

Requested by Justin Cormack on rumpkernel-users.


To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 src/sys/rump/Makefile.rump
cvs rdiff -u -r1.132 -r1.133 src/sys/rump/librump/rumpkern/Makefile.rumpkern
cvs rdiff -u -r1.158 -r1.159 src/sys/rump/librump/rumpkern/emul.c
cvs rdiff -u -r1.65 -r1.66 src/sys/rump/librump/rumpkern/locks.c
cvs rdiff -u -r1.277 -r1.278 src/sys/rump/librump/rumpkern/rump.c
cvs rdiff -u -r1.36 -r1.37 src/sys/rump/librump/rumpvfs/Makefile.rumpvfs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/rump/librump/rumpkern

2013-12-09 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Dec  9 16:56:11 UTC 2013

Modified Files:
src/sys/rump/librump/rumpkern: rump.c

Log Message:
need ktrace.h now


To generate a diff of this commit:
cvs rdiff -u -r1.278 -r1.279 src/sys/rump/librump/rumpkern/rump.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/rump/librump/rumpkern

2013-12-09 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Dec  9 17:03:41 UTC 2013

Modified Files:
src/sys/rump/librump/rumpkern: locks.c

Log Message:
make !LOCKDEBUG work too


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 src/sys/rump/librump/rumpkern/locks.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/kern

2013-12-09 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Dec  9 17:13:17 UTC 2013

Modified Files:
src/sys/kern: syscalls.master

Log Message:
Create rump kernel wrappers for {f,}ktrace


To generate a diff of this commit:
cvs rdiff -u -r1.264 -r1.265 src/sys/kern/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

2013-12-09 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Dec  9 17:15:11 UTC 2013

Modified Files:
src/sys/kern: init_sysent.c syscalls.c
src/sys/rump/include/rump: rump_syscalls.h
src/sys/rump/librump/rumpkern: rump_syscalls.c
src/sys/sys: syscall.h syscallargs.h

Log Message:
regen


To generate a diff of this commit:
cvs rdiff -u -r1.276 -r1.277 src/sys/kern/init_sysent.c
cvs rdiff -u -r1.267 -r1.268 src/sys/kern/syscalls.c
cvs rdiff -u -r1.68 -r1.69 src/sys/rump/include/rump/rump_syscalls.h
cvs rdiff -u -r1.93 -r1.94 src/sys/rump/librump/rumpkern/rump_syscalls.c
cvs rdiff -u -r1.263 -r1.264 src/sys/sys/syscall.h
cvs rdiff -u -r1.246 -r1.247 src/sys/sys/syscallargs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2013-12-09 Thread David Laight
Module Name:src
Committed By:   dsl
Date:   Mon Dec  9 17:39:53 UTC 2013

Modified Files:
src/sys/arch/i386/include: freebsd_machdep.h

Log Message:
Include machine/npx.h here.
The only file that needs 'struct freebsd_save87' includes it already.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/i386/include/freebsd_machdep.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2013-12-09 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Dec  9 17:43:58 UTC 2013

Modified Files:
src/sys/sys: ktrace.h

Log Message:
include necessary headers


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/sys/sys/ktrace.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/rump

2013-12-09 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Dec  9 17:57:11 UTC 2013

Modified Files:
src/sys/rump: Makefile.rump
src/sys/rump/librump/rumpkern: Makefile.rumpkern rump.c
src/sys/rump/librump/rumpvfs: Makefile.rumpvfs

Log Message:
Make ktrace a compile-time option


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 src/sys/rump/Makefile.rump
cvs rdiff -u -r1.133 -r1.134 src/sys/rump/librump/rumpkern/Makefile.rumpkern
cvs rdiff -u -r1.279 -r1.280 src/sys/rump/librump/rumpkern/rump.c
cvs rdiff -u -r1.37 -r1.38 src/sys/rump/librump/rumpvfs/Makefile.rumpvfs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/kern

2013-12-09 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Dec  9 18:06:27 UTC 2013

Modified Files:
src/sys/kern: kern_stub.c

Log Message:
As long as we're using #ifdef to decide which stubs get generated, might
as well use __strong_alias instead of __weak_alias.  Some toolchains
such as the cygwin pecoff one get weak aliases a bit wrong, so avoiding
unnecessary weak alises helps there.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/kern/kern_stub.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/kern

2013-12-09 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Dec  9 19:18:52 UTC 2013

Modified Files:
src/sys/kern: makesyscalls.sh

Log Message:
Initialize the syscall "frame" to 0 before setting parameters.
Otherwise things which treat syscall parameters as register_t (like
ktrace) will encounter garbage for parameters which are of smaller size
than register_t.  Using memset is probably not the most optimal way,
but oh well.


To generate a diff of this commit:
cvs rdiff -u -r1.136 -r1.137 src/sys/kern/makesyscalls.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys

2013-12-09 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Dec  9 19:19:39 UTC 2013

Modified Files:
src/sys/kern: init_sysent.c syscalls.c
src/sys/rump/include/rump: rump_syscalls.h
src/sys/rump/librump/rumpkern: rump_syscalls.c
src/sys/sys: syscall.h syscallargs.h

Log Message:
regen


To generate a diff of this commit:
cvs rdiff -u -r1.277 -r1.278 src/sys/kern/init_sysent.c
cvs rdiff -u -r1.268 -r1.269 src/sys/kern/syscalls.c
cvs rdiff -u -r1.69 -r1.70 src/sys/rump/include/rump/rump_syscalls.h
cvs rdiff -u -r1.94 -r1.95 src/sys/rump/librump/rumpkern/rump_syscalls.c
cvs rdiff -u -r1.264 -r1.265 src/sys/sys/syscall.h
cvs rdiff -u -r1.247 -r1.248 src/sys/sys/syscallargs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/rump/include/rump

2013-12-09 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Dec  9 19:31:00 UTC 2013

Modified Files:
src/sys/rump/include/rump: makerumpdefs.sh

Log Message:
include ktrace constants


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/rump/include/rump/makerumpdefs.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/rump/include/rump

2013-12-09 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Dec  9 19:31:36 UTC 2013

Modified Files:
src/sys/rump/include/rump: rumpdefs.h

Log Message:
regen


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/rump/include/rump/rumpdefs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/rump/librump/rumpkern

2013-12-09 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Dec  9 19:47:59 UTC 2013

Modified Files:
src/sys/rump/librump/rumpkern: scheduler.c

Log Message:
Reenable calls to KPREEMPT_EN/DISABLE().  I'm almost certain I commented
them out accidentally in rev 1.30.

... not that they do much in rump kernels which are always
run-to-completion, but maybe there's some driver debugging value.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/rump/librump/rumpkern/scheduler.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-6] src/usr.bin/gzip

2013-12-09 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Mon Dec  9 20:24:21 UTC 2013

Modified Files:
src/usr.bin/gzip [netbsd-6]: zmore

Log Message:
Pullup the following revisions, requested by pettai in ticket #982:
usr.bin/gzip/zmore: revision 1.5
fix == compatibility problem


To generate a diff of this commit:
cvs rdiff -u -r1.3.52.1 -r1.3.52.2 src/usr.bin/gzip/zmore

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-5] src/usr.bin/gzip

2013-12-09 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Mon Dec  9 20:24:18 UTC 2013

Modified Files:
src/usr.bin/gzip [netbsd-5]: zmore

Log Message:
Pullup the following revisions, requested by pettai in ticket #1889:
usr.bin/gzip/zmore: revision 1.5
fix == compatibility problem


To generate a diff of this commit:
cvs rdiff -u -r1.3.34.1 -r1.3.34.2 src/usr.bin/gzip/zmore

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-5] src/doc

2013-12-09 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Mon Dec  9 20:25:59 UTC 2013

Modified Files:
src/doc [netbsd-5]: CHANGES-5.3

Log Message:
Adjust revision list for #1889


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.36 -r1.1.2.37 src/doc/CHANGES-5.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-6] src/doc

2013-12-09 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Mon Dec  9 20:25:28 UTC 2013

Modified Files:
src/doc [netbsd-6]: CHANGES-6.2

Log Message:
Adjust revision list for #982


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.61 -r1.1.2.62 src/doc/CHANGES-6.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/rump/librump/rumpvfs

2013-12-09 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Dec  9 20:44:00 UTC 2013

Modified Files:
src/sys/rump/librump/rumpvfs: Makefile.rumpvfs

Log Message:
Now that Makefile.rump is included here first, do not override any
SRCS it adds.  This is required for linksyms_sun.c used when linking
with the Solaris linker.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/rump/librump/rumpvfs/Makefile.rumpvfs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/kern

2013-12-09 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Dec  9 21:11:15 UTC 2013

Modified Files:
src/sys/kern: makesyscalls.sh

Log Message:
need string.h now for !_KERNEL


To generate a diff of this commit:
cvs rdiff -u -r1.137 -r1.138 src/sys/kern/makesyscalls.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/kern

2013-12-09 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Dec  9 21:12:45 UTC 2013

Modified Files:
src/sys/kern: makesyscalls.sh

Log Message:
one newline is enough


To generate a diff of this commit:
cvs rdiff -u -r1.138 -r1.139 src/sys/kern/makesyscalls.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys

2013-12-09 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Dec  9 21:13:22 UTC 2013

Modified Files:
src/sys/kern: init_sysent.c syscalls.c
src/sys/rump/include/rump: rump_syscalls.h
src/sys/rump/librump/rumpkern: rump_syscalls.c
src/sys/sys: syscall.h syscallargs.h

Log Message:
regen


To generate a diff of this commit:
cvs rdiff -u -r1.278 -r1.279 src/sys/kern/init_sysent.c
cvs rdiff -u -r1.269 -r1.270 src/sys/kern/syscalls.c
cvs rdiff -u -r1.70 -r1.71 src/sys/rump/include/rump/rump_syscalls.h
cvs rdiff -u -r1.95 -r1.96 src/sys/rump/librump/rumpkern/rump_syscalls.c
cvs rdiff -u -r1.265 -r1.266 src/sys/sys/syscall.h
cvs rdiff -u -r1.248 -r1.249 src/sys/sys/syscallargs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/gpt

2013-12-09 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Tue Dec 10 01:05:00 UTC 2013

Modified Files:
src/sbin/gpt: add.c resize.c set.c unset.c

Log Message:
Explicitly state which partition was added/modified.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sbin/gpt/add.c
cvs rdiff -u -r1.7 -r1.8 src/sbin/gpt/resize.c
cvs rdiff -u -r1.1 -r1.2 src/sbin/gpt/set.c src/sbin/gpt/unset.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/sets/lists/comp

2013-12-09 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Tue Dec 10 01:09:32 UTC 2013

Modified Files:
src/distrib/sets/lists/comp: mi

Log Message:
Fix the build setlists for MKLINT=yes + MKRUMP=yes


To generate a diff of this commit:
cvs rdiff -u -r1.1868 -r1.1869 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.