| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-02-08 | correct Research Unix edition "appeared in" use in HISTORY |  jsg | 1 | -3/+3 |
| 2019-09-06 | More Version 1 AT&T UNIX history. |  schwarze | 1 | -3/+3 |
| 2019-03-03 | on malloc(3) failure, gracefully abort processing of the current file |  schwarze | 1 | -1/+2 |
| 2019-01-25 | I am retiring my old email address; replace it with my OpenBSD one. |  millert | 1 | -2/+2 |
| 2018-12-14 | Delete unused phdr functions; move declarations for functions internal to |  guenther | 2 | -73/+13 |
| 2017-12-09 | recognize .openbsd.randomdata section and indicate it roughly, so |  deraadt | 1 | -1/+3 |
| 2017-10-27 | Use <elf.h> instead of <elf_abi.h> |  mpi | 2 | -4/+4 |
| 2017-09-12 | Include room for NUL-termination when calculating the length of archive |  mpi | 1 | -3/+3 |
| 2015-12-09 | Remove NULL-checks before free(). ok tb@ |  mmcc | 2 | -10/+6 |
| 2015-11-13 | ratchet pledge from the start; from Theo Buehler |  deraadt | 1 | -2/+8 |
| 2015-10-09 | Change all tame callers to namechange to pledge(2). |  deraadt | 1 | -3/+3 |
| 2015-10-05 | tame "stdio rpath" works fine, as long as we sidestep the demangling |  deraadt | 1 | -1/+5 |
| 2015-09-15 | fix markup of the -t argument |  schwarze | 1 | -7/+7 |
| 2015-08-13 | oops, SYNOPSIS was missing an Ar; while here i tweaked the list spacing; |  jmc | 1 | -3/+4 |
| 2015-08-13 | Grow -P (POSIX output) and -t (POSIX output radix) support. Several 3rd-party |  miod | 5 | -95/+163 |
| 2015-06-23 | This patch ensure that when an error is detected, the freed variables in |  semarie | 2 | -2/+9 |
| 2015-06-23 | This patch ensure that e_shentsize (sections header's size in bytes) is |  semarie | 1 | -2/+7 |
| 2015-06-23 | corrects a read after bound that occurs in strcmp (line just |  semarie | 2 | -7/+11 |
| 2015-06-23 | add some check before accessing data: |  semarie | 1 | -1/+11 |
| 2015-05-17 | Add 'D' to usage optstring. Prodded by jmc@ |  guenther | 1 | -2/+2 |
| 2015-05-17 | Add -D option for displaying the dynamic symbol table |  guenther | 4 | -10/+19 |
| 2015-04-09 | ELF weak symbols are _not_ like a.out indirect symbols. Nothing in ELF is, |  guenther | 3 | -22/+8 |
| 2015-04-08 | Delete another piece of a.out detritus |  guenther | 1 | -10/+1 |
| 2015-02-06 | SIZE_MAX is standard, we should be using it in preference to the |  millert | 1 | -3/+3 |
| 2015-01-19 | Missing initialization; tjenahej@speedmail.se |  miod | 1 | -2/+2 |
| 2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2 | -4/+4 |
| 2014-04-28 | Ignore IRIX6-compatible archive map on mips64 platform, since the mips64 |  miod | 1 | -1/+9 |
| 2014-04-09 | tweak STANDARDS; ok millert sobrado |  jmc | 1 | -7/+6 |
| 2013-11-26 | unsigned char casts for ctype |  deraadt | 2 | -4/+4 |
| 2013-11-13 | proto and such cleanup |  deraadt | 1 | -2/+5 |
| 2013-11-12 | avoid math on void * pointers; delete an unused variable |  deraadt | 1 | -4/+6 |
| 2013-11-12 | remove more code accidentally left behind during the a.out purge |  deraadt | 2 | -111/+1 |
| 2013-10-24 | Redo 1.34+1.35, but ignore incorrect files in show_file() as done in 1.33. |  miod | 1 | -209/+23 |
| 2013-10-24 | back out to 1.33, subtle bug being hunted... |  deraadt | 1 | -22/+212 |
| 2013-10-21 | remove a space that snuck into the output |  deraadt | 1 | -2/+2 |
| 2013-10-20 | catch up with elf(5)/stab(5) removal; |  jmc | 2 | -8/+5 |
| 2013-10-19 | Remove a.out/stab knowledge from nm. |  deraadt | 1 | -212/+22 |
| 2013-03-30 | Correctly report `weak' status of non-function symbols. Makes nm agree with |  miod | 1 | -3/+6 |
| 2011-09-28 | Support symbols in .tbss and .tdata ELF sections |  uwe | 2 | -6/+13 |
| 2011-02-06 | - nm -s omitted the symbol list for first object file in an archive. fix this |  jasper | 1 | -2/+6 |
| 2009-10-27 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 1 | -5/+1 |
| 2009-10-27 | nm -V is silly, and prining the rcsid even more so |  deraadt | 2 | -23/+6 |
| 2009-02-10 | mark these utilities as being largely posix compliant or, in the case of |  jmc | 1 | -2/+10 |
| 2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg |  deraadt | 2 | -9/+9 |
| 2007-08-06 | the ellipsis is not an optional argument; while here, sync the usage |  sobrado | 3 | -9/+9 |
| 2007-05-31 | convert to new .Dd format; |  jmc | 2 | -4/+4 |
| 2007-04-18 | Fix a NULL dereference if the symbol table size is zero; ok millert@ deraadt@ |  miod | 1 | -2/+7 |
| 2007-02-08 | Do all allocation and deallocation of shstr in elf_symload() to |  ray | 1 | -12/+3 |
| 2007-02-07 | check st_name validity also check for overflow and not only for zero; found by Charles Longeau <chl@tuxfamily.org> |  mickey | 1 | -3/+4 |
| 2006-09-30 | Some fixes for running nm on ELF binaries. |  kettenis | 2 | -31/+56 |