CVS commit: src/sys/arch/usermode/usermode

2011-08-25 Thread Reinoud Zandijk
Module Name:src
Committed By:   reinoud
Date:   Thu Aug 25 10:46:59 UTC 2011

Modified Files:
src/sys/arch/usermode/usermode: pmap.c

Log Message:
Indent debug aprint_debug()'s


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/usermode/usermode/pmap.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/usermode/include

2011-08-25 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Thu Aug 25 11:02:58 UTC 2011

Modified Files:
src/sys/arch/usermode/include: bus.h

Log Message:
add bus_addr_t typedef


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/usermode/include/bus.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/usermode

2011-08-25 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Thu Aug 25 11:06:29 UTC 2011

Modified Files:
src/sys/arch/usermode/conf: Makefile.usermode files.usermode
majors.usermode
src/sys/arch/usermode/dev: mainbus.c
src/sys/arch/usermode/include: mainbus.h thunk.h
src/sys/arch/usermode/usermode: machdep.c thunk.c

Log Message:
- build thunk code with warnings
- add option SDL which pulls in thunk_sdl code and links the kernel to libSDL
- add an experimental framebuffer driver based on thunk_sdl, enable with:
options SDL
genfb* at mainbus?
wsdisplay* at genfb?
options WS_KERNEL_FG=WSCOL_GREEN
options WSEMUL_VT100
- reserve a major # for wsdisplay
- add thunk_getenv()


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/usermode/conf/Makefile.usermode
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/usermode/conf/files.usermode
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/usermode/conf/majors.usermode
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/usermode/dev/mainbus.c
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/usermode/include/mainbus.h
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/usermode/include/thunk.h
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/usermode/usermode/machdep.c
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/usermode/usermode/thunk.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/usermode

2011-08-25 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Thu Aug 25 11:45:26 UTC 2011

Added Files:
src/sys/arch/usermode/dev: genfb_thunkbus.c
src/sys/arch/usermode/usermode: thunk_sdl.c

Log Message:
- build thunk code with warnings
- add option SDL which pulls in thunk_sdl code and links the kernel to libSDL
- add an experimental framebuffer driver based on thunk_sdl, enable with:
options SDL
genfb* at mainbus?
wsdisplay* at genfb?
options WS_KERNEL_FG=WSCOL_GREEN
options WSEMUL_VT100
- reserve a major # for wsdisplay
- add thunk_getenv()


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/arch/usermode/dev/genfb_thunkbus.c
cvs rdiff -u -r0 -r1.1 src/sys/arch/usermode/usermode/thunk_sdl.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/usermode/include

2011-08-25 Thread Reinoud Zandijk
Module Name:src
Committed By:   reinoud
Date:   Thu Aug 25 14:24:48 UTC 2011

Modified Files:
src/sys/arch/usermode/include: pcb.h

Log Message:
Add trapframe and extent pcb for NetBSD/usermode; both mere dummies since
there are no traps delivered nor a process has ever been started...


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/usermode/include/pcb.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/usermode/usermode

2011-08-25 Thread Reinoud Zandijk
Module Name:src
Committed By:   reinoud
Date:   Thu Aug 25 14:37:57 UTC 2011

Modified Files:
src/sys/arch/usermode/usermode: pmap.c trap.c

Log Message:
Implement first generation of memory access handler for the kernel.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/usermode/usermode/pmap.c
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/usermode/usermode/trap.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/usermode/usermode

2011-08-25 Thread Reinoud Zandijk
Module Name:src
Committed By:   reinoud
Date:   Thu Aug 25 14:38:56 UTC 2011

Modified Files:
src/sys/arch/usermode/usermode: trap.c

Log Message:
Update and claim copyright


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/usermode/usermode/trap.c

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



CVS commit: src

2011-08-25 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Thu Aug 25 14:55:36 UTC 2011

Added Files:
src/common/lib/libppath: Makefile.inc ppath.3 ppath.c ppath_bool.3
ppath_extant.c ppath_kmem_alloc.c ppath_malloc.c ppath_number.3
ppath_object.3
src/lib/libppath: Makefile ppath_malloc.c shlib_version

Log Message:
Add sources, Makefiles, and manual pages for ppath(3), a
property-container path library that is usable from both userland and
the kernel.

