summaryrefslogtreecommitdiff
path: root/usr.bin/nm
AgeCommit message (Expand)Author
2004-05-04spacingTheo de Raadt
2004-05-04dig .plt*, .got*, .init, .fini sectionsMichael Shalayeff
2004-04-29Correctly report empty a.out objects as "no name list" instead of "bad format".Miod Vallat
2004-03-30no need to force N_EXT as deducted later from typeMichael Shalayeff
2004-03-30there is more than one way to define symbol type in elf...; kill a debugging ...Michael Shalayeff
2004-03-30translate names in .sbss section as static N_BSS; found by drahn@Michael Shalayeff
2004-02-09typo;Jason McIntyre
2004-01-28knf; millert okTheo de Raadt
2004-01-14Fix the mmap case; inadequate testing on my part!Todd C. Miller
2004-01-14Fallback to malloc + pread if mmap fails; fixes "nm /dev/ksyms". OK mickey@Todd C. Miller
2004-01-13kill unused local vars; from deraadt@Michael Shalayeff
2004-01-06man tweaks;Jason McIntyre
2004-01-05nm digs elf and merges w/ size; millert@ okMichael Shalayeff
2003-11-07hppa is bigendianMichael Shalayeff
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-05snprintf; ok miod ho henningTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-11-19kill more registersMike Pechkin
2001-08-19Knowledge about sparc68/ppc endianess. Who knows where oldish a.out filesMarc Espie
2001-08-17Some missing protos. Use macros from <link.h> instead of rolling our own.Marc Espie
2001-08-17Show indirect symbols in -e mode.Marc Espie
2001-08-16-e switch, show extra symbol information such as weak symbol status.Marc Espie
2001-06-23Add I for indirect reference (alias to other symbol).Federico G. Schwindt
2001-06-20Add -C flag to synopsis; Brian Poole <raj@cerias.purdue.edu>Todd C. Miller
2001-05-31- remove erealloc() wrapper functionsmart
2001-05-30The 'file' argument is optional since if one is not given the programssmart
2001-02-18-C support.Marc Espie
2000-11-10seperate -> separate, okay aaron@Niels Provos
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
2000-03-10Various cleanups and standardization.Aaron Campbell
1999-08-29Fix -Wall warnings.Marc Espie
1999-06-05- remove trailing white spaceAaron Campbell
1999-05-10Fixes endianess problems with old a.out tools. This makes buildingMarc Espie
1998-09-27usr.bin/ man page cleanups, n-sAaron Campbell
1998-05-11Build nm ok for cross-envsNiklas Hallqvist
1997-09-21$OpenBSD$Theo de Raadt
1997-05-31warn instead of warnx; kleinkTheo de Raadt
1997-04-04check MID field like strip(1) does; PR#149, mickey; fix by meTheo de Raadt
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-06-26rcsidTheo de Raadt
1996-01-16from netbsd; Use err() & warn()Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt