Up to [cvs.netbsd.org] / src / sys / kern
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.1.6.2 / (download) - annotate - [select for diffs], Mon Jun 6 09:09:28 2011 UTC (11 months, 2 weeks ago) by jruoho
Branch: jruoho-x86intr
Changes since 1.1.6.1: +191 -0
lines
Diff to previous 1.1.6.1 (colored) to branchpoint 1.1 (colored)
Sync with HEAD.
Revision 1.1.2.2 / (download) - annotate - [select for diffs], Tue May 31 03:05:01 2011 UTC (11 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.1.2.1: +191 -0
lines
Diff to previous 1.1.2.1 (colored) to branchpoint 1.1 (colored)
sync with head
Revision 1.1.6.1, Tue May 17 04:18:06 2011 UTC (12 months, 1 week ago) by jruoho
Branch: jruoho-x86intr
Changes since 1.1: +0 -191
lines
FILE REMOVED
file kern_history.c was added on branch jruoho-x86intr on 2011-06-06 09:09:28 +0000
Revision 1.1.2.1, Tue May 17 04:18:06 2011 UTC (12 months, 1 week ago) by rmind
Branch: rmind-uvmplock
Changes since 1.1: +0 -191
lines
FILE REMOVED
file kern_history.c was added on branch rmind-uvmplock on 2011-05-31 03:05:01 +0000
Revision 1.1 / (download) - annotate - [select for diffs], Tue May 17 04:18:06 2011 UTC (12 months, 1 week ago) by mrg
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,
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,
HEAD
Branch point for: rmind-uvmplock,
jruoho-x86intr
move and rename the uvm history code out of uvm_stat to "kernhist". rename "UVMHIST" option to enable the uvm histories. TODO: - make UVMHIST properly depend upon KERNHIST - enable dynamic registration of histories. this is mostly just allocating something in a bitmap, and is only for viewing multiple histories in a merged form. tested on amd64 and sparc64.