TBD: hook this into the build, update set lists, and add automated
tests.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/common/lib/libppath/Makefile.inc \
src/common/lib/libppath/ppath.3 src/common/lib/libppath/ppath.c \
src/common/lib/libppath/ppath_bool.3 \
src/common/lib/libppath/ppath_extant.c \
src/common/lib/libppath/ppath_kmem_alloc.c \
src/common/lib/libppath/ppath_malloc.c \
src/common/lib/libppath/ppath_number.3 \
src/common/lib/libppath/ppath_object.3
cvs rdiff -u -r0 -r1.1 src/lib/libppath/Makefile \
src/lib/libppath/ppath_malloc.c src/lib/libppath/shlib_version

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



CVS commit: src/sys/arch/usermode/usermode

2011-08-25 Thread Reinoud Zandijk
Module Name:src
Committed By:   reinoud
Date:   Thu Aug 25 15:02:54 UTC 2011

Modified Files:
src/sys/arch/usermode/usermode: trap.c

Log Message:
Check if we pee'd outside the box!


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/usermode/usermode/trap.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/usermode/usermode

2011-08-25 Thread Reinoud Zandijk
Module Name:src
Committed By:   reinoud
Date:   Thu Aug 25 15:06:09 UTC 2011

Modified Files:
src/sys/arch/usermode/usermode: pmap.c

Log Message:
For all virtual to logical page translations we need to substract
VM_MIN_ADDRESS first! I forgot to add this to pmap_remove().

Now we are here, mark the lines with V->L or L->V.l


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/usermode/usermode/pmap.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/include

2011-08-25 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Thu Aug 25 15:06:10 UTC 2011

Modified Files:
src/sys/arch/x86/include: bus_defs.h

Log Message:
Add to x86 bus_space_tag_t a member, bst_exists, that tells whether a
routine is overridden by this tag or by any ancestral tag.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/x86/include/bus_defs.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/x86/x86

2011-08-25 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Thu Aug 25 15:08:49 UTC 2011

Modified Files:
src/sys/arch/x86/x86: bus_space.c

Log Message:
Initialize bst_exists in bus_space_tag_create(9).  Use it to avoid
walking the chain of ancestor tags to see if a bus_space(9) routine was
overridden.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sys/arch/x86/x86/bus_space.c

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



CVS commit: src/common/lib/libppath

2011-08-25 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Thu Aug 25 15:12:38 UTC 2011

Modified Files:
src/common/lib/libppath: ppath.3 ppath_bool.3 ppath_number.3
ppath_object.3

Log Message:
Fix Dt argument, remove trailing whitespace, fix formatting nit.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/common/lib/libppath/ppath.3 \
src/common/lib/libppath/ppath_bool.3 \
src/common/lib/libppath/ppath_number.3 \
src/common/lib/libppath/ppath_object.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/net/lib/libshmif

2011-08-25 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Thu Aug 25 15:14:19 UTC 2011

Modified Files:
src/sys/rump/net/lib/libshmif: if_shmem.c

Log Message:
Use VMEM_ADDR_MIN and VMEM_ADDR_MAX.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/sys/rump/net/lib/libshmif/if_shmem.c

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



CVS commit: src/common/lib/libppath

2011-08-25 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Thu Aug 25 15:14:43 UTC 2011

Modified Files:
src/common/lib/libppath: ppath_bool.3

Log Message:
Fix Nd argument.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/common/lib/libppath/ppath_bool.3

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

2011-08-25 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Thu Aug 25 15:29:05 UTC 2011

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

Log Message:
Set-list repair: add 'nls' tag to some files that need it, sort some
firmware files, move some graphics-adapter firmware into the syspkg
base-firmware-root.


To generate a diff of this commit:
cvs rdiff -u -r1.947 -r1.948 src/distrib/sets/lists/base/mi

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



CVS commit: src/crypto/external/bsd/libsaslc/lib

2011-08-25 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Thu Aug 25 15:30:54 UTC 2011

Modified Files:
src/crypto/external/bsd/libsaslc/lib: Makefile

Log Message:
msg.c uses non-literal format strings


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/crypto/external/bsd/libsaslc/lib/Makefile

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

2011-08-25 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Thu Aug 25 15:34:05 UTC 2011

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

Log Message:
Set-list repair: remove the 'gcccmds' tag from lines where it does not
belong.


To generate a diff of this commit:
cvs rdiff -u -r1.376 -r1.377 src/distrib/sets/lists/tests/mi

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



