CVS commit: src/games/monop

2011-11-30 Thread Adam Hoka
Module Name:src Committed By: ahoka Date: Thu Dec 1 07:05:52 UTC 2011 Modified Files: src/games/monop: misc.c monop.c Log Message: handle EOF in input To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/games/monop/misc.c cvs rdiff -u -r1.25 -r1.26 src/gam

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

2011-11-30 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Dec 1 03:50:09 UTC 2011 Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: mipsX_subr.S Log Message: When trying to map the stack of the current lwp into TLB, if the stack was mapped via KSEGX skip the load. To generat

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

2011-11-30 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Dec 1 02:58:53 UTC 2011 Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: mips_machdep.c Log Message: Fix $NetBSD$ To generate a diff of this commit: cvs rdiff -u -r1.205.4.1.2.1.2.53 -r1.205.4.1.2.1.2.54 \ src/sy

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

2011-11-30 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Dec 1 02:58:23 UTC 2011 Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: pmap.c Log Message: Deal with uvmexp.ncolors being 0. To generate a diff of this commit: cvs rdiff -u -r1.179.16.31 -r1.179.16.32 src/sys/arch/

CVS commit: src/usr.sbin/user

2011-11-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Dec 1 00:34:05 UTC 2011 Modified Files: src/usr.sbin/user: user.c Added Files: src/usr.sbin/user: pathnames.h Log Message: Move path names to pathnames.h per conventions To generate a diff of this commit: cvs rdif

CVS commit: src/usr.sbin/user

2011-11-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Dec 1 00:26:45 UTC 2011 Modified Files: src/usr.sbin/user: user.c Log Message: Handle return value from system() properly. PR 45672 from River Tarnell. To generate a diff of this commit: cvs rdiff -u -r1.127 -r1.128 src/u

CVS commit: src/usr.sbin/user

2011-11-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Dec 1 00:15:32 UTC 2011 Modified Files: src/usr.sbin/user: user.c Log Message: attribute format printf -> __printflike To generate a diff of this commit: cvs rdiff -u -r1.126 -r1.127 src/usr.sbin/user/user.c Please note

CVS commit: src/sys/arch/evbarm/conf

2011-11-30 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Nov 30 20:40:20 UTC 2011 Modified Files: src/sys/arch/evbarm/conf: MV2120 Log Message: Trim down MV2120: - comment pci(4)-related drivers - comment dmover(4)-related drivers - optimize for size - add 5.0 compat - misc a

CVS commit: src/sys/arch/evbarm/conf

2011-11-30 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Wed Nov 30 20:00:40 UTC 2011 Modified Files: src/sys/arch/evbarm/conf: mk.mv2120 Log Message: Explain the reasoning behind the load-time memory layout. Only build kernels the MV2120 can boot. Use mkubootimage -E. To generate a

CVS commit: src/usr.bin/quota

2011-11-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Nov 30 16:12:32 UTC 2011 Modified Files: src/usr.bin/quota: quota.c Log Message: Adjust the quota-fetching code to allow more than two object types. (as far as we can so far, at least) Note that quota won't actually work fu

CVS commit: src/usr.bin/quota

2011-11-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Nov 30 16:09:29 UTC 2011 Modified Files: src/usr.bin/quota: quota.c Log Message: Clean up the printout code to support more than the old fixed two object types. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42

CVS commit: src/usr.bin/quota

2011-11-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Nov 30 16:07:28 UTC 2011 Modified Files: src/usr.bin/quota: quota.c Log Message: Move a big chunk of code out of a loop into its own function. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/usr.bin/quota

CVS commit: [yamt-pagecache] src/sys/rump/librump/rumpkern

2011-11-30 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Wed Nov 30 14:36:37 UTC 2011 Modified Files: src/sys/rump/librump/rumpkern [yamt-pagecache]: scheduler.c Log Message: implement a rump version of kpreempt_disabled To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.27.2.1

CVS commit: src/sys/arch/algor/conf

2011-11-30 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Wed Nov 30 14:34:11 UTC 2011 Modified Files: src/sys/arch/algor/conf: P4032 Log Message: Increase SYMTAB_SPACE for evbmips. To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 src/sys/arch/algor/conf/P4032 Please no

CVS commit: [yamt-pagecache] src/sys

2011-11-30 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Wed Nov 30 14:33:47 UTC 2011 Modified Files: src/sys/ufs/lfs [yamt-pagecache]: lfs.h src/sys/uvm [yamt-pagecache]: uvm_page.c uvm_page.h Log Message: make lfs another pager specific flag so that it won't be affected by an nf

CVS commit: [yamt-pagecache] src/sys/miscfs/genfs

2011-11-30 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Wed Nov 30 14:31:30 UTC 2011 Modified Files: src/sys/miscfs/genfs [yamt-pagecache]: genfs_io.c Log Message: g/c #if 1 comment To generate a diff of this commit: cvs rdiff -u -r1.53.2.4 -r1.53.2.5 src/sys/miscfs/genfs/genfs_io.c P

CVS commit: src/sys/kern

2011-11-30 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Wed Nov 30 10:27:46 UTC 2011 Modified Files: src/sys/kern: kern_ktrace.c Log Message: Only return values when there was no error. To generate a diff of this commit: cvs rdiff -u -r1.158 -r1.159 src/sys/kern/kern_ktrace.c Pleas

CVS commit: src/sys/dev

2011-11-30 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Wed Nov 30 09:51:18 UTC 2011 Modified Files: src/sys/dev: fss.c Log Message: On LP64 host, fss_get and fss_get50 have the same size; so FSSIOCGET50 and FSSIOCGET are identical and the compiler complains about "duplicate case value