index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
ddb
/
db_elf.c
Age
Commit message (
Expand
)
Author
2017-11-06
remove more DB_ELFSIZE
christos
2017-11-04
use Elf_Sym ** instead of casting.
christos
2009-03-14
Change about 4500 of the K&R function definitions to ANSI ones.
dsl
2009-03-07
Make ddb compile and work in userspace. Mostly this is comprised of three
ad
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2007-02-22
TRUE -> true, FALSE -> false
thorpej
2007-02-21
Replace the Mach-derived boolean_t type with the C99 bool type. A
thorpej
2002-11-13
make stack trace on i386 work again.
yamt
2002-11-10
Fix signed/unsigned comparison warnings.
thorpej
2002-02-15
ANSIfy, KNF.
simonb
2001-11-15
don't need <sys/types.h> when including <sys/param.h>
lukem
2001-11-12
add RCSIDs
lukem
2001-11-08
PR/14498: Wesley Chen: Identify loaded modules vs. kernel, because we don't
christos
2001-07-31
Extra sanity checking on ELF headers: Make sure the bootloader actually
bjh21
2001-07-31
Don't depend on the bootloader's having loaded the .shstrtab section
bjh21
2001-01-17
constify a little
jdolecek
2000-07-07
s/preserving ... bytes of symbol table/using ... bytes of symbol table/
jhawk
2000-07-07
Detect ELF sections (string and symbol tables) by looking them
jhawk
2000-05-22
Add a "sifting" command to ddb (named from the Sun OpenPROM command of
jhawk
1999-10-25
Update to match new SVR4-style definition names in <sys/exec_elf.h>.
kleink
1999-10-21
Remove ELFNAME macros which are already defines in exec_elf.h
erh
1999-01-08
Avoid arithmetic on `void *' since that's not ANSI C.
augustss
1998-12-04
- Make the ddb_init() interface consistent for a.out and ELF.
thorpej
1998-08-13
Merge paddr_t changes into the main branch.
eeh
1998-08-09
bzero->memset, bcopy->memcpy, bcmp->memcmp
perry
1998-05-03
Whitespace.
thorpej
1997-11-30
Clean up usage of printf() vs db_printf(): The diagnostic messages
drochner
1997-09-05
Make sure debugging symbol sections are aligned.
thorpej
1997-07-01
Add support for Elf symbol tables to DDB, written from scratch by me.
thorpej