CVS commit: src/tests/dev/sysmon

2010-08-30 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Aug 30 08:30:17 UTC 2010

Modified Files:
src/tests/dev/sysmon: t_swwdog.c

Log Message:
Make tcount volatile since a signal handler plays with it.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/dev/sysmon/t_swwdog.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

2010-08-30 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Aug 30 09:44:11 UTC 2010

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

Log Message:
Use one line per sys/kern source module.  no functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 src/sys/rump/librump/rumpkern/Makefile.rumpkern

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

2010-08-30 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Aug 30 09:44:40 UTC 2010

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

Log Message:
Include kern_prot.c for setuid etc.


To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 src/sys/rump/librump/rumpkern/Makefile.rumpkern

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



CVS commit: src/sys/rump

2010-08-30 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Aug 30 10:08:39 UTC 2010

Modified Files:
src/sys/rump/include/rump: rump_syscalls_compat.h
src/sys/rump/librump/rumpvfs: compat.c

Log Message:
do 5.0 compat for fstat


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/rump/include/rump/rump_syscalls_compat.h
cvs rdiff -u -r1.6 -r1.7 src/sys/rump/librump/rumpvfs/compat.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

2010-08-30 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Aug 30 10:24:05 UTC 2010

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

Log Message:
Use the generally more useful funcalias for rump syscalls.


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

2010-08-30 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Aug 30 10:24:42 UTC 2010

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:
Empty commit to show makesyscalls.sh rev 1.99 didn't change anything (yet).


To generate a diff of this commit:
cvs rdiff -u -r1.245 -r1.246 src/sys/kern/init_sysent.c
cvs rdiff -u -r1.236 -r1.237 src/sys/kern/syscalls.c
cvs rdiff -u -r1.27 -r1.28 src/sys/rump/include/rump/rump_syscalls.h
cvs rdiff -u -r1.47 -r1.48 src/sys/rump/librump/rumpkern/rump_syscalls.c
cvs rdiff -u -r1.232 -r1.233 src/sys/sys/syscall.h
cvs rdiff -u -r1.214 -r1.215 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/kern

2010-08-30 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Aug 30 10:30:01 UTC 2010

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

Log Message:
remove trailing empty line.  no useful change.


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

2010-08-30 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Aug 30 10:32:54 UTC 2010

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

Log Message:
RUMP syscalls for kern_prot.c interfaces


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

2010-08-30 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Aug 30 10:34:52 UTC 2010

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: rump syscalls for kern_prot interfaces


To generate a diff of this commit:
cvs rdiff -u -r1.246 -r1.247 src/sys/kern/init_sysent.c
cvs rdiff -u -r1.237 -r1.238 src/sys/kern/syscalls.c
cvs rdiff -u -r1.28 -r1.29 src/sys/rump/include/rump/rump_syscalls.h
cvs rdiff -u -r1.48 -r1.49 src/sys/rump/librump/rumpkern/rump_syscalls.c
cvs rdiff -u -r1.233 -r1.234 src/sys/sys/syscall.h
cvs rdiff -u -r1.215 -r1.216 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/dist/nvi/docs/vi.man

2010-08-30 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Aug 30 10:41:54 UTC 2010

Modified Files:
src/dist/nvi/docs/vi.man: vi.1

Log Message:
refering -> referring, per PR 43814.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/dist/nvi/docs/vi.man/vi.1

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

2010-08-30 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Aug 30 10:49:40 UTC 2010

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

Log Message:
* record proc's cred in p_cred too
* account procs for uids


To generate a diff of this commit:
cvs rdiff -u -r1.182 -r1.183 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/lib/librump

2010-08-30 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Aug 30 11:37:52 UTC 2010

Modified Files:
src/lib/librump: rump.3

Log Message:
Add some commas.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/librump/rump.3

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



CVS commit: src/sys/rump/dev/lib/libucom

2010-08-30 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Aug 30 11:51:29 UTC 2010

Modified Files:
src/sys/rump/dev/lib/libucom: UCOM.ioconf

