summaryrefslogtreecommitdiff
path: root/lib/libc/gen/nlist.c
AgeCommit message (Expand)Author
2000-10-12MAP_FAILED, not -1.Artur Grabowski
1999-08-17More <sys/file.h> vs. <fcntl.h> and open() flags fixes.Todd C. Miller
1998-10-04For a.out, try mmap first (like we used to do) and only malloc() if that fail...Todd C. Miller
1998-09-24back out gzip support, it will not make it for 2.4Todd C. Miller
1998-09-08__alpha__, not alphaTodd C. Miller
1998-09-07make work on pmaxTodd C. Miller
1998-09-05Add support for nlisting against a gzipped kernel, #ifdef'd out sinceTodd C. Miller
1998-08-23Strip leading '_' from symbol to lookup if symbols in file lack leading '_'.Todd C. Miller
1998-08-21I committed the wrong version before, here is the correct oneTodd C. Miller
1998-08-21For a.out use read, not mmap, to get the string table so this works onTodd C. Miller
1998-01-20type botchTheo de Raadt
1998-01-02make mmap() return void *, add MAP_FAILEDTheo de Raadt
1997-12-15MAP_COPY|MAP_FILE; mrg. indent tooTheo de Raadt
1997-07-23tabifykstailey
1997-07-01Make -Wall happy.Todd C. Miller
1997-01-10Leading underscores... Actually, they really DID fuck this up on the MIPSetheisen
1997-01-09ELF does not use the leading '_' on any port, not just MIPS.Dale S. Rahn
1996-12-23use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary typesTheo de Raadt
1996-10-27Added OLF capability.etheisen
1996-09-15Remove dead codeThorsten Lockert
1996-08-19Fix RCS idsThorsten Lockert
1996-07-30Update ECOFF nlist from NetBSDNiklas Hallqvist
1996-06-17Added better ELF section header handling. Correctly handle stripped objs.etheisen
1996-06-14if no executable formats are defined for the architecture, it shouldTheo de Raadt
1996-05-30Fixes for ecoff updatesPer Fogelstrom
1996-05-29enable ELF/a.out/ECOFF in machine/exec.hTheo de Raadt
1996-05-28All platforms get elf_nlist(). Hidden __elf_is_okay__() function isetheisen
1996-05-24sync to ecoff changesTheo de Raadt
1996-05-17Addition of elf support.Per Fogelstrom
1995-12-04a.out is more likely, so check for it firstTheo de Raadt
1995-10-31__fdnlist() is used by libkvmTheo de Raadt
1995-10-30nlist will now handle many formats (once the code is written)Theo de Raadt
1995-10-30do ecoff on the pica as well (for now)Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt