Up to [cvs.netbsd.org] / src / sys / kern
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.1.10.2 / (download) - annotate - [select for diffs], Sat Mar 5 20:55:13 2011 UTC (14 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.1.10.1: +101 -0
lines
Diff to previous 1.1.10.1 (colored) to branchpoint 1.1 (colored)
sync with head
Revision 1.1.4.2 / (download) - annotate - [select for diffs], Fri Oct 22 07:22:25 2010 UTC (19 months ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.1.4.1: +101 -0
lines
Diff to previous 1.1.4.1 (colored) to branchpoint 1.1 (colored)
Sync with HEAD (-D20101022).
Revision 1.1.2.2 / (download) - annotate - [select for diffs], Sat Oct 9 03:32:30 2010 UTC (19 months, 2 weeks ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.1.2.1: +101 -0
lines
Diff to previous 1.1.2.1 (colored) to branchpoint 1.1 (colored)
sync with head
Revision 1.1.10.1, Sat Aug 21 13:17:31 2010 UTC (21 months ago) by rmind
Branch: rmind-uvmplock
Changes since 1.1: +0 -101
lines
FILE REMOVED
file kern_cfglock.c was added on branch rmind-uvmplock on 2011-03-05 20:55:13 +0000
Revision 1.1.4.1, Sat Aug 21 13:17:31 2010 UTC (21 months ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.1: +0 -101
lines
FILE REMOVED
file kern_cfglock.c was added on branch uebayasi-xip on 2010-10-22 07:22:25 +0000
Revision 1.1.2.1, Sat Aug 21 13:17:31 2010 UTC (21 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.1: +0 -101
lines
FILE REMOVED
file kern_cfglock.c was added on branch yamt-nfs-mp on 2010-10-09 03:32:30 +0000
Revision 1.1 / (download) - annotate - [select for diffs], Sat Aug 21 13:17:31 2010 UTC (21 months ago) by pgoyette
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
yamt-pagecache,
yamt-nfs-mp-base11,
uebayasi-xip-base4,
uebayasi-xip-base3,
rmind-uvmplock-nbase,
rmind-uvmplock-base,
netbsd-6-base,
netbsd-6,
matt-mips64-premerge-20101231,
jruoho-x86intr-base,
jruoho-x86intr,
jmcneill-usbmp-pre-base2,
jmcneill-usbmp-base9,
jmcneill-usbmp-base8,
jmcneill-usbmp-base7,
jmcneill-usbmp-base6,
jmcneill-usbmp-base5,
jmcneill-usbmp-base4,
jmcneill-usbmp-base3,
jmcneill-usbmp-base2,
jmcneill-usbmp-base,
jmcneill-usbmp,
jmcneill-audiomp3-base,
jmcneill-audiomp3,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2,
HEAD
Branch point for: yamt-nfs-mp,
uebayasi-xip,
rmind-uvmplock
Define a set of new kernel locking primitives to implement the recursive kernconfig_mutex. Update module subsystem to use this mutex rather than its own internal (non-recursive) mutex. Make module_autoload() do its own locking to be consistent with the rest of the module_xxx() calls. Update module(9) man page appropriately. As discussed on tech-kern over the last few weeks. Welcome to NetBSD 5.99.39 !