summaryrefslogtreecommitdiff
path: root/sys/ddb/db_aout.c
AgeCommit message (Collapse)Author
1998-08-21Don't make symbols strings absolute in the symbol table so we can share it ↵Todd C. Miller
with /dev/ksyms
1997-07-19Include vm/vm.h everywhere it is needed to get at boolean_t (I would preferNiklas Hallqvist
to have it in sys/types.h but that is problematic). Some KNF.
1997-07-08remove register, move strx decl, and change it to long as it is meant to takeNiklas Hallqvist
an addr which cannot fit in an int
1997-07-08Let the count of symbols be long, so the nlist array will get properNiklas Hallqvist
alignment everywhere.
1997-06-12MI exec headerMichael Shalayeff
1997-05-29correct case KERNFS && !LKMMichael Shalayeff
1997-05-29futher support for kernfs......Michael Shalayeff
1997-02-07i hate militarists, pacifists either.Michael Shalayeff
1997-02-07Untested changes SUCKTheo de Raadt
1997-02-07wrong private nameMichael Shalayeff
1997-02-07necessary support for kernfs.Michael Shalayeff
1996-08-23signedness pedaneteryNiklas Hallqvist
1996-08-16record real symtab end.Michael Shalayeff
1996-08-13Kludge to make DDB reverse symbol lookup work again.Niklas Hallqvist
I will soon deal with this mess in a 64-bit clean way which the old code was anything but.
1996-05-10do dynamic symtab allocattion.Michael Shalayeff
1996-05-05add advanced hang analyzer.Michael Shalayeff
idea by theo.
1996-04-19NetBSD 960317 mergeNiklas Hallqvist
1996-03-30Added: sysctl access to the ddb variables.Michael Shalayeff
Fixed: "netbsd" strings in sym table handling routines. now it is usefull to change max_{width,line} according to your real console geometry, just w/ sysctl program.
1996-03-11Debbuger changed towards the latest Mach.Michael Shalayeff
Some minor changes for Linux ;) emulation. Small bug fixes from NetBSD.
1996-02-20netbsd-current import & 'boot' cmd addition.Michael Shalayeff
1995-12-08kernel is called bsdTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt