Up to [cvs.netbsd.org] / src / sys / kern
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.2.4.3 / (download) - annotate - [select for diffs], Tue Aug 17 06:47:26 2010 UTC (21 months, 1 week ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.2.4.2: +9 -3
lines
Diff to previous 1.2.4.2 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored)
Sync with HEAD.
Revision 1.3.2.2 / (download) - annotate - [select for diffs], Wed Aug 11 22:54:38 2010 UTC (21 months, 2 weeks ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.3.2.1: +236 -0
lines
Diff to previous 1.3.2.1 (colored) to branchpoint 1.3 (colored)
sync with head.
Revision 1.2.2.1 / (download) - annotate - [select for diffs], Sun May 30 05:17:56 2010 UTC (23 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.2: +10 -4
lines
Diff to previous 1.2 (colored) next main 1.3 (colored)
sync with head
Revision 1.3.2.1, Mon May 3 09:51:36 2010 UTC (2 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.3: +0 -236
lines
FILE REMOVED
file kern_ctf.c was added on branch yamt-nfs-mp on 2010-08-11 22:54:38 +0000
Revision 1.3 / (download) - annotate - [select for diffs], Mon May 3 09:51:36 2010 UTC (2 years ago) by darran
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,
yamt-nfs-mp-base10,
uebayasi-xip-base4,
uebayasi-xip-base3,
uebayasi-xip-base2,
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
Changes since 1.2: +10 -4
lines
Diff to previous 1.2 (colored)
DTrace: Fix several bugs where the mod_ctf_get() function could return success even though no CTF section was present in the kernel or module. This fixes the panic that several people saw when trying out the FBT provider without updating /boot or missing a CTF section in /netbsd.
Revision 1.2.4.2 / (download) - annotate - [select for diffs], Fri Apr 30 14:44:09 2010 UTC (2 years ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.2.4.1: +230 -0
lines
Diff to previous 1.2.4.1 (colored) to branchpoint 1.2 (colored)
Sync with HEAD.
Revision 1.2.4.1, Sat Mar 13 01:41:14 2010 UTC (2 years, 2 months ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.2: +0 -230
lines
FILE REMOVED
file kern_ctf.c was added on branch uebayasi-xip on 2010-04-30 14:44:09 +0000
Revision 1.2 / (download) - annotate - [select for diffs], Sat Mar 13 01:41:14 2010 UTC (2 years, 2 months ago) by christos
Branch: MAIN
CVS Tags: uebayasi-xip-base1
Branch point for: uebayasi-xip,
rmind-uvmplock
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
make this compile.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Mar 12 21:43:11 2010 UTC (2 years, 2 months ago) by darran
Branch: MAIN
DTrace: Add support for CTF sections in the netbsd elf image, load these at boot. Add a ksyms_mod_foreach() function to iterate a callback function over the set of elf symbols for a specific module (netbsd included). Add kern_ctf.c and mod_ctf_get() to allow the retrieval and decompression of CTF sections for a specific module.