CVS commit: src/crypto/external/bsd/openssh/dist

2011-08-25 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Thu Aug 25 15:37:00 UTC 2011

Modified Files:
src/crypto/external/bsd/openssh/dist: log.c

Log Message:
Avoid using non-literal format strings and optimizing code a bit at the
same time.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/crypto/external/bsd/openssh/dist/log.c

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



CVS commit: src/distrib/utils/sysinst/arch/bebox

2011-08-25 Thread KIYOHARA Takashi
Module Name:src
Committed By:   kiyohara
Date:   Thu Aug 25 15:42:33 UTC 2011

Modified Files:
src/distrib/utils/sysinst/arch/bebox: md.c

Log Message:
bebox not support md_post_newfs() and md_post_disklabel() now. Change null-func.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/distrib/utils/sysinst/arch/bebox/md.c

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



CVS commit: src/bin/csh

2011-08-25 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Thu Aug 25 15:44:51 UTC 2011

Modified Files:
src/bin/csh: Makefile

Log Message:
Uses non-literal format strings in err.c


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/bin/csh/Makefile

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



CVS commit: src/games/sail

2011-08-25 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Thu Aug 25 15:50:45 UTC 2011

Modified Files:
src/games/sail: Makefile

Log Message:
Uses non-literal format strings


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/games/sail/Makefile

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



CVS commit: src/sbin/routed

2011-08-25 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Thu Aug 25 16:12:38 UTC 2011

Modified Files:
src/sbin/routed: Makefile

Log Message:
main.c uses non-literal format strings.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sbin/routed/Makefile

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



CVS commit: src/common/include/ppath

2011-08-25 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Thu Aug 25 16:15:29 UTC 2011

Added Files:
src/common/include/ppath: Makefile ppath.h ppath_impl.h

Log Message:
Add ppath/ headers that I had overlooked.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/common/include/ppath/Makefile \
src/common/include/ppath/ppath.h src/common/include/ppath/ppath_impl.h

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



CVS commit: src/sbin/newfs

2011-08-25 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Thu Aug 25 16:17:58 UTC 2011

Modified Files:
src/sbin/newfs: mkfs.c

Log Message:
Avoid magic manipulation of the format string.


To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 src/sbin/newfs/mkfs.c

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



CVS commit: src/games/sail

2011-08-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Aug 25 16:18:29 UTC 2011

Modified Files:
src/games/sail: pl_7.c

Log Message:
add printf attributes.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/games/sail/pl_7.c

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



CVS commit: src/usr.bin/bthset

2011-08-25 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Thu Aug 25 16:19:23 UTC 2011

Modified Files:
src/usr.bin/bthset: bthset.c

Log Message:
Avoid using non-literal format strings. Fix verbose option -- va_list is
passed by reference and vprintf would have processed all arguments
already.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/usr.bin/bthset/bthset.c

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



CVS commit: src/usr.sbin/altq/altqd

2011-08-25 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Thu Aug 25 16:22:44 UTC 2011

Modified Files:
src/usr.sbin/altq/altqd: Makefile

Log Message:
Use of non-literal format string.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/altq/altqd/Makefile

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



CVS commit: src/external/bsd/ntp/lib

2011-08-25 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Thu Aug 25 16:29:40 UTC 2011

Modified Files:
src/external/bsd/ntp/lib/libiscntp: Makefile
src/external/bsd/ntp/lib/libntp: Makefile

Log Message:
Use of non-literal format strings


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/ntp/lib/libiscntp/Makefile
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/ntp/lib/libntp/Makefile

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



CVS commit: src/external/bsd/tmux/dist

2011-08-25 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Thu Aug 25 16:41:51 UTC 2011

Modified Files:
src/external/bsd/tmux/dist: log.c

Log Message:
Avoid non-literal format strings by replacing asprintf with putc.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r1.2 src/external/bsd/tmux/dist/log.c

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



CVS commit: src/distrib/utils/sysinst

2011-08-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Aug 25 16:47:16 UTC 2011

Modified Files:
src/distrib/utils/sysinst: Makefile.inc

Log Message:
document non-literal format string use for many md files


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/distrib/utils/sysinst/Makefile.inc

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



CVS commit: src/usr.sbin/mopd/common

2011-08-25 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Thu Aug 25 16:47:20 UTC 2011

