Age | Commit message (Expand) | Author |
2015-12-09 | Remove NULL-checks before free(). ok tb@ | mmcc |
2015-11-13 | ratchet pledge from the start; from Theo Buehler | Theo de Raadt |
2015-10-09 | Change all tame callers to namechange to pledge(2). | Theo de Raadt |
2015-10-05 | tame "stdio rpath" works fine, as long as we sidestep the demangling | Theo de Raadt |
2015-09-15 | fix markup of the -t argument | Ingo Schwarze |
2015-08-13 | oops, SYNOPSIS was missing an Ar; while here i tweaked the list spacing; | Jason McIntyre |
2015-08-13 | Grow -P (POSIX output) and -t (POSIX output radix) support. Several 3rd-party | Miod Vallat |
2015-06-23 | This patch ensure that when an error is detected, the freed variables in | semarie |
2015-06-23 | This patch ensure that e_shentsize (sections header's size in bytes) is | semarie |
2015-06-23 | corrects a read after bound that occurs in strcmp (line just | semarie |
2015-06-23 | add some check before accessing data: | semarie |
2015-05-17 | Add 'D' to usage optstring. Prodded by jmc@ | Philip Guenther |
2015-05-17 | Add -D option for displaying the dynamic symbol table | Philip Guenther |
2015-04-09 | ELF weak symbols are _not_ like a.out indirect symbols. Nothing in ELF is, | Philip Guenther |
2015-04-08 | Delete another piece of a.out detritus | Philip Guenther |
2015-02-06 | SIZE_MAX is standard, we should be using it in preference to the | Todd C. Miller |
2015-01-19 | Missing initialization; tjenahej@speedmail.se | Miod Vallat |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-04-28 | Ignore IRIX6-compatible archive map on mips64 platform, since the mips64 | Miod Vallat |
2014-04-09 | tweak STANDARDS; ok millert sobrado | Jason McIntyre |
2013-11-26 | unsigned char casts for ctype | Theo de Raadt |
2013-11-13 | proto and such cleanup | Theo de Raadt |
2013-11-12 | avoid math on void * pointers; delete an unused variable | Theo de Raadt |
2013-11-12 | remove more code accidentally left behind during the a.out purge | Theo de Raadt |
2013-10-24 | Redo 1.34+1.35, but ignore incorrect files in show_file() as done in 1.33. | Miod Vallat |
2013-10-24 | back out to 1.33, subtle bug being hunted... | Theo de Raadt |
2013-10-21 | remove a space that snuck into the output | Theo de Raadt |
2013-10-20 | catch up with elf(5)/stab(5) removal; | Jason McIntyre |
2013-10-19 | Remove a.out/stab knowledge from nm. | Theo de Raadt |
2013-03-30 | Correctly report `weak' status of non-function symbols. Makes nm agree with | Miod Vallat |
2011-09-28 | Support symbols in .tbss and .tdata ELF sections | Uwe Stuehler |
2011-02-06 | - nm -s omitted the symbol list for first object file in an archive. fix this | Jasper Lievisse Adriaanse |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-10-27 | nm -V is silly, and prining the rcsid even more so | Theo de Raadt |
2009-02-10 | mark these utilities as being largely posix compliant or, in the case of | Jason McIntyre |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt |
2007-08-06 | the ellipsis is not an optional argument; while here, sync the usage | Igor Sobrado |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-04-18 | Fix a NULL dereference if the symbol table size is zero; ok millert@ deraadt@ | Miod Vallat |
2007-02-08 | Do all allocation and deallocation of shstr in elf_symload() to | Ray Lai |
2007-02-07 | check st_name validity also check for overflow and not only for zero; found b... | Michael Shalayeff |
2006-09-30 | Some fixes for running nm on ELF binaries. | Mark Kettenis |
2005-01-19 | Add elf{32,64}_load_phdrs() for loading program headers. | Alexander Yurchenko |
2005-01-03 | don't try to demangle C symbols if we're ELF. | Marc Espie |
2004-10-25 | describe R type; found by matthieu@ | Michael Shalayeff |
2004-10-11 | a few more xrefs | Michael Shalayeff |
2004-10-11 | add rcisd[] | Michael Shalayeff |
2004-10-10 | now that no cpu assumptions are left in -- remove the cross-glue | Michael Shalayeff |
2004-10-10 | parse the cpu-specific ids based on the e_machine | Michael Shalayeff |
2004-10-09 | My MMAP/MUNMAP macros are too simple to copyright so place this in the | Todd C. Miller |