CVS log for src/sys/ddb/db_sym.c
Up to [cvs.NetBSD.org] / src / sys / ddb
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.71: download - view: text, markup, annotated - select for diffs
Tue Aug 30 22:38:01 2022 UTC (2 years, 3 months ago) by riastradh
Branches: MAIN
CVS tags: thorpej-ifq-base,
thorpej-ifq,
thorpej-altq-separation-base,
thorpej-altq-separation,
perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
netbsd-10-base,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1,
netbsd-10,
bouyer-sunxi-drm-base,
bouyer-sunxi-drm,
HEAD
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +8 -5
lines
ddb(9): Make db_symstr safe to use concurrently with pserialize(9).
Revision 1.70: download - view: text, markup, annotated - select for diffs
Tue Aug 30 22:37:36 2022 UTC (2 years, 3 months ago) by riastradh
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +3 -3
lines
ddb(4): Use db_num_to_strbuf in db_symstr.
Simplifies it and will make safer to use.
Revision 1.69: download - view: text, markup, annotated - select for diffs
Mon Dec 13 03:17:50 2021 UTC (2 years, 11 months ago) by kre
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +3 -3
lines
mv out: label into the #ifdef _KERNEL section, as it is only
referenced from there. Hopefully ubbreak buikd of usr.sbin/crash
Revision 1.68: download - view: text, markup, annotated - select for diffs
Mon Dec 13 01:25:29 2021 UTC (2 years, 11 months ago) by chs
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +16 -2
lines
ddb: fix function names of "noreturn" functions in stack traces.
when looking up function names for stack traces (where the addresses are the
return addresses of function calls), if the address is the first instruction
in the function, assume that the function being called is marked "noreturn"
and that the function containing the call is actually the function immediately
before the address that we looked up. to find the correct function name,
do the lookup again with (address - 1) and then add one to the offset within
the function that we find.
Revision 1.66.6.1: download - view: text, markup, annotated - select for diffs
Sat Apr 17 17:26:18 2021 UTC (3 years, 7 months ago) by thorpej
Branches: thorpej-cfargs
Diff to: previous 1.66: preferred, colored; next MAIN 1.67: preferred, colored
Changes since revision 1.66: +4 -3
lines
Sync with HEAD.
Revision 1.67: download - view: text, markup, annotated - select for diffs
Mon Apr 12 02:49:02 2021 UTC (3 years, 7 months ago) by mrg
Branches: MAIN
CVS tags: thorpej-i2c-spi-conf2-base,
thorpej-i2c-spi-conf2,
thorpej-i2c-spi-conf-base,
thorpej-i2c-spi-conf,
thorpej-futex2-base,
thorpej-futex2,
thorpej-cfargs2-base,
thorpej-cfargs2,
thorpej-cfargs-base,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +4 -3
lines
avoid assigning both signed and unsigned variables in the same statement.
Revision 1.65.4.1: download - view: text, markup, annotated - select for diffs
Wed Apr 8 14:08:02 2020 UTC (4 years, 8 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.65: preferred, colored; next MAIN 1.66: preferred, colored
Changes since revision 1.65: +2 -3
lines
Merge changes from current as of 20200406
Revision 1.66: download - view: text, markup, annotated - select for diffs
Mon Mar 30 20:45:59 2020 UTC (4 years, 8 months ago) by maya
Branches: MAIN
CVS tags: thorpej-futex-base,
thorpej-futex,
phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
bouyer-xenpvh-base2,
bouyer-xenpvh-base1,
bouyer-xenpvh-base,
bouyer-xenpvh
Branch point for: thorpej-cfargs
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +2 -3
lines
Remove a.out leftovers (unused)
Revision 1.64.6.1: download - view: text, markup, annotated - select for diffs
Sun Dec 3 11:36:58 2017 UTC (7 years ago) by jdolecek
Branches: tls-maxphys
Diff to: previous 1.64: preferred, colored; next MAIN 1.65: preferred, colored
Changes since revision 1.64: +7 -7
lines
update from HEAD
Revision 1.65: download - view: text, markup, annotated - select for diffs
Fri Nov 3 09:59:07 2017 UTC (7 years, 1 month ago) by maxv
Branches: MAIN
CVS tags: tls-maxphys-base-20171202,
phil-wifi-base,
phil-wifi-20191119,
phil-wifi-20190609,
pgoyette-compat-merge-20190127,
pgoyette-compat-base,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315,
pgoyette-compat,
netbsd-9-base,
netbsd-9-4-RELEASE,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9,
isaki-audio2-base,
isaki-audio2,
is-mlppp-base,
is-mlppp,
ad-namecache-base3,
ad-namecache-base2,
ad-namecache-base1,
ad-namecache-base,
ad-namecache
Branch point for: phil-wifi
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +7 -7
lines
Handle absolute relocations coming from the kernel: preserve SHN_ABS in
the kernel and module symbols, and when relocating a symbol that has
SHN_ABS, take its value as-is and don't return an error if it equals zero.
Sent on tech-kern@.
Revision 1.61.4.1: download - view: text, markup, annotated - select for diffs
Tue Apr 17 00:07:24 2012 UTC (12 years, 7 months ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.61: preferred, colored; next MAIN 1.62: preferred, colored
Changes since revision 1.61: +35 -50
lines
sync with head
Revision 1.61.8.1: download - view: text, markup, annotated - select for diffs
Sat Feb 18 07:34:03 2012 UTC (12 years, 9 months ago) by mrg
Branches: jmcneill-usbmp
Diff to: previous 1.61: preferred, colored; next MAIN 1.62: preferred, colored
Changes since revision 1.61: +35 -50
lines
merge to -current.
Revision 1.64: download - view: text, markup, annotated - select for diffs
Fri Feb 10 02:14:04 2012 UTC (12 years, 10 months ago) by christos
Branches: MAIN
CVS tags: yamt-pagecache-base9,
yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5,
yamt-pagecache-base4,
tls-maxphys-base,
tls-earlyentropy-base,
tls-earlyentropy,
rmind-smpnet-nbase,
rmind-smpnet-base,
rmind-smpnet,
riastradh-xf86-video-intel-2-7-1-pre-2-21-15,
riastradh-drm2-base3,
riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2,
prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
pgoyette-localcount-base,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
pgoyette-localcount-20170107,
pgoyette-localcount-20161104,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
pgoyette-localcount,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
nick-nhusb-base-20170825,
nick-nhusb-base-20170204,
nick-nhusb-base-20161204,
nick-nhusb-base-20161004,
nick-nhusb-base-20160907,
nick-nhusb-base-20160529,
nick-nhusb-base-20160422,
nick-nhusb-base-20160319,
nick-nhusb-base-20151226,
nick-nhusb-base-20150921,
nick-nhusb-base-20150606,
nick-nhusb-base-20150406,
nick-nhusb-base,
nick-nhusb,
netbsd-8-base,
netbsd-8-3-RELEASE,
netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1,
netbsd-8,
netbsd-7-nhusb-base-20170116,
netbsd-7-nhusb-base,
netbsd-7-nhusb,
netbsd-7-base,
netbsd-7-2-RELEASE,
netbsd-7-1-RELEASE,
netbsd-7-1-RC2,
netbsd-7-1-RC1,
netbsd-7-1-2-RELEASE,
netbsd-7-1-1-RELEASE,
netbsd-7-1,
netbsd-7-0-RELEASE,
netbsd-7-0-RC3,
netbsd-7-0-RC2,
netbsd-7-0-RC1,
netbsd-7-0-2-RELEASE,
netbsd-7-0-1-RELEASE,
netbsd-7-0,
netbsd-7,
netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1-5-RELEASE,
netbsd-6-1-4-RELEASE,
netbsd-6-1-3-RELEASE,
netbsd-6-1-2-RELEASE,
netbsd-6-1-1-RELEASE,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-6-RELEASE,
netbsd-6-0-5-RELEASE,
netbsd-6-0-4-RELEASE,
netbsd-6-0-3-RELEASE,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-nb8-mediatek-base,
matt-nb8-mediatek,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus,
localcount-20160914,
khorben-n900,
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-base10,
jdolecek-ncq-base,
jdolecek-ncq,
bouyer-socketcan-base1,
bouyer-socketcan-base,
bouyer-socketcan,
agc-symver-base,
agc-symver
Branch point for: tls-maxphys
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +4 -4
lines
fix printf formats.
Revision 1.63: download - view: text, markup, annotated - select for diffs
Thu Feb 9 17:07:07 2012 UTC (12 years, 10 months ago) by christos
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +12 -18
lines
Re-indent, and factor out strlen() now that we have more space.
No functional change.
Revision 1.62: download - view: text, markup, annotated - select for diffs
Thu Feb 9 00:21:23 2012 UTC (12 years, 10 months ago) by christos
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +41 -50
lines
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 the kernel symbol table is just wrong.
Revision 1.59.6.1: download - view: text, markup, annotated - select for diffs
Mon Jun 6 09:07:37 2011 UTC (13 years, 6 months ago) by jruoho
Branches: jruoho-x86intr
Diff to: previous 1.59: preferred, colored; next MAIN 1.60: preferred, colored
Changes since revision 1.59: +28 -33
lines
Sync with HEAD.
Revision 1.59.4.1: download - view: text, markup, annotated - select for diffs
Thu Apr 21 01:41:44 2011 UTC (13 years, 7 months ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.59: preferred, colored; next MAIN 1.60: preferred, colored
Changes since revision 1.59: +28 -33
lines
sync with head
Revision 1.61: download - view: text, markup, annotated - select for diffs
Mon Apr 11 04:26:18 2011 UTC (13 years, 8 months ago) by mrg
Branches: MAIN
CVS tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
rmind-uvmplock-nbase,
rmind-uvmplock-base,
jmcneill-usbmp-pre-base2,
jmcneill-usbmp-base,
jmcneill-audiomp3-base,
jmcneill-audiomp3,
cherry-xenmp-base,
cherry-xenmp
Branch point for: yamt-pagecache,
jmcneill-usbmp
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +6 -7
lines
avoid compiling dead code into crash.
Revision 1.60: download - view: text, markup, annotated - select for diffs
Mon Apr 11 04:22:32 2011 UTC (13 years, 8 months ago) by mrg
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +26 -30
lines
obsolete DB_AOUT_SYMBOLS. however, we need to leave most of the code
in db_sym.[ch] as it is used by the elf version of crash(8).
i will be cleaning up the db_sym.c code in a follow up commit to avoid
having dead code compiled.
Revision 1.58.4.1: download - view: text, markup, annotated - select for diffs
Wed May 13 17:19:04 2009 UTC (15 years, 7 months ago) by jym
Branches: jym-xensuspend
Diff to: previous 1.58: preferred, colored; next MAIN 1.59: preferred, colored
Changes since revision 1.58: +41 -12
lines
Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
Revision 1.56.42.1: download - view: text, markup, annotated - select for diffs
Mon May 4 08:12:32 2009 UTC (15 years, 7 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.56: preferred, colored; next MAIN 1.57: preferred, colored
Changes since revision 1.56: +47 -18
lines
sync with head.
Revision 1.57.2.2: download - view: text, markup, annotated - select for diffs
Tue Apr 28 07:35:13 2009 UTC (15 years, 7 months ago) by skrll
Branches: nick-hppapmap
Diff to: previous 1.57.2.1: preferred, colored; branchpoint 1.57: preferred, colored; next MAIN 1.58: preferred, colored
Changes since revision 1.57.2.1: +41 -12
lines
Sync with HEAD.
Revision 1.59: download - view: text, markup, annotated - select for diffs
Sat Mar 7 22:02:17 2009 UTC (15 years, 9 months ago) by ad
Branches: MAIN
CVS tags: yamt-nfs-mp-base9,
yamt-nfs-mp-base8,
yamt-nfs-mp-base7,
yamt-nfs-mp-base6,
yamt-nfs-mp-base5,
yamt-nfs-mp-base4,
yamt-nfs-mp-base3,
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,
nick-hppapmap-base4,
nick-hppapmap-base3,
nick-hppapmap-base,
matt-premerge-20091211,
matt-mips64-premerge-20101231,
jymxensuspend-base,
jym-xensuspend-nbase,
jym-xensuspend-base,
jruoho-x86intr-base,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Branch point for: rmind-uvmplock,
jruoho-x86intr
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +41 -12
lines
Make ddb compile and work in userspace. Mostly this is comprised of three
types of changes:
- Add a few new methods to replace stuff like p_find(), CPU_INFO_FOREACH.
- Use db_read_bytes() instead of accessing kernel structures directly,
and similar changes.
- Add ifdef _KERNEL where the above hasn't been done, and an XXX comment.
Revision 1.57.2.1: download - view: text, markup, annotated - select for diffs
Mon Jan 19 13:17:51 2009 UTC (15 years, 10 months ago) by skrll
Branches: nick-hppapmap
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +3 -3
lines
Sync with HEAD.
Revision 1.56.38.1: download - view: text, markup, annotated - select for diffs
Sat Jan 17 13:28:51 2009 UTC (15 years, 10 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.56: preferred, colored; next MAIN 1.57: preferred, colored
Changes since revision 1.56: +8 -8
lines
Sync with HEAD.
Revision 1.56.48.1: download - view: text, markup, annotated - select for diffs
Sat Dec 13 01:14:12 2008 UTC (16 years ago) by haad
Branches: haad-dm
Diff to: previous 1.56: preferred, colored; next MAIN 1.57: preferred, colored
Changes since revision 1.56: +8 -8
lines
Update haad-dm branch to haad-dm-base2.
Revision 1.58: download - view: text, markup, annotated - select for diffs
Sun Nov 30 18:21:36 2008 UTC (16 years ago) by martin
Branches: MAIN
CVS tags: nick-hppapmap-base2,
mjf-devfs2-base,
haad-nbase2,
haad-dm-base2,
haad-dm-base,
ad-audiomp2-base,
ad-audiomp2
Branch point for: jym-xensuspend
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +3 -3
lines
As discussed on tech-kern: mutex_init is too heavyweight for early bootstrap
phases, so move the initialization of the ksyms mutex back into main via
a function called ksyms_init. Rename the existing (but quite different)
ksyms_init* variations into ksyms_addsyms_elf() and ksyms_addsyms_explicit()
and adapt machdep code accordingly.
Revision 1.57: download - view: text, markup, annotated - select for diffs
Fri Oct 24 13:55:42 2008 UTC (16 years, 1 month ago) by christos
Branches: MAIN
CVS tags: netbsd-5-base,
netbsd-5-2-RELEASE,
netbsd-5-2-RC1,
netbsd-5-2-3-RELEASE,
netbsd-5-2-2-RELEASE,
netbsd-5-2-1-RELEASE,
netbsd-5-2,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-5-RELEASE,
netbsd-5-1-4-RELEASE,
netbsd-5-1-3-RELEASE,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
netbsd-5,
matt-nb5-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-base2
Branch point for: nick-hppapmap
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +7 -7
lines
don't hold locks in ddb (call ksyms_getval_unlocked()), pointed out by ad.
Revision 1.54.4.1: download - view: text, markup, annotated - select for diffs
Tue Feb 27 16:53:44 2007 UTC (17 years, 9 months ago) by yamt
Branches: yamt-idlelwp
Diff to: previous 1.54: preferred, colored; next MAIN 1.55: preferred, colored
Changes since revision 1.54: +19 -19
lines
- sync with head.
- move sched_changepri back to kern_synch.c as it doesn't know PPQ anymore.
Revision 1.51.2.2: download - view: text, markup, annotated - select for diffs
Mon Feb 26 09:09:49 2007 UTC (17 years, 9 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.51.2.1: preferred, colored; branchpoint 1.51: preferred, colored; next MAIN 1.52: preferred, colored
Changes since revision 1.51.2.1: +19 -19
lines
sync with head.
Revision 1.56: download - view: text, markup, annotated - select for diffs
Thu Feb 22 06:41:01 2007 UTC (17 years, 9 months ago) by thorpej
Branches: MAIN
CVS tags: yamt-x86pmap-base4,
yamt-x86pmap-base3,
yamt-x86pmap-base2,
yamt-x86pmap-base,
yamt-x86pmap,
yamt-pf42-baseX,
yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-pf42-base,
yamt-pf42,
yamt-nfs-mp-base2,
yamt-nfs-mp-base,
yamt-lazymbuf-base15,
yamt-lazymbuf-base14,
yamt-kmem-base3,
yamt-kmem-base2,
yamt-kmem-base,
yamt-kmem,
yamt-idlelwp-base8,
wrstuden-revivesa-base-4,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
wrstuden-revivesa,
vmlocking2-base3,
vmlocking2-base2,
vmlocking2-base1,
vmlocking2,
vmlocking-nbase,
vmlocking-base,
vmlocking,
thorpej-atomic-base,
thorpej-atomic,
simonb-wapbl-nbase,
simonb-wapbl-base,
simonb-wapbl,
reinoud-bufcleanup-nbase,
reinoud-bufcleanup-base,
reinoud-bufcleanup,
nick-net80211-sync-base,
nick-net80211-sync,
nick-csl-alignment-base5,
nick-csl-alignment-base,
nick-csl-alignment,
mjf-ufs-trans-base,
mjf-ufs-trans,
mjf-devfs-base,
mjf-devfs,
matt-mips64-base,
matt-mips64,
matt-armv6-prevmlocking,
matt-armv6-nbase,
matt-armv6-base,
matt-armv6,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
keiichi-mipv6,
jmcneill-pm-base,
jmcneill-pm,
jmcneill-base,
hpcarm-cleanup-nbase,
hpcarm-cleanup-base,
hpcarm-cleanup,
haad-dm-base1,
cube-autoconf-base,
cube-autoconf,
bouyer-xeni386-nbase,
bouyer-xeni386-merge1,
bouyer-xeni386-base,
bouyer-xeni386,
bouyer-xenamd64-base2,
bouyer-xenamd64-base,
bouyer-xenamd64,
ad-socklock-base1,
ad-audiomp-base,
ad-audiomp
Branch point for: yamt-nfs-mp,
mjf-devfs2,
haad-dm
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +16 -16
lines
TRUE -> true, FALSE -> false
Revision 1.55: download - view: text, markup, annotated - select for diffs
Wed Feb 21 22:59:57 2007 UTC (17 years, 9 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +5 -5
lines
Replace the Mach-derived boolean_t type with the C99 bool type. A
future commit will replace use of TRUE and FALSE with true and false.
Revision 1.51.2.1: download - view: text, markup, annotated - select for diffs
Sat Dec 30 20:47:49 2006 UTC (17 years, 11 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +4 -4
lines
sync with head.
Revision 1.52.22.2: download - view: text, markup, annotated - select for diffs
Sun Dec 10 07:16:52 2006 UTC (18 years ago) by yamt
Branches: yamt-splraiseipl
Diff to: previous 1.52.22.1: preferred, colored; branchpoint 1.52: preferred, colored; next MAIN 1.53: preferred, colored
Changes since revision 1.52.22.1: +4 -4
lines
sync with head.
Revision 1.52.20.1: download - view: text, markup, annotated - select for diffs
Sat Nov 18 21:39:16 2006 UTC (18 years ago) by ad
Branches: newlock2
Diff to: previous 1.52: preferred, colored; next MAIN 1.53: preferred, colored
Changes since revision 1.52: +4 -4
lines
Sync with head.
Revision 1.54: download - view: text, markup, annotated - select for diffs
Thu Nov 16 01:32:44 2006 UTC (18 years ago) by christos
Branches: MAIN
CVS tags: yamt-splraiseipl-base5,
yamt-splraiseipl-base4,
yamt-splraiseipl-base3,
wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
post-newlock2-merge,
newlock2-nbase,
newlock2-base,
netbsd-4-base,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-RC4,
netbsd-4-0-RC3,
netbsd-4-0-RC2,
netbsd-4-0-RC1,
netbsd-4-0-1-RELEASE,
netbsd-4-0,
netbsd-4,
matt-nb4-arm-base,
matt-nb4-arm
Branch point for: yamt-idlelwp
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +4 -4
lines
__unused removal on arguments; approved by core.
Revision 1.52.22.1: download - view: text, markup, annotated - select for diffs
Sun Oct 22 06:05:27 2006 UTC (18 years, 1 month ago) by yamt
Branches: yamt-splraiseipl
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +4 -4
lines
sync with head
Revision 1.53: download - view: text, markup, annotated - select for diffs
Thu Oct 12 01:30:50 2006 UTC (18 years, 2 months ago) by christos
Branches: MAIN
CVS tags: yamt-splraiseipl-base2
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +4 -4
lines
- sprinkle __unused on function decls.
- fix a couple of unused bugs
- no more -Wno-unused for i386
Revision 1.52: download - view: text, markup, annotated - select for diffs
Sun Dec 11 12:20:53 2005 UTC (19 years ago) by christos
Branches: MAIN
CVS tags: yamt-uio_vmspace-base5,
yamt-uio_vmspace,
yamt-splraiseipl-base,
yamt-pdpolicy-base9,
yamt-pdpolicy-base8,
yamt-pdpolicy-base7,
yamt-pdpolicy-base6,
yamt-pdpolicy-base5,
yamt-pdpolicy-base4,
yamt-pdpolicy-base3,
yamt-pdpolicy-base2,
yamt-pdpolicy-base,
yamt-pdpolicy,
simonb-timecounters-base,
simonb-timecounters,
simonb-timcounters-final,
rpaulo-netinet-merge-pcb-base,
rpaulo-netinet-merge-pcb,
peter-altq-base,
peter-altq,
gdamore-uart-base,
gdamore-uart,
elad-kernelauth-base,
elad-kernelauth,
chap-midi-nbase,
chap-midi-base,
chap-midi,
abandoned-netbsd-4-base,
abandoned-netbsd-4
Branch point for: yamt-splraiseipl,
newlock2
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +2 -2
lines
merge ktrace-lwp.
Revision 1.41.2.8: download - view: text, markup, annotated - select for diffs
Thu Nov 10 14:03:00 2005 UTC (19 years, 1 month ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.41.2.7: preferred, colored; next MAIN 1.42: preferred, colored
Changes since revision 1.41.2.7: +11 -11
lines
Sync with HEAD. Here we go again...
Revision 1.51: download - view: text, markup, annotated - select for diffs
Sun May 29 21:31:05 2005 UTC (19 years, 6 months ago) by christos
Branches: MAIN
CVS tags: yamt-vop-base3,
yamt-vop-base2,
yamt-vop-base,
yamt-vop,
yamt-readahead-pervnode,
yamt-readahead-perfile,
yamt-readahead-base3,
yamt-readahead-base2,
yamt-readahead-base,
yamt-readahead,
thorpej-vnode-attr-base,
thorpej-vnode-attr,
ktrace-lwp-base
Branch point for: yamt-lazymbuf
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +11 -11
lines
Add lots of const.
Revision 1.46.4.1: download - view: text, markup, annotated - select for diffs
Fri Apr 29 11:28:44 2005 UTC (19 years, 7 months ago) by kent
Branches: kent-audio2
Diff to: previous 1.46: preferred, colored; next MAIN 1.47: preferred, colored
Changes since revision 1.46: +10 -11
lines
sync with -current
Revision 1.41.2.7: download - view: text, markup, annotated - select for diffs
Fri Apr 1 14:29:36 2005 UTC (19 years, 8 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.41.2.6: preferred, colored
Changes since revision 1.41.2.6: +2 -3
lines
Sync with HEAD.
Revision 1.50: download - view: text, markup, annotated - select for diffs
Mon Mar 28 01:05:13 2005 UTC (19 years, 8 months ago) by christos
Branches: MAIN
CVS tags: kent-audio2-base
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -3
lines
remove stray error(1) comment.
Revision 1.47.2.1: download - view: text, markup, annotated - select for diffs
Sat Mar 19 08:33:52 2005 UTC (19 years, 8 months ago) by yamt
Branches: yamt-km
Diff to: previous 1.47: preferred, colored; next MAIN 1.48: preferred, colored
Changes since revision 1.47: +9 -9
lines
sync with head. xen and whitespace. xen part is not finished.
Revision 1.41.2.6: download - view: text, markup, annotated - select for diffs
Fri Mar 4 16:40:52 2005 UTC (19 years, 9 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.41.2.5: preferred, colored
Changes since revision 1.41.2.5: +4 -4
lines
Sync with HEAD.
Hi Perry!
Revision 1.49: download - view: text, markup, annotated - select for diffs
Sat Feb 26 23:04:17 2005 UTC (19 years, 9 months ago) by perry
Branches: MAIN
CVS tags: yamt-km-base4,
yamt-km-base3,
netbsd-3-base,
netbsd-3-1-RELEASE,
netbsd-3-1-RC4,
netbsd-3-1-RC3,
netbsd-3-1-RC2,
netbsd-3-1-RC1,
netbsd-3-1-1-RELEASE,
netbsd-3-1,
netbsd-3-0-RELEASE,
netbsd-3-0-RC6,
netbsd-3-0-RC5,
netbsd-3-0-RC4,
netbsd-3-0-RC3,
netbsd-3-0-RC2,
netbsd-3-0-RC1,
netbsd-3-0-3-RELEASE,
netbsd-3-0-2-RELEASE,
netbsd-3-0-1-RELEASE,
netbsd-3-0,
netbsd-3
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +4 -4
lines
nuke trailing whitespace
Revision 1.41.2.5: download - view: text, markup, annotated - select for diffs
Thu Feb 17 07:10:37 2005 UTC (19 years, 9 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.41.2.4: preferred, colored
Changes since revision 1.41.2.4: +7 -7
lines
Sync with HEAD.
Revision 1.48: download - view: text, markup, annotated - select for diffs
Tue Feb 15 21:09:57 2005 UTC (19 years, 9 months ago) by cube
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +7 -7
lines
The way I handled /dev/ksyms requests vs. kernel requests was completely
broken. Inside the kernel, we always have to use the real values of the
st_name fields, and only do the math when the request comes from userland.
No need for ksyms_getval_from{kernel,userland} hack anymore. However, a
different version will be asked for pull-up in -2{,-0}, one that doesn't
break the API, that is.
Fixes PR#29133 from Jens Kessmeier.
Revision 1.41.2.4: download - view: text, markup, annotated - select for diffs
Mon Jan 17 19:30:38 2005 UTC (19 years, 10 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.41.2.3: preferred, colored
Changes since revision 1.41.2.3: +3 -3
lines
Sync with HEAD.
Revision 1.47: download - view: text, markup, annotated - select for diffs
Sun Jan 16 23:38:47 2005 UTC (19 years, 10 months ago) by chs
Branches: MAIN
CVS tags: yamt-km-base2,
yamt-km-base
Branch point for: yamt-km
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +3 -3
lines
reduce db_maxoff from 256MB to 1MB, that should be plenty.
Revision 1.41.2.3: download - view: text, markup, annotated - select for diffs
Tue Sep 21 13:26:24 2004 UTC (20 years, 2 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.41.2.2: preferred, colored
Changes since revision 1.41.2.2: +2 -2
lines
Fix the sync with head I botched.
Revision 1.41.2.2: download - view: text, markup, annotated - select for diffs
Sat Sep 18 14:44:27 2004 UTC (20 years, 2 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.41.2.1: preferred, colored
Changes since revision 1.41.2.1: +0 -0
lines
Sync with HEAD.
Revision 1.41.2.1: download - view: text, markup, annotated - select for diffs
Tue Aug 3 10:44:46 2004 UTC (20 years, 4 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +22 -12
lines
Sync with HEAD
Revision 1.46: download - view: text, markup, annotated - select for diffs
Wed Apr 21 18:40:37 2004 UTC (20 years, 7 months ago) by itojun
Branches: MAIN
CVS tags: kent-audio1-beforemerge,
kent-audio1-base,
kent-audio1
Branch point for: kent-audio2
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +8 -5
lines
kill sprintf, use snprintf
Revision 1.45: download - view: text, markup, annotated - select for diffs
Mon Nov 17 10:16:18 2003 UTC (21 years ago) by cube
Branches: MAIN
CVS tags: netbsd-2-base,
netbsd-2-1-RELEASE,
netbsd-2-1-RC6,
netbsd-2-1-RC5,
netbsd-2-1-RC4,
netbsd-2-1-RC3,
netbsd-2-1-RC2,
netbsd-2-1-RC1,
netbsd-2-1,
netbsd-2-0-base,
netbsd-2-0-RELEASE,
netbsd-2-0-RC5,
netbsd-2-0-RC4,
netbsd-2-0-RC3,
netbsd-2-0-RC2,
netbsd-2-0-RC1,
netbsd-2-0-3-RELEASE,
netbsd-2-0-2-RELEASE,
netbsd-2-0-1-RELEASE,
netbsd-2-0,
netbsd-2
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +7 -7
lines
o Fix a bug in ksyms that changed the real meaning of st_name entries for
symbols, and made it impossible for the kernel to use that value, and
correctly find symbols from LKMs.
o Allow LKM users to use DDB to debug the entry function of a LKM by
loading the symbol table with the temporary name /lkmtemp/ before calling
it, and then renaming it once we know the module name.
Approved by ragge@.
Revision 1.44: download - view: text, markup, annotated - select for diffs
Sat Oct 25 08:54:01 2003 UTC (21 years, 1 month ago) by christos
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +5 -3
lines
fix uninitialized variable
Revision 1.43: download - view: text, markup, annotated - select for diffs
Sun Oct 5 11:17:47 2003 UTC (21 years, 2 months ago) by scw
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +12 -7
lines
Tweak the previous change to ensure symbol addresses are correctly
sign-extended on cpus with 64-bit registers.
Revision 1.42: download - view: text, markup, annotated - select for diffs
Wed Sep 3 10:45:10 2003 UTC (21 years, 3 months ago) by ragge
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +5 -5
lines
long -> unsigned long, so that correct pointer is sent in function call.
Revision 1.41: download - view: text, markup, annotated - select for diffs
Sat May 17 09:48:05 2003 UTC (21 years, 6 months ago) by scw
Branches: MAIN
Branch point for: ktrace-lwp
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +19 -11
lines
Don't assume sizeof(db_expr_t) == sizeof(long).
Ditto for sizeof(db_addr_t), although I don't think this
one is currently an issue.
Revision 1.40: download - view: text, markup, annotated - select for diffs
Fri May 16 15:02:08 2003 UTC (21 years, 7 months ago) by itojun
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +8 -8
lines
use strlcpy [change prototype of db_symstr to pass size_t; noone seem to use it]
Revision 1.39: download - view: text, markup, annotated - select for diffs
Sun May 11 08:23:23 2003 UTC (21 years, 7 months ago) by jdolecek
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +9 -6
lines
make couple ksym functions' arguments const
Revision 1.38: download - view: text, markup, annotated - select for diffs
Mon Apr 28 15:55:45 2003 UTC (21 years, 7 months ago) by ragge
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +52 -25
lines
By accident db_symstr() was removed, which Håvard pointed out.
Readded now.
Revision 1.37: download - view: text, markup, annotated - select for diffs
Fri Apr 25 20:30:58 2003 UTC (21 years, 7 months ago) by ragge
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +3 -21
lines
Mobe the SYMTAB_SPACE stuff to ksyms_init, so that it can be used without
DDB compiled-in.
Revision 1.36: download - view: text, markup, annotated - select for diffs
Thu Apr 24 21:18:34 2003 UTC (21 years, 7 months ago) by ragge
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +14 -2
lines
db_sym_numargs() disappeared by mistake, restore it.
Revision 1.35: download - view: text, markup, annotated - select for diffs
Thu Apr 24 20:00:48 2003 UTC (21 years, 7 months ago) by ragge
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +157 -385
lines
Teach DDB to use ksyms instead of it's own symbol table management.
Note: For a.out kernels (beware!) DDB will still use the old stuff.
Revision 1.34: download - view: text, markup, annotated - select for diffs
Wed Apr 16 09:00:29 2003 UTC (21 years, 8 months ago) by jdolecek
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +3 -3
lines
make parameter 'name' for db_del_symbol_table() const
Revision 1.25.2.6: download - view: text, markup, annotated - select for diffs
Mon Nov 11 22:08:34 2002 UTC (22 years, 1 month ago) by nathanw
Branches: nathanw_sa
CVS tags: nathanw_sa_end
Diff to: previous 1.25.2.5: preferred, colored; branchpoint 1.25: preferred, colored; next MAIN 1.26: preferred, colored
Changes since revision 1.25.2.5: +12 -8
lines
Catch up to -current
Revision 1.33: download - view: text, markup, annotated - select for diffs
Sun Nov 10 03:22:28 2002 UTC (22 years, 1 month ago) by thorpej
Branches: MAIN
CVS tags: nathanw_sa_before_merge,
nathanw_sa_base,
gmcgarry_ucred_base,
gmcgarry_ucred,
gmcgarry_ctxsw_base,
gmcgarry_ctxsw,
fvdl_fs64_base
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +11 -7
lines
Fix signed/unsigned comparison warnings.
Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Nov 4 06:24:41 2002 UTC (22 years, 1 month ago) by itohy
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +3 -3
lines
Dump DDB_* and SYMTAB_SPACE options to opt_ddbparam.h rather than opt_ddb.h.
These options are used in limited files but #include "opt_ddb.h" are
everywhere, and changing them caused almost full recompilation.
Revision 1.26.2.2: download - view: text, markup, annotated - select for diffs
Sat Mar 16 16:00:45 2002 UTC (22 years, 9 months ago) by jdolecek
Branches: kqueue
Diff to: previous 1.26.2.1: preferred, colored; branchpoint 1.26: preferred, colored; next MAIN 1.27: preferred, colored
Changes since revision 1.26.2.1: +83 -138
lines
Catch up with -current.
Revision 1.25.2.5: download - view: text, markup, annotated - select for diffs
Thu Feb 28 04:13:08 2002 UTC (22 years, 9 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.25.2.4: preferred, colored; branchpoint 1.25: preferred, colored
Changes since revision 1.25.2.4: +83 -138
lines
Catch up to -current.
Revision 1.31: download - view: text, markup, annotated - select for diffs
Fri Feb 15 07:33:52 2002 UTC (22 years, 9 months ago) by simonb
Branches: MAIN
CVS tags: newlock-base,
newlock,
netbsd-1-6-base,
netbsd-1-6-RELEASE,
netbsd-1-6-RC3,
netbsd-1-6-RC2,
netbsd-1-6-RC1,
netbsd-1-6-PATCH002-RELEASE,
netbsd-1-6-PATCH002-RC4,
netbsd-1-6-PATCH002-RC3,
netbsd-1-6-PATCH002-RC2,
netbsd-1-6-PATCH002-RC1,
netbsd-1-6-PATCH002,
netbsd-1-6-PATCH001-RELEASE,
netbsd-1-6-PATCH001-RC3,
netbsd-1-6-PATCH001-RC2,
netbsd-1-6-PATCH001-RC1,
netbsd-1-6-PATCH001,
netbsd-1-6,
kqueue-beforemerge,
kqueue-base,
kqueue-aftermerge,
ifpoll-base,
gehenna-devsw-base,
gehenna-devsw,
eeh-devprop-base,
eeh-devprop
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +83 -138
lines
ANSIfy, KNF.
Make some variables and functions static when not used outside of a module.
Make variables in headers extern.
Delete the unused db_find_watchpoint() function.
Revision 1.25.2.4: download - view: text, markup, annotated - select for diffs
Fri Jan 11 23:38:55 2002 UTC (22 years, 11 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.25.2.3: preferred, colored; branchpoint 1.25: preferred, colored
Changes since revision 1.25.2.3: +36 -2
lines
More catchup.
Revision 1.26.2.1: download - view: text, markup, annotated - select for diffs
Thu Jan 10 19:52:41 2002 UTC (22 years, 11 months ago) by thorpej
Branches: kqueue
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +40 -2
lines
Sync kqueue branch with -current.
Revision 1.25.2.3: download - view: text, markup, annotated - select for diffs
Tue Jan 8 00:29:16 2002 UTC (22 years, 11 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.25.2.2: preferred, colored; branchpoint 1.25: preferred, colored
Changes since revision 1.25.2.2: +3 -3
lines
Catch up to -current.
Revision 1.30: download - view: text, markup, annotated - select for diffs
Sat Jan 5 20:09:52 2002 UTC (22 years, 11 months ago) by jhawk
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +36 -2
lines
Add db_symstr(), a parallel interface to db_printsym() that
writes to a string rather than outputs to the supplied printer.
This is convenient for disassemblers that are structured to
build a long string and print it later.
Perhaps db_printsym() should be changed to use this interface...
Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue Nov 20 08:43:44 2001 UTC (23 years ago) by lukem
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +3 -3
lines
- pull in opt_kgdb.h where necessary
- replace opt_kgdb_machdep.h with opt_kgdb.h
- defparam opt_kgdb.h:
KGDB_DEV KGDB_DEVNAME KGDB_DEVADDR KGDB_DEVRATE KGDB_DEVMODE
- move from opt_ddbparam.h to opt_ddb.h:
DDB_FROMCONSOLE DDB_ONPANIC DDB_HISTORY_SIZE DDB_BREAK_CHAR SYMTAB_SPACE
- replace KGDBDEV with KGDB_DEV
- replace KGDBADDR with KGDB_DEVADDR
- replace KGDBMODE with KGDB_DEVMODE
- replace KGDBRATE with KGDB_DEVRATE
- use `9600' instead of `0x2580' for 9600 baud rate
- use correct quotes for options KGDB_DEVNAME="\"com\""
- use correct quotes for options KGDB_DEV="17*256+0"
- remove unnecessary dependancy on Makefile for kgdb_stub.o
- minor whitespace cleanup
Revision 1.25.2.2: download - view: text, markup, annotated - select for diffs
Wed Nov 14 19:13:39 2001 UTC (23 years, 1 month ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.25.2.1: preferred, colored; branchpoint 1.25: preferred, colored
Changes since revision 1.25.2.1: +5 -1
lines
Catch up to -current.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Nov 12 22:54:06 2001 UTC (23 years, 1 month ago) by lukem
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +4 -1
lines
add RCSIDs
Revision 1.26.6.1: download - view: text, markup, annotated - select for diffs
Mon Nov 12 21:17:56 2001 UTC (23 years, 1 month ago) by thorpej
Branches: thorpej-mips-cache
Diff to: previous 1.26: preferred, colored; next MAIN 1.27: preferred, colored
Changes since revision 1.26: +2 -1
lines
Sync the thorpej-mips-cache branch with -current.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Nov 8 15:00:17 2001 UTC (23 years, 1 month ago) by christos
Branches: MAIN
CVS tags: thorpej-mips-cache-base
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -1
lines
PR/14498: Wesley Chen: Print a return after enumerating the matching symbols.
Revision 1.25.2.1: download - view: text, markup, annotated - select for diffs
Thu Jun 21 20:01:09 2001 UTC (23 years, 5 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +24 -3
lines
Catch up to -current.
Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Jun 13 06:01:45 2001 UTC (23 years, 6 months ago) by simonb
Branches: MAIN
CVS tags: thorpej-devvp-base3,
thorpej-devvp-base2,
thorpej-devvp-base,
thorpej-devvp,
pre-chs-ubcperf,
post-chs-ubcperf
Branch point for: thorpej-mips-cache,
kqueue
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +24 -3
lines
Add a port to IBM's PPC405GP Reference Board (the "walnut")
by Eduardo Horvath and Simon Burge of Wasabi Systems.
IBM 4xx series CPU features:
- New pmap and revised trap handler.
- Support on-chip timers, PCI controller, UARTs
- Framework for on-chip ethernet and watchdog timer.
General PowerPC features:
- Add in-kernel PPC floating point emulation
- New in{,4}_cksum that is between 1.5 and 5 times faster than the
old version depending on CPU type.
General changes:
- Kernel support for generic dbsym-style symbols.
Revision 1.18.2.2: download - view: text, markup, annotated - select for diffs
Sun Feb 11 19:15:13 2001 UTC (23 years, 10 months ago) by bouyer
Branches: thorpej_scsipi
Diff to: previous 1.18.2.1: preferred, colored; branchpoint 1.18: preferred, colored; next MAIN 1.19: preferred, colored
Changes since revision 1.18.2.1: +3 -3
lines
Sync with HEAD.
Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Jan 17 19:50:03 2001 UTC (23 years, 10 months ago) by jdolecek
Branches: MAIN
CVS tags: thorpej_scsipi_nbase,
thorpej_scsipi_beforemerge,
thorpej_scsipi_base
Branch point for: nathanw_sa
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +3 -3
lines
constify a little
Revision 1.18.2.1: download - view: text, markup, annotated - select for diffs
Mon Nov 20 18:08:49 2000 UTC (24 years ago) by bouyer
Branches: thorpej_scsipi
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +139 -15
lines
Update thorpej_scsipi to -current as of a month ago
Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Aug 11 22:50:47 2000 UTC (24 years, 4 months ago) by tv
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2
lines
Missed change of parameter for %r->db_format_radix() change.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Aug 9 19:51:47 2000 UTC (24 years, 4 months ago) by tv
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +7 -3
lines
Add two new functions, db_format_radix() and db_format_hex(), which supplant
the former %r and %z nonstandard kprintf strings.
Revision 1.21.2.1: download - view: text, markup, annotated - select for diffs
Thu Jun 22 17:06:12 2000 UTC (24 years, 5 months ago) by minoura
Branches: minoura-xpg4dl
Diff to: previous 1.21: preferred, colored; next MAIN 1.22: preferred, colored
Changes since revision 1.21: +2 -2
lines
Sync w/ netbsd-1-5-base.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Jun 6 05:06:25 2000 UTC (24 years, 6 months ago) by jhawk
Branches: MAIN
CVS tags: netbsd-1-5-base,
netbsd-1-5-RELEASE,
netbsd-1-5-PATCH003,
netbsd-1-5-PATCH002,
netbsd-1-5-PATCH001,
netbsd-1-5-BETA2,
netbsd-1-5-BETA,
netbsd-1-5-ALPHA2,
netbsd-1-5
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2
lines
Stop using DDB-specific "%n" kprintf() format specifier. This was
important as db_sym() can be called through printf() rather than
db_printf(), causing a trap as the standard %n usage is invoked.
The DDB-specific %n code should disappear from subr_prf.c soon...
Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu May 25 19:57:36 2000 UTC (24 years, 6 months ago) by jhawk
Branches: MAIN
CVS tags: minoura-xpg4dl-base
Branch point for: minoura-xpg4dl
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +7 -6
lines
Interface change: db_printsym() takes a third argument, pr, a function
pointer indicating how to print the symbol. This allows db_printsym()
to called in places where db_printf() is not an appropriate output
function.
While straightforward, apologies in advance if I've introduced any minor
syntax errors; I was unable to test compilation this on all the affected
platforms.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon May 22 14:49:10 2000 UTC (24 years, 6 months ago) by jhawk
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +122 -1
lines
Add a "sifting" command to ddb (named from the Sun OpenPROM command of
the same name); it searches the symbol table(s) for all symbols matching
a given substring, and prints.
Extremely useful for when you forget that critical symbol name.
Also, with /F support (cf. "ls -F") to print a char indicating the
symbol type.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Mar 30 11:31:27 2000 UTC (24 years, 8 months ago) by augustss
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +7 -9
lines
Die, register, die!
Revision 1.15.4.2.2.2: download - view: text, markup, annotated - select for diffs
Thu Jul 1 23:31:28 1999 UTC (25 years, 5 months ago) by thorpej
Branches: chs-ubc2
Diff to: previous 1.15.4.2.2.1: preferred, colored; branchpoint 1.15.4.2: preferred, colored; next MAIN 1.16: preferred, colored
Changes since revision 1.15.4.2.2.1: +2 -2
lines
Sync w/ -current.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Jun 26 16:58:12 1999 UTC (25 years, 5 months ago) by simonb
Branches: MAIN
CVS tags: wrstuden-devbsize-base,
wrstuden-devbsize-19991221,
wrstuden-devbsize,
fvdl-softdep-base,
fvdl-softdep,
comdex-fall-1999-base,
comdex-fall-1999,
chs-ubc2-newbase,
chs-ubc2-base
Branch point for: thorpej_scsipi
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2
lines
Fix tyop in error message.
Revision 1.15.4.2.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 21 01:16:22 1999 UTC (25 years, 5 months ago) by thorpej
Branches: chs-ubc2
Diff to: previous 1.15.4.2: preferred, colored
Changes since revision 1.15.4.2: +1 -1
lines
Sync w/ -current.
Revision 1.15.4.2: download - view: text, markup, annotated - select for diffs
Mon Apr 12 21:27:08 1999 UTC (25 years, 8 months ago) by pk
Branches: netbsd-1-4
CVS tags: netbsd-1-4-RELEASE,
netbsd-1-4-PATCH003,
netbsd-1-4-PATCH002,
netbsd-1-4-PATCH001,
kame_14_19990705,
kame_14_19990628,
kame_141_19991130,
kame
Branch point for: chs-ubc2
Diff to: previous 1.15.4.1: preferred, colored; branchpoint 1.15: preferred, colored; next MAIN 1.16: preferred, colored
Changes since revision 1.15.4.1: +2 -2
lines
Pullup copyright text corrections.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Apr 12 20:38:21 1999 UTC (25 years, 8 months ago) by pk
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2
lines
Quote "AS IS" as in the majority of Carnegy Mellon notices.
Revision 1.15.4.1: download - view: text, markup, annotated - select for diffs
Wed Apr 7 08:12:53 1999 UTC (25 years, 8 months ago) by pk
Branches: netbsd-1-4
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2
lines
Pull up from trunk: copyright text warts.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Apr 6 20:09:21 1999 UTC (25 years, 8 months ago) by pk
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2
lines
Fix a pasto in copyright text which has been procreating like rabbits..
Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Dec 4 20:18:05 1998 UTC (26 years ago) by thorpej
Branches: MAIN
CVS tags: netbsd-1-4-base,
kenh-if-detach-base,
kenh-if-detach
Branch point for: netbsd-1-4
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +147 -4
lines
- Make the ddb_init() interface consistent for a.out and ELF.
- Allow DDB to run-time switch for a.out or ELF symbol table support.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Jun 26 01:19:07 1997 UTC (27 years, 5 months ago) by thorpej
Branches: MAIN
CVS tags: thorpej-signal-base,
thorpej-signal,
netbsd-1-3-base,
netbsd-1-3-RELEASE,
netbsd-1-3-PATCH003-CANDIDATE2,
netbsd-1-3-PATCH003-CANDIDATE1,
netbsd-1-3-PATCH003-CANDIDATE0,
netbsd-1-3-PATCH003,
netbsd-1-3-PATCH002,
netbsd-1-3-PATCH001,
netbsd-1-3-BETA,
netbsd-1-3,
marc-pcmcia-bp,
marc-pcmcia-base,
marc-pcmcia,
eeh-paddr_t-base,
eeh-paddr_t,
chs-ubc-base,
chs-ubc,
bouyer-scsipi
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2
lines
Pass the current DDB symbol table to X_db_symbol_values().
Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Feb 3 19:57:03 1997 UTC (27 years, 10 months ago) by cgd
Branches: MAIN
CVS tags: mrg-vm-swap,
is-newarp-before-merge,
is-newarp-base,
is-newarp
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +6 -6
lines
fix various 64-bitness bugs.
fix various db_printf format bugs (long vs. int, etc.).
Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Feb 5 01:57:15 1996 UTC (28 years, 10 months ago) by christos
Branches: MAIN
CVS tags: thorpej-setroot,
netbsd-1-2-base,
netbsd-1-2-RELEASE,
netbsd-1-2-PATCH001,
netbsd-1-2-BETA,
netbsd-1-2
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +14 -20
lines
DDB prototype changes.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Nov 24 22:13:08 1995 UTC (29 years ago) by cgd
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3
lines
fix paste-o
Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Nov 23 01:42:08 1995 UTC (29 years ago) by cgd
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -3
lines
db_lastsym (cast from pointer) should be long not int. db_maxoff -> db_expr_t
Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed May 24 20:21:00 1995 UTC (29 years, 6 months ago) by gwr
Branches: MAIN
CVS tags: netbsd-1-1-base,
netbsd-1-1-RELEASE,
netbsd-1-1-PATCH001,
netbsd-1-1
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +22 -13
lines
Avoid printing values as "end+0x...."
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Oct 9 08:56:27 1994 UTC (30 years, 2 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -1
lines
db_error() does not return.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Jun 29 06:31:18 1994 UTC (30 years, 5 months ago) by cgd
Branches: MAIN
CVS tags: netbsd-1-0-base,
netbsd-1-0-RELEASE,
netbsd-1-0-PATCH1,
netbsd-1-0-PATCH06,
netbsd-1-0-PATCH05,
netbsd-1-0-PATCH04,
netbsd-1-0-PATCH03,
netbsd-1-0-PATCH02,
netbsd-1-0-PATCH0,
netbsd-1-0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2
lines
New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Dec 18 04:46:39 1993 UTC (30 years, 11 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +5 -3
lines
Canonicalize all #includes.
Revision 1.5.2.1: download - view: text, markup, annotated - select for diffs
Sun Nov 14 22:48:41 1993 UTC (31 years, 1 month ago) by mycroft
Branches: magnum
Diff to: previous 1.5: preferred, colored; next MAIN 1.6: preferred, colored
Changes since revision 1.5: +4 -3
lines
Canonicalize all #includes.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Aug 2 17:53:14 1993 UTC (31 years, 4 months ago) by mycroft
Branches: MAIN
CVS tags: magnum-base
Branch point for: magnum
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -56
lines
Add RCS identifiers, remove some completely useless RCS logs and patchkit
headers, and a few other insignificant changes.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Jul 22 13:03:00 1993 UTC (31 years, 4 months ago) by brezak
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +59 -19
lines
Allow adding more than one symbol table at runtime. For LKM.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Jul 10 03:25:45 1993 UTC (31 years, 5 months ago) by brezak
Branches: MAIN
CVS tags: netbsd-0-9-patch-001,
netbsd-0-9-base,
netbsd-0-9-RELEASE,
netbsd-0-9-BETA,
netbsd-0-9-ALPHA2,
netbsd-0-9-ALPHA,
netbsd-0-9
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +20 -2
lines
Print symbolic args and line no's in stack traces.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu May 20 03:39:31 1993 UTC (31 years, 6 months ago) by cgd
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -0
lines
add explicit rcs id
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun Mar 21 09:45:37 1993 UTC (31 years, 8 months ago) by cgd
Branches: WFJ-920714
CVS tags: patchkit-0-2-2,
netbsd-alpha-1,
netbsd-0-8,
WFJ-386bsd-01
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0
lines
initial import of 386bsd-0.1 sources
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Mar 21 09:45:37 1993 UTC (31 years, 8 months ago) by cgd
Branches: MAIN
Initial revision
CVSweb <webmaster@jp.NetBSD.org>