summaryrefslogtreecommitdiff
path: root/sys/ddb/db_elf.c
AgeCommit message (Expand)Author
2017-11-06remove more DB_ELFSIZEchristos
2017-11-04use Elf_Sym ** instead of casting.christos
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-03-07Make ddb compile and work in userspace. Mostly this is comprised of threead
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-02-22TRUE -> true, FALSE -> falsethorpej
2007-02-21Replace the Mach-derived boolean_t type with the C99 bool type. Athorpej
2002-11-13make stack trace on i386 work again.yamt
2002-11-10Fix signed/unsigned comparison warnings.thorpej
2002-02-15ANSIfy, KNF.simonb
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-12add RCSIDslukem
2001-11-08PR/14498: Wesley Chen: Identify loaded modules vs. kernel, because we don'tchristos
2001-07-31Extra sanity checking on ELF headers: Make sure the bootloader actuallybjh21
2001-07-31Don't depend on the bootloader's having loaded the .shstrtab sectionbjh21
2001-01-17constify a littlejdolecek
2000-07-07s/preserving ... bytes of symbol table/using ... bytes of symbol table/jhawk
2000-07-07Detect ELF sections (string and symbol tables) by looking themjhawk
2000-05-22Add a "sifting" command to ddb (named from the Sun OpenPROM command ofjhawk
1999-10-25Update to match new SVR4-style definition names in <sys/exec_elf.h>.kleink
1999-10-21Remove ELFNAME macros which are already defines in exec_elf.herh
1999-01-08Avoid 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-13Merge paddr_t changes into the main branch.eeh
1998-08-09bzero->memset, bcopy->memcpy, bcmp->memcmpperry
1998-05-03Whitespace.thorpej
1997-11-30Clean up usage of printf() vs db_printf(): The diagnostic messagesdrochner
1997-09-05Make sure debugging symbol sections are aligned.thorpej
1997-07-01Add support for Elf symbol tables to DDB, written from scratch by me.thorpej