Modified Files:
src/usr.sbin/mopd/common: Makefile

Log Message:
Use of non-literal format strings


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/usr.sbin/mopd/common/Makefile

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



CVS commit: src/dist/pdisk

2011-08-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Aug 25 16:51:48 UTC 2011

Modified Files:
src/dist/pdisk: io.c

Log Message:
fix non-literal format string


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/dist/pdisk/io.c

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



CVS commit: src/usr.sbin/pwd_mkdb

2011-08-25 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Thu Aug 25 16:53:25 UTC 2011

Modified Files:
src/usr.sbin/pwd_mkdb: Makefile

Log Message:
Use of non-literal format string


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/usr.sbin/pwd_mkdb/Makefile

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



CVS commit: src/distrib/utils/ssh

2011-08-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Aug 25 16:54:58 UTC 2011

Modified Files:
src/distrib/utils/ssh: ssh.c

Log Message:
fix non-literal format string


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/distrib/utils/ssh/ssh.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/x68k/usr.bin/bellctrl

2011-08-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Aug 25 17:00:55 UTC 2011

Modified Files:
src/sys/arch/x68k/usr.bin/bellctrl: bellctrl.c

Log Message:
fix non-literal format strings


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/x68k/usr.bin/bellctrl/bellctrl.c

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



CVS commit: src/external/ibm-public/postfix

2011-08-25 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Thu Aug 25 17:05:45 UTC 2011

Modified Files:
src/external/ibm-public/postfix: Makefile.inc

Log Message:
Move -Wno-comment for clang to CPPFLAGS, so that mkdep runs are silent.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/external/ibm-public/postfix/Makefile.inc

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



CVS commit: src/distrib/utils/sysinst

2011-08-25 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Thu Aug 25 17:39:58 UTC 2011

Modified Files:
src/distrib/utils/sysinst: Makefile.inc

Log Message:
-Wno-format-nonliteral for msg_defs.c


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/distrib/utils/sysinst/Makefile.inc

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



CVS commit: src/lib/libc/gen

2011-08-25 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Thu Aug 25 18:20:22 UTC 2011

Modified Files:
src/lib/libc/gen: Makefile.inc

Log Message:
Uses non-literal format strings


To generate a diff of this commit:
cvs rdiff -u -r1.179 -r1.180 src/lib/libc/gen/Makefile.inc

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



CVS commit: src/tests/lib/librumpclient

2011-08-25 Thread Juergen Hannken-Illjes
Module Name:src
Committed By:   hannken
Date:   Thu Aug 25 18:46:01 UTC 2011

Modified Files:
src/tests/lib/librumpclient: t_fd.c

Log Message:
t_fd/sigio: pass test if we receive at least one SIGIO signal.

While a real kernel collects these signals until the connect() returns and
then delivers one signal rump delivers every signal so we get more than one.

Ok: Antti Kantee 


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/lib/librumpclient/t_fd.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/usermode/usermode

2011-08-25 Thread Reinoud Zandijk
Module Name:src
Committed By:   reinoud
Date:   Thu Aug 25 19:06:03 UTC 2011

Modified Files:
src/sys/arch/usermode/usermode: trap.c

Log Message:
A trap is now allways asked for RW access... that needs to be fixed but thats
later care.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/usermode/usermode/trap.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/usermode/usermode

2011-08-25 Thread Reinoud Zandijk
Module Name:src
Committed By:   reinoud
Date:   Thu Aug 25 19:06:58 UTC 2011

Modified Files:
src/sys/arch/usermode/usermode: pmap.c

Log Message:
Implement pmap_deactivate() and most importantly, share changes! i.e. it
should map in the SAME page and not a COW clone of the origional.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/usermode/usermode/pmap.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/usermode/usermode

2011-08-25 Thread Reinoud Zandijk
Module Name:src
Committed By:   reinoud
Date:   Thu Aug 25 19:07:45 UTC 2011

Modified Files:
src/sys/arch/usermode/usermode: copy.c

Log Message:
Cleanup debug messages in copy.c


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/usermode/usermode/copy.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/usermode/dev

2011-08-25 Thread Reinoud Zandijk
Module Name:src
Committed By:   reinoud
Date:   Thu Aug 25 19:08:35 UTC 2011

Modified Files:
src/sys/arch/usermode/dev: ld_thunkbus.c

