summaryrefslogtreecommitdiff
path: root/usr.sbin/kvm_mkdb
AgeCommit message (Expand)Author
2003-11-12s/netbsd.org/NetBSD.org/igrant
2003-09-19realloc pedantitojun
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-15use bounded string opitojun
2003-05-06Bump date for last.wiz
2003-05-03Note change to use /dev/ksyms. Add BUGS section.ragge
2003-05-02Remove some unneccessary kmem open/close code.ragge
2003-05-02Teach kvm_mkdb to use /dev/ksyms if possible.ragge
2002-07-11Define NLIST_ELF32 and Define NLIST_ELF64 for SH5.scw
2002-06-10Use NLIST_ELF32 for hppa.fredette
2002-06-05Use NLIST_ELF64 for x86-64.fvdl
2002-04-16fix a check of the cpu types from __sh3__ to __sh__msaitoh
2002-02-19Support Elf32 on VAX.thorpej
2001-07-22seperate -> separatewiz
2001-03-19Fix a long standing bug.msaitoh
2001-03-16Prevent a core dump if a kernel doesn't have a valid symbol sectionagc
2001-02-17Make both ARM ports support both NLIST_AOUT and NLIST_ELF32.bjh21
2000-06-14sweep of my licenses (userland files w/o only my copyright) forcgd
2000-06-14fix up NetBSD RCS Ids to match the standard, and the leading comment ascgd
2000-05-09Initial commit of arm26 portbjh21
2000-01-07machine/exec_coff.h -> sys/exec_coff.hmsaitoh
1999-11-04Remove ELFNAME defines since they are defined in sys/exec_elf.herh
1999-10-25Update to match new SVR4-style definition names in <sys/exec_elf.h>.kleink
1999-10-23skip check if the output database file name != "/var/db/kvm.db"msaitoh
1999-10-22Undo last change. While these macros are defined in exec_elf.h, they arehannken
1999-10-21Remove ELFNAME macros which are already defines in exec_elf.herh
1999-09-24add "-o database" option to specify alternate database file path.msaitoh
1999-09-12support coff image file.itojun
1999-01-29Add ELF support for i386 and m68k.thorpej
1999-01-17We need to support both elf32 and elf64 for sparc64.eeh
1998-02-06macroize BSD, NetBSD, FreeBSD and misc cleanupperry
1998-02-05Begone KERNBASE, and KERNTEXTOFF too!gwr
1997-12-15use MAP_PRIVATE|MAP_FILEmrg
1997-10-23Work around GCC uninitialized variable warning.enami
1997-10-18deprecate register, use memset/memmove instead of bzero/bcopylukem
1997-10-17WARNSify, getopt returns -1 not EOFlukem
1997-06-15Sync "which nlist formats should I support?" with libc's nlist code.thorpej
1997-01-11make testdb() fail if database version string has length zero.mikel
1996-10-12Create only /var/db/kvm.db, and only create it if it doesn'tcgd
1996-10-03fix slight thinko in that last changecgd
1996-10-03since get_kerntext() is only used by the a.out code, move it there andcgd
1996-10-03use ECOFF header, not get_kerntext() to help calculate version's file offsetcgd
1996-10-03fix pasto: Elf_{Off,Word} rather than Elf32_{Off,Word}cgd
1996-09-30clean up Lite2 merge. Only real difference is this now includes <unistd.h>cgd
1996-09-30RCS id police.thorpej
1996-09-29Add ECOFF and ELF32/ELF64 support, both written from scratch.cgd
1996-05-16update comment for KERNTEXTOFF -> kerntextoff changes.cgd
1996-05-16Use the symbol "_kernel_text" if it exists, instead of KERNTEXTOFF.gwr
1994-12-22specify man pages the new way.cgd
1994-08-29Major speed improvement.mycroft