CVS commit: src/share/man/man9/man9.i386

2009-11-03 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Nov 3 11:04:32 UTC 2009 Modified Files: src/share/man/man9/man9.i386: return_address.9 Log Message: Fix Dt, improve Nd, remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man9

CVS commit: src/sys/dev/pci

2009-11-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Nov 3 12:51:56 UTC 2009 Modified Files: src/sys/dev/pci: piixpm.c Log Message: Set iba_type properly. The only thing that ever looks at this is the 'options I2C_SCAN' code in dev/i2c/i2c.c which is disabled by default. T

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

2009-11-03 Thread Christoph Egger
Module Name:src Committed By: cegger Date: Tue Nov 3 13:14:50 UTC 2009 Modified Files: src/sys/arch/i386/pnpbios: pnpbios.c Log Message: use proper type for memory protection bits To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 src/sys/arch/i386/pnpbios/pn

CVS commit: src/sys/arch/alpha/alpha

2009-11-03 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Nov 3 16:08:00 UTC 2009 Modified Files: src/sys/arch/alpha/alpha: locore.s Log Message: Restructure exception_return() a bit in preparation for some upcoming changes. To generate a diff of this commit: cvs rdiff -u -r1.114

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/mips

2009-11-03 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Tue Nov 3 16:30:58 UTC 2009 Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: mips_machdep.c Log Message: Add XLS416. To generate a diff of this commit: cvs rdiff -u -r1.205.4.1.2.1.2.15 -r1.205.4.1.2.1.2.16 \ src

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

2009-11-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Nov 3 18:44:15 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern Log Message: move module to SRCS where it logically belongs. no functional change. To generate a diff of this commit: cvs rdiff -u -r1

CVS commit: src/sys/rump

2009-11-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Nov 3 18:22:16 UTC 2009 Modified Files: src/sys/rump/include/rump: rump.h src/sys/rump/librump/rumpkern: rump.c Log Message: Add rump_boot_set/gethowto(), which can be called before rump_init() to control *tadaa*

CVS commit: src/share/examples/rump/wirelessconf

2009-11-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Nov 3 18:24:21 UTC 2009 Modified Files: src/share/examples/rump/wirelessconf: wirelessconf.c Log Message: * use rump_boot_sethowto() * fail in a nicer way if interface device is not probed To generate a diff of this commit:

CVS commit: src/tools/m4/bootstrap

2009-11-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Nov 3 22:52:59 UTC 2009 Modified Files: src/tools/m4/bootstrap: Makefile Log Message: prevent $ NetBSD expansion. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tools/m4/bootstrap/Makefile Please note th

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

2009-11-03 Thread David Young
Module Name:src Committed By: dyoung Date: Tue Nov 3 20:11:54 UTC 2009 Modified Files: src/sys/arch/x86/x86: patch.c Log Message: Gracelessly bracket #include "opt_spldebug.h" with #ifdef i386. Should fix the amd64 kernel-build failure that Andreas Wrede reported. To ge

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

2009-11-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Nov 3 20:25:31 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: Weak aliazeize usermount_common_policy() to uncouple rumpkern linkage from rumpvfs once again after the secmodel changes. (temp solutio

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

2009-11-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Nov 3 20:22:33 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: Reorder enough of lwp/cpu initialization to have enough context for pool/kmem init to work again with the stock versions (as opposed to

CVS commit: src/sys/dev/ic

2009-11-03 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Nov 3 22:06:30 UTC 2009 Modified Files: src/sys/dev/ic: hme.c Log Message: Use hme_init() to provide a non-NULL ifp->if_init. To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 src/sys/dev/ic/hme.c Please note

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

2009-11-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Nov 3 18:23:16 UTC 2009 Modified Files: src/sys/rump/include/rump: rumpdefs.h Log Message: regen: add AB_* macros To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/rump/include/rump/rumpdefs.h Please note

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

2009-11-03 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Nov 3 18:22:44 UTC 2009 Modified Files: src/sys/rump/include/rump: makerumpdefs.sh Log Message: include AB_* macros from reboot.h To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/rump/include/rump/makerump