index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
nm
/
nm.c
Age
Commit message (
Expand
)
Author
2005-01-03
don't try to demangle C symbols if we're ELF.
Marc Espie
2004-10-10
now that no cpu assumptions are left in -- remove the cross-glue
Michael Shalayeff
2004-10-09
move out elf code into elf.c and generate 32 and 64 versions of it;
Michael Shalayeff
2004-07-11
need to byteswap string table size before use for the alien endian a.out
Michael Shalayeff
2004-05-04
spacing
Theo de Raadt
2004-04-29
Correctly report empty a.out objects as "no name list" instead of "bad format".
Miod Vallat
2004-01-14
Fix the mmap case; inadequate testing on my part!
Todd C. Miller
2004-01-14
Fallback to malloc + pread if mmap fails; fixes "nm /dev/ksyms". OK mickey@
Todd C. Miller
2004-01-13
kill unused local vars; from deraadt@
Michael Shalayeff
2004-01-05
nm digs elf and merges w/ size; millert@ ok
Michael Shalayeff
2003-06-10
mostly ansi cleanup; pval ok
Theo de Raadt
2003-06-03
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-04-05
snprintf; ok miod ho henning
Theo de Raadt
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-11-19
kill more registers
Mike Pechkin
2001-08-17
Some missing protos. Use macros from <link.h> instead of rolling our own.
Marc Espie
2001-08-17
Show indirect symbols in -e mode.
Marc Espie
2001-08-16
-e switch, show extra symbol information such as weak symbol status.
Marc Espie
2001-05-31
- remove erealloc() wrapper function
smart
2001-02-18
-C support.
Marc Espie
2000-11-10
seperate -> separate, okay aaron@
Niels Provos
1999-05-10
Fixes endianess problems with old a.out tools. This makes building
Marc Espie
1998-05-11
Build nm ok for cross-envs
Niklas Hallqvist
1997-05-31
warn instead of warnx; kleink
Theo de Raadt
1997-04-04
check MID field like strip(1) does; PR#149, mickey; fix by me
Theo de Raadt
1997-01-15
getopt(3) returns -1 when out of args, not EOF, whee!
Todd C. Miller
1996-06-26
rcsid
Theo de Raadt
1996-01-16
from netbsd; Use err() & warn()
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt