Up to [cvs.netbsd.org] / src / sys / kern
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.3.6.1 / (download) - annotate - [select for diffs], Sat Mar 5 20:55:14 2011 UTC (14 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.3: +29 -2
lines
Diff to previous 1.3 (colored) next main 1.4 (colored)
sync with head
Revision 1.4 / (download) - annotate - [select for diffs], Sat Dec 11 22:27:53 2010 UTC (17 months, 2 weeks ago) by matt
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
yamt-pagecache,
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
Changes since 1.3: +29 -2
lines
Diff to previous 1.3 (colored)
Add critpoll (critical polling) hooks. These are keep things like watchdogs from firing when the system is doing stuff like waiting at a ddb prompt or the kernel is doing a lot of printing.
Revision 1.3.4.2 / (download) - annotate - [select for diffs], Thu Mar 11 15:04:16 2010 UTC (2 years, 2 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.3.4.1: +365 -0
lines
Diff to previous 1.3.4.1 (colored) to branchpoint 1.3 (colored) next main 1.4 (colored)
sync with head
Revision 1.3.4.1, Sun Jan 31 09:27:40 2010 UTC (2 years, 3 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.3: +0 -365
lines
FILE REMOVED
file kern_hook.c was added on branch yamt-nfs-mp on 2010-03-11 15:04:16 +0000
Revision 1.3 / (download) - annotate - [select for diffs], Sun Jan 31 09:27:40 2010 UTC (2 years, 3 months ago) by martin
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9,
yamt-nfs-mp-base11,
yamt-nfs-mp-base10,
uebayasi-xip-base4,
uebayasi-xip-base3,
uebayasi-xip-base2,
uebayasi-xip-base1,
uebayasi-xip-base,
uebayasi-xip
Branch point for: yamt-nfs-mp,
rmind-uvmplock
Changes since 1.2: +3 -2
lines
Diff to previous 1.2 (colored)
This is using device_t, so it needs to include <sys/device.h>.
Revision 1.2 / (download) - annotate - [select for diffs], Sun Jan 31 02:04:43 2010 UTC (2 years, 3 months ago) by pooka
Branch: MAIN
Changes since 1.1: +4 -4
lines
Diff to previous 1.1 (colored)
Pass root device as a parameter to domountroothook().
Revision 1.1 / (download) - annotate - [select for diffs], Sun Jan 31 01:38:48 2010 UTC (2 years, 3 months ago) by pooka
Branch: MAIN
Place *hook implementations in kern_hook.c instead of them floating around in the kern_subr.c gruel. Arrrrr.