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 src/shar
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 d
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 src/lib/libc/compat
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 r
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
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 src/distrib/sets/lists/comp/m
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 r
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 ge
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 th
Module Name:src
Committed By: matt
Date: Thu Feb 9 03:05:02 UTC 2012
Modified Files:
src/sys/uvm [matt-nb5-mips64]: uvm.h uvm_amap.c uvm_extern.h uvm_init.c
uvm_km.c uvm_map.c uvm_meter.c uvm_page.c uvm_page.h uvm_pager.c
uvm_pdaemon.c uvm_pdpolicy.
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
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 +0x# so you can c&p easily into gdb.
To generate a diff of this commit:
cvs rdiff -u -r1.2
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 V
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 src/sys/arch/evbmips/conf/MA
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 mips
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 src/sys/rump/libr
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 -
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 direct-mapped).
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 src/sy
19 matches
Mail list logo