CVS commit: src/tests/net/bpf

2013-03-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Mar 1 13:49:42 UTC 2013 Modified Files: src/tests/net/bpf: t_div-by-zero.c Log Message: Rump kernel hypercalls are not necessary here. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src

2013-03-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Mar 1 13:52:31 UTC 2013 Modified Files: src/lib/librumpuser: Makefile src/sys/rump/include/rump: rumpuser.h Log Message: limit use of rumpuser.h to where it is meant to be used from To generate a diff of this

CVS commit: src/sys/rump

2013-03-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Mar 1 14:05:44 UTC 2013 Modified Files: src/sys/rump: Makefile.rump Log Message: Allow rump kernel components to define their own hypercalls. This is useful for example for supporting the tap device on Linux, for which

CVS commit: src/distrib/utils/embedded/conf

2013-03-01 Thread Hisashi T Fujinaka
Module Name:src Committed By: htodd Date: Fri Mar 1 14:28:23 UTC 2013 Modified Files: src/distrib/utils/embedded/conf: evbarm.conf Log Message: Disklabel need to use sectors, not bytes. Thanks to agc. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sys/rump

2013-03-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Mar 1 18:11:11 UTC 2013 Modified Files: src/sys/rump: Makefile.rump Log Message: Shuffle the namespaces in the previous around a bit, and make it rumpcomp_user instead of rumpuser_component. This makes sure the rumpuser

CVS commit: src

2013-03-01 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Mar 1 18:15:39 UTC 2013 Modified Files: src/distrib/sets/lists/base: ad.mips64eb ad.mips64el md.amd64 md.sparc64 shl.mi src/distrib/sets/lists/comp: mi src/distrib/sets/lists/debug: ad.mips64eb

CVS commit: src/share/man/man4

2013-03-01 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Mar 1 18:39:53 UTC 2013 Modified Files: src/share/man/man4: sem.4 Log Message: All current semaphores support process sharing. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/sem.4 Please

CVS commit: src/sys/rump

2013-03-01 Thread Antti Kantee
@@ # when date is bumped. # -BUILDRUMP=20130131:0 +BUILDRUMP=20130301:0

CVS commit: src

2013-03-01 Thread Christos Zoulas
: ^^^ +20130301: + The removal of netiso requires manual removal of /usr/include/netiso + prior to the build. + 20120726: The update of OpenSSL requires cleaning both the OpenSSL build directory and DESTDIR. *Even non-update builds require cleaning