summaryrefslogtreecommitdiff
path: root/usr.sbin/kvm_mkdb
AgeCommit message (Expand)Author
2003-11-21add -o option to generate kvm database in alternate directory;Damien Miller
2003-09-25realloc fixes; markus okTheo de Raadt
2003-06-26ansi and protosTheo de Raadt
2003-06-12- section reorderJason McIntyre
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-06use snamesize and realloc properly. ok tdeval@Ted Unangst
2003-04-04strlcpy; tedu okTheo de Raadt
2002-11-30be better about the STT_NOTYPE symbols, not all become N_UNDEF this way; pefo...Michael Shalayeff
2002-10-25prepend the underscore always for elf, this makes kvm_bsd.db work on elf plat...Michael Shalayeff
2002-09-06fopen() does not return < 0Theo de Raadt
2002-05-30minor KNFTheo de Raadt
2002-03-25bring in prototypesTheo de Raadt
2002-03-14kill more registers.Mike Pechkin
2002-02-20Fix ELF so it works with /dev/ksyms. Also make 'detection' of ksymsPer Fogelstrom
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-05-11MAP_COPY -> MAP_SHARED (it's ok in this case (/dev/ksyms))Artur Grabowski
2001-02-03ELF: fallback to malloc when mmap fails. for /dev/ksyms.Artur Grabowski
2001-01-25Make nlist elf-size independent.Artur Grabowski
2000-06-30warnx?/errx? paranoia (use "%s" not a bare string unless it is aTodd C. Miller
2000-03-19Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some otherAaron Campbell
1999-06-05remove trailing whitespace, some Nm cleanupAaron Campbell
1999-04-18Document -vMarc Espie
1999-03-29Only print "already up to date" if in verbose modeTodd C. Miller
1999-03-24Only exit in nlist.c due to a memory error, otherwise just return. A return ...Todd C. Miller
1999-03-24Better fallback from /dev/ksyms to /bsd if there are problems with an nlist o...Todd C. Miller
1999-03-10fix comma splices involving 'however'Paul Janzen
1998-12-19back out recently added sanity check for data and bss as ksyms has neitherTodd C. Miller
1998-11-29Blow up a little more verbosely if something's feeding us garbage.Jason Downs
1998-10-28uninitialized variable; hgweigand@wiesbaden.netsurf.deTodd C. Miller
1998-10-06crank RLIMIT_DATA, seems to be necessary for some peopleTodd C. Miller
1998-09-26if malloc fails, say how much we tried to allocTodd C. Miller
1998-08-23o If the user doesn't specify a file, use /dev/ksyms in preference toTodd C. Miller
1998-08-21oops, remove debugging infoTodd C. Miller
1998-08-21Changes to work with /dev/ksyms:Todd C. Miller
1998-08-20ecoff support, based on libc/gen/nlist.cTodd C. Miller
1998-08-19clean up our temp files on failureTodd C. Miller
1998-08-19Make kvm_mkdb work againTodd C. Miller
1998-06-15use Bx macro for BSD versionsMichael Shalayeff
1997-12-15use MAP_PRIVATE|MAP_FILE; mrgTheo de Raadt
1997-09-21$OpenBSD$Theo de Raadt
1997-01-15From NetBSD: make testdb() fail if database version string has length zero.Todd C. Miller
1996-07-31comment an #endifTheo de Raadt
1996-07-31zmagic/qmagic has kernel offset problem; netbsd pr#2665, leo@marco.de.Theo de Raadt
1996-07-08kernel is /bsd, os is OpenBSDccappuc
1996-05-24get_kerntextTheo de Raadt
1996-05-17Addition of elf support.Per Fogelstrom
1995-10-18initial import of NetBSD treeTheo de Raadt