Log Message:
When this debug printf is enabled, please also tell WHAT address one is using
for read/write.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/usermode/dev/ld_thunkbus.c

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



CVS commit: src/tests/lib/libppath

2011-08-25 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Thu Aug 25 19:09:46 UTC 2011

Added Files:
src/tests/lib/libppath: Makefile personnel.plist plist_to_c t_ppath.c

Log Message:
Add tests for ppath(3).

TBD: hook into build and update set lists.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/tests/lib/libppath/Makefile \
src/tests/lib/libppath/personnel.plist src/tests/lib/libppath/plist_to_c \
src/tests/lib/libppath/t_ppath.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

2011-08-25 Thread Reinoud Zandijk
Module Name:src
Committed By:   reinoud
Date:   Thu Aug 25 19:14:08 UTC 2011

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

Log Message:
On a verbose kernel boot show why executables are denied due to their start
adresses. This will hardly ever occure in real-life.


To generate a diff of this commit:
cvs rdiff -u -r1.317 -r1.318 src/sys/kern/kern_exec.c

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



CVS commit: src/usr.sbin/puffs/mount_psshfs

2011-08-25 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Thu Aug 25 19:49:05 UTC 2011

Modified Files:
src/usr.sbin/puffs/mount_psshfs: psshfs.c

Log Message:
Bring mount_psshfs user/host/path argument processing in line with sftp(1).


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/usr.sbin/puffs/mount_psshfs/psshfs.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

2011-08-25 Thread Reinoud Zandijk
Module Name:src
Committed By:   reinoud
Date:   Thu Aug 25 19:54:30 UTC 2011

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

Log Message:
Move debug -> verbose


To generate a diff of this commit:
cvs rdiff -u -r1.318 -r1.319 src/sys/kern/kern_exec.c

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



CVS commit: src/include

2011-08-25 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Fri Aug 26 01:10:49 UTC 2011

Modified Files:
src/include: assert.h

Log Message:
__assert and __assert13 are dead


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/include/assert.h

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



CVS commit: src/include

2011-08-25 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Fri Aug 26 01:48:39 UTC 2011

Modified Files:
src/include: util.h

Log Message:
pw_error is documented to be dead


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/include/util.h

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



CVS commit: src/games

2011-08-25 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Fri Aug 26 06:18:18 UTC 2011

Modified Files:
src/games/backgammon/common_source: back.h save.c
src/games/backgammon/teachgammon: tutor.h
src/games/battlestar: extern.h
src/games/boggle/boggle: bog.c
src/games/cribbage: cribbage.h
src/games/hack: extern.h
src/games/hangman: hangman.h
src/games/larn: extern.h
src/games/mille: mille.h
src/games/rogue: inventory.c rogue.h score.c
src/games/sail: extern.h pl_7.c

Log Message:
Use __dead and __printflike instead of __attribute__.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/games/backgammon/common_source/back.h
cvs rdiff -u -r1.13 -r1.14 src/games/backgammon/common_source/save.c
cvs rdiff -u -r1.9 -r1.10 src/games/backgammon/teachgammon/tutor.h
cvs rdiff -u -r1.32 -r1.33 src/games/battlestar/extern.h
cvs rdiff -u -r1.26 -r1.27 src/games/boggle/boggle/bog.c
cvs rdiff -u -r1.15 -r1.16 src/games/cribbage/cribbage.h
cvs rdiff -u -r1.16 -r1.17 src/games/hack/extern.h
cvs rdiff -u -r1.13 -r1.14 src/games/hangman/hangman.h
cvs rdiff -u -r1.14 -r1.15 src/games/larn/extern.h
cvs rdiff -u -r1.18 -r1.19 src/games/mille/mille.h
cvs rdiff -u -r1.14 -r1.15 src/games/rogue/inventory.c
cvs rdiff -u -r1.21 -r1.22 src/games/rogue/rogue.h
cvs rdiff -u -r1.15 -r1.16 src/games/rogue/score.c
cvs rdiff -u -r1.36 -r1.37 src/games/sail/extern.h
cvs rdiff -u -r1.41 -r1.42 src/games/sail/pl_7.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

2011-08-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Aug 26 06:56:12 UTC 2011

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

Log Message:
fix compilation for VM_MIN_ADDRESS == 0


To generate a diff of this commit:
cvs rdiff -u -r1.319 -r1.320 src/sys/kern/kern_exec.c

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