freebsd-dev/usr.sbin/kvm_mkdb
Peter Wemm 046e06a57c Initial support for dealing with an elf /kernel. This is a loose hybrid
of OpenBSD's elf nlist code for this, and our a.out version.  The OpenBSD
version was mainly a seek/read system with a mmap of the string table,
this one simply mmap's the lot (like the a.out version).

Obtained from:  a fair chunk from OpenBSD
1997-08-30 23:35:00 +00:00
..
extern.h BSD 4.4 Lite usr.sbin Sources 1994-05-26 05:23:31 +00:00
kvm_mkdb.8 Use the .Bx macro where appropriate. 1996-08-23 20:36:11 +00:00
kvm_mkdb.c compare return value from getopt against -1 rather than EOF, per the final 1997-03-31 05:11:47 +00:00
Makefile Initial support for dealing with an elf /kernel. This is a loose hybrid 1997-08-30 23:35:00 +00:00
nlist.c Initial support for dealing with an elf /kernel. This is a loose hybrid 1997-08-30 23:35:00 +00:00
testdb.c Get rid of _PATH_UNIX completely; use getbootfile(3) instead. 1994-09-24 00:08:43 +00:00