CVS commit: src/share/man/man9

2012-02-08 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Feb 8 08:25:05 UTC 2012 Modified Files: src/share/man/man9: vnode.9 Log Message: xref rwlock instead of deprecated lockmgr. From Julian Fagir in PR 45944. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55

CVS commit: src/share/man/man9

2012-02-08 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Feb 8 09:32:47 UTC 2012 Modified Files: src/share/man/man9: vnode.9 Log Message: Bump date for previous, per mbalmer. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/share/man/man9/vnode.9 Please note that

CVS commit: src/lib/libc/compat/gen

2012-02-08 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Wed Feb 8 12:10:17 UTC 2012 Modified Files: src/lib/libc/compat/gen: compat_readdir.c Log Message: Add missing cast, fixes i386 build. releng ok. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/dev/scsipi

2012-02-08 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Wed Feb 8 12:22:00 UTC 2012 Modified Files: src/sys/dev/scsipi: uk.c Log Message: Convert uk(4) to device_t. While here, clean up the code a bit. releng ok (ack 3, nak 0, wait no more) To generate a diff of this commit: cvs

CVS commit: src/distrib/sets

2012-02-08 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Wed Feb 8 16:51:09 UTC 2012 Modified Files: src/distrib/sets: getdirs.awk Log Message: Error out if a path has consecutive slashes which is unsupported and made awk enter an infinite loop while creating set lists. To generate a

CVS commit: src/distrib/sets/lists/comp

2012-02-08 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Wed Feb 8 16:52:41 UTC 2012 Modified Files: src/distrib/sets/lists/comp: mi Log Message: Remove extra slash in makemandb.debug line. To generate a diff of this commit: cvs rdiff -u -r1.1731 -r1.1732

CVS commit: src/sys/arch/usermode

2012-02-08 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Wed Feb 8 17:55:21 UTC 2012 Modified Files: src/sys/arch/usermode/include: cpu.h types.h vmparam.h src/sys/arch/usermode/usermode: machdep.c Log Message: Fix /dev/kmem access and make vmstat(1) `work'. Not sure all the

CVS commit: src/sys/arch/x68k/stand/loadbsd

2012-02-08 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Feb 8 23:51:37 UTC 2012 Modified Files: src/sys/arch/x68k/stand/loadbsd: Makefile Log Message: Don't depend on cat pages to be installed, just run mandoc here. Also provide a HTML version for user of modern technology. To

CVS commit: src/sys/ddb

2012-02-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 9 00:21:23 UTC 2012 Modified Files: src/sys/ddb: db_sym.c Log Message: Remove bogus code in the non kernel case involving end[]. In this case end[] is the end of the crash program symbols, so using that as the end of

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

2012-02-08 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Feb 9 03:08:32 UTC 2012 Modified Files: src/sys/miscfs/genfs [matt-nb5-mips64]: genfs_io.c src/sys/ufs/lfs [matt-nb5-mips64]: lfs_vfsops.c Log Message: Change to use the updated uvm_pageout_* signature. To generate a

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

2012-02-08 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Feb 9 03:10:06 UTC 2012 Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: trap.c Log Message: When printing a stack trace, use sym+0x# so you can cp easily into gdb. To generate a diff of this commit: cvs rdiff -u

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

2012-02-08 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Feb 9 03:11:39 UTC 2012 Modified Files: src/sys/arch/evbmips/include [matt-nb5-mips64]: vmparam.h Log Message: VM_FREELIST_MAX is not used by anything. Should be VM_NFREELIST Add macros to test a PA to see if it belonds to a

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

2012-02-08 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Feb 9 03:12:09 UTC 2012 Modified Files: src/sys/arch/evbmips/conf [matt-nb5-mips64]: MALTA32 Log Message: Get rid of dead lines. To generate a diff of this commit: cvs rdiff -u -r1.1.2.2 -r1.1.2.3

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

2012-02-08 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Feb 9 03:14:46 UTC 2012 Modified Files: src/sys/arch/mips/include [matt-nb5-mips64]: vmparam.h src/sys/arch/mips/mips [matt-nb5-mips64]: mips_machdep.c pmap.c pmap_segtab.c vm_machdep.c Log Message: Add

CVS commit: [matt-nb5-mips64] src/sys/rump/librump/rumpkern

2012-02-08 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Feb 9 03:15:18 UTC 2012 Modified Files: src/sys/rump/librump/rumpkern [matt-nb5-mips64]: vm.c Log Message: Update uvm_pageout_done defintion. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.41.8.1

CVS commit: [matt-nb5-mips64] src/usr.bin/vmstat

2012-02-08 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Feb 9 03:22:58 UTC 2012 Modified Files: src/usr.bin/vmstat [matt-nb5-mips64]: vmstat.c Log Message: Deal with the changes to uvmexp. Use sysctl version when possible. To generate a diff of this commit: cvs rdiff -u -r1.163

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

2012-02-08 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Feb 9 03:35:59 UTC 2012 Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: vm_machdep.c Log Message: Recognize KSEGX as FIRST512M (even though it isn't in the 512M it is conceptually part of it since it's

CVS commit: src/sys/dist/ipf/netinet

2012-02-08 Thread Darren Reed
Module Name:src Committed By: darrenr Date: Thu Feb 9 07:15:28 UTC 2012 Modified Files: src/sys/dist/ipf/netinet: ip_fil_netbsd.c ip_nat.c Log Message: PR kern/45929 ipnat does not remove rules with -r To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60