summaryrefslogtreecommitdiffstats
path: root/usr.bin/nm (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix typo; from Kris Katterjohnjsg2020-11-221-2/+2
* correct Research Unix edition "appeared in" use in HISTORYjsg2020-02-081-3/+3
* More Version 1 AT&T UNIX history.schwarze2019-09-061-3/+3
* on malloc(3) failure, gracefully abort processing of the current fileschwarze2019-03-031-1/+2
* I am retiring my old email address; replace it with my OpenBSD one.millert2019-01-251-2/+2
* Delete unused phdr functions; move declarations for functions internal toguenther2018-12-142-73/+13
* recognize .openbsd.randomdata section and indicate it roughly, soderaadt2017-12-091-1/+3
* Use <elf.h> instead of <elf_abi.h>mpi2017-10-272-4/+4
* Include room for NUL-termination when calculating the length of archivempi2017-09-121-3/+3
* Remove NULL-checks before free(). ok tb@mmcc2015-12-092-10/+6
* ratchet pledge from the start; from Theo Buehlerderaadt2015-11-131-2/+8
* Change all tame callers to namechange to pledge(2).deraadt2015-10-091-3/+3
* tame "stdio rpath" works fine, as long as we sidestep the demanglingderaadt2015-10-051-1/+5
* fix markup of the -t argumentschwarze2015-09-151-7/+7
* oops, SYNOPSIS was missing an Ar; while here i tweaked the list spacing;jmc2015-08-131-3/+4
* Grow -P (POSIX output) and -t (POSIX output radix) support. Several 3rd-partymiod2015-08-135-95/+163
* This patch ensure that when an error is detected, the freed variables insemarie2015-06-232-2/+9
* This patch ensure that e_shentsize (sections header's size in bytes) issemarie2015-06-231-2/+7
* corrects a read after bound that occurs in strcmp (line justsemarie2015-06-232-7/+11
* add some check before accessing data:semarie2015-06-231-1/+11
* Add 'D' to usage optstring. Prodded by jmc@guenther2015-05-171-2/+2
* Add -D option for displaying the dynamic symbol tableguenther2015-05-174-10/+19
* ELF weak symbols are _not_ like a.out indirect symbols. Nothing in ELF is,guenther2015-04-093-22/+8
* Delete another piece of a.out detritusguenther2015-04-081-10/+1
* SIZE_MAX is standard, we should be using it in preference to themillert2015-02-061-3/+3
* Missing initialization; tjenahej@speedmail.semiod2015-01-191-2/+2
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-162-4/+4
* Ignore IRIX6-compatible archive map on mips64 platform, since the mips64miod2014-04-281-1/+9
* tweak STANDARDS; ok millert sobradojmc2014-04-091-7/+6
* unsigned char casts for ctypederaadt2013-11-262-4/+4
* proto and such cleanupderaadt2013-11-131-2/+5
* avoid math on void * pointers; delete an unused variablederaadt2013-11-121-4/+6
* remove more code accidentally left behind during the a.out purgederaadt2013-11-122-111/+1
* Redo 1.34+1.35, but ignore incorrect files in show_file() as done in 1.33.miod2013-10-241-209/+23
* back out to 1.33, subtle bug being hunted...deraadt2013-10-241-22/+212
* remove a space that snuck into the outputderaadt2013-10-211-2/+2
* catch up with elf(5)/stab(5) removal;jmc2013-10-202-8/+5
* Remove a.out/stab knowledge from nm.deraadt2013-10-191-212/+22
* Correctly report `weak' status of non-function symbols. Makes nm agree withmiod2013-03-301-3/+6
* Support symbols in .tbss and .tdata ELF sectionsuwe2011-09-282-6/+13
* - nm -s omitted the symbol list for first object file in an archive. fix thisjasper2011-02-061-2/+6
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-5/+1
* nm -V is silly, and prining the rcsid even more soderaadt2009-10-272-23/+6
* mark these utilities as being largely posix compliant or, in the case ofjmc2009-02-101-2/+10
* use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgderaadt2007-09-022-9/+9
* the ellipsis is not an optional argument; while here, sync the usagesobrado2007-08-063-9/+9
* convert to new .Dd format;jmc2007-05-312-4/+4
* Fix a NULL dereference if the symbol table size is zero; ok millert@ deraadt@miod2007-04-181-2/+7
* Do all allocation and deallocation of shstr in elf_symload() toray2007-02-081-12/+3
* check st_name validity also check for overflow and not only for zero; found by Charles Longeau <chl@tuxfamily.org>mickey2007-02-071-3/+4