Log Message:
doesn't need files.rump


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/rump/dev/lib/libucom/UCOM.ioconf

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



CVS commit: src/sys/rump/dev/lib/libulpt

2010-08-30 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Aug 30 11:52:10 UTC 2010

Modified Files:
src/sys/rump/dev/lib/libulpt: ULPT.ioconf

Log Message:
doesn't need files.rump


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/rump/dev/lib/libulpt/ULPT.ioconf

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/machine

2010-08-30 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Mon Aug 30 18:29:52 UTC 2010

Modified Files:
src/sys/rump/include/machine: intr.h

Log Message:
Make IPLs not equal IPL_NONE to avoid some KASSERTs.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/rump/include/machine/intr.h

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



CVS commit: src/sys/ddb

2010-08-30 Thread Thor Lancelot Simon
Module Name:src
Committed By:   tls
Date:   Mon Aug 30 19:23:26 UTC 2010

Modified Files:
src/sys/ddb: db_input.c

Log Message:
Don't overflow DDB command history.  Coyote Point changelist description:

DDB is flakey.  The command history wanders past the bounds.  Way
past.  When it hits some boolean that indicates a.out format symbol
tables are to be used, and here is the pointer to the function, the
call thru the NULL function pointer renders the debug session entirely
unsatisfactory, outcome wise.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/ddb/db_input.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/wsfb

2010-08-30 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Tue Aug 31 02:49:17 UTC 2010

Modified Files:
src/sys/dev/wsfb: files.wsfb genfb.c genfbvar.h

Log Message:
make use of a shadow framebuffer optional, use VCONS_DONT_READ by default


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/wsfb/files.wsfb
cvs rdiff -u -r1.29 -r1.30 src/sys/dev/wsfb/genfb.c
cvs rdiff -u -r1.14 -r1.15 src/sys/dev/wsfb/genfbvar.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/sparc64/dev

2010-08-30 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Tue Aug 31 03:08:23 UTC 2010

Modified Files:
src/sys/arch/sparc64/dev: gfb.c

Log Message:
remove shadow framebuffer support, use VCONS_DONT_READ instead


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/sparc64/dev/gfb.c

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



CVS commit: src/bin/pax

2010-08-30 Thread enami tsugutomo
Module Name:src
Committed By:   enami
Date:   Tue Aug 31 03:16:06 UTC 2010

Modified Files:
src/bin/pax: ar_io.c options.c

Log Message:
- Raise an error rather than silently creating broken archive
  if user don't specify --force-local but opened file is actually
  a local file.
- Make cpio to accept -F option as described in manpage.
- Make pax to set forcelocal flag if requested to do so.
- Add missing break statement.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/bin/pax/ar_io.c
cvs rdiff -u -r1.108 -r1.109 src/bin/pax/options.c

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



CVS commit: src/bin/pax

2010-08-30 Thread enami tsugutomo
Module Name:src
Committed By:   enami
Date:   Tue Aug 31 04:50:07 UTC 2010

Modified Files:
src/bin/pax: ar_io.c

Log Message:
Fix build as tools.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/bin/pax/ar_io.c

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



CVS commit: src/bin/pax

2010-08-30 Thread enami tsugutomo
Module Name:src
Committed By:   enami
Date:   Tue Aug 31 05:07:10 UTC 2010

Modified Files:
src/bin/pax: ar_io.c

Log Message:
Backout previous; it was wrong fix.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/bin/pax/ar_io.c

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



CVS commit: src

2010-08-30 Thread enami tsugutomo
Module Name:src
Committed By:   enami
Date:   Tue Aug 31 05:12:35 UTC 2010

Modified Files:
src/include: rmt.h
src/lib/librmt: rmtlib.c

Log Message:
Move prototype of isrmt() to rmt.h.  It is a public interface
described in rmtops(3).


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/include/rmt.h
cvs rdiff -u -r1.21 -r1.22 src/lib/librmt/rmtlib.c

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