summaryrefslogtreecommitdiffstats
path: root/usr.sbin/kvm_mkdb (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Make nlist elf-size independent.art2001-01-251-11/+11
* warnx?/errx? paranoia (use "%s" not a bare string unless it is amillert2000-06-301-3/+3
* Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some otheraaron2000-03-191-2/+3
* remove trailing whitespace, some Nm cleanupaaron1999-06-051-6/+9
* Document -vespie1999-04-182-8/+13
* Only print "already up to date" if in verbose modemillert1999-03-291-5/+5
* Only exit in nlist.c due to a memory error, otherwise just return. A return value of 1 indicates an incorrect executable type, a return value of -1 indicates some other problem. This gives us better fallback from /dev/ksyms to /bsd.millert1999-03-242-78/+109
* Better fallback from /dev/ksyms to /bsd if there are problems with an nlist of /dev/ksymsmillert1999-03-241-21/+49
* fix comma splices involving 'however'pjanzen1999-03-101-2/+2
* back out recently added sanity check for data and bss as ksyms has neithermillert1998-12-191-6/+2
* Blow up a little more verbosely if something's feeding us garbage.downsj1998-11-291-5/+10
* uninitialized variable; hgweigand@wiesbaden.netsurf.demillert1998-10-281-3/+3
* crank RLIMIT_DATA, seems to be necessary for some peoplemillert1998-10-061-2/+14
* if malloc fails, say how much we tried to allocmillert1998-09-261-5/+6
* o If the user doesn't specify a file, use /dev/ksyms in preference tomillert1998-08-233-42/+40
* oops, remove debugging infomillert1998-08-211-3/+2
* Changes to work with /dev/ksyms:millert1998-08-211-33/+75
* ecoff support, based on libc/gen/nlist.cmillert1998-08-201-4/+132
* clean up our temp files on failuremillert1998-08-193-13/+19
* Make kvm_mkdb work againmillert1998-08-194-49/+63
* use Bx macro for BSD versionsmickey1998-06-151-2/+3
* use MAP_PRIVATE|MAP_FILE; mrgderaadt1997-12-151-3/+4
* $OpenBSD$deraadt1997-09-211-2/+1
* From NetBSD: make testdb() fail if database version string has length zero.millert1997-01-154-15/+30
* comment an #endifderaadt1996-07-311-2/+2
* zmagic/qmagic has kernel offset problem; netbsd pr#2665, leo@marco.de.deraadt1996-07-311-43/+55
* kernel is /bsd, os is OpenBSDccappuc1996-07-081-5/+5
* get_kerntextderaadt1996-05-241-6/+35
* Addition of elf support.pefo1996-05-171-5/+210
* initial import of NetBSD treederaadt1995-10-186-0/+539