summaryrefslogtreecommitdiffstats
path: root/usr.bin/nm
Commit message (Collapse)AuthorAgeFilesLines
* Introduce enumerate of options using the standard way:charnier2002-10-162-4/+8
|
* Fix some easy warnings; ANSIfy, constify.markm2002-04-281-55/+48
| | | | Fix VCS inclusion and deregister.
* remove __Pimp2002-03-221-6/+6
|
* Expland the emalloc to do the testing at the place of mallocing.obrien2001-07-241-16/+6
|
* Remove whitespace at EOL.dd2001-07-151-1/+1
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-102-2/+2
|
* MAN[1-9] -> MAN.ru2001-03-271-1/+2
|
* Fix typo: seperate -> separate.asmodai2001-02-061-1/+1
| | | | Seperate does not exist in the english language.
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-012-2/+2
|
* Prepare for mdoc(7)NG.ru2000-12-271-0/+1
|
* Prepare for mdoc(7)NG.ru2000-12-191-0/+1
|
* getopt and friends are declared in <unistd.h>imp2000-09-041-1/+0
| | | | getopt returns -1 not EOF.
* Restore this file.obrien2000-05-021-0/+152
| | | | Requested by: bde
* Add descriptions of the nm(1aout) keywords and their meanings.obrien2000-05-021-0/+26
| | | | | PR: docs/17269 Submitted by: Oscar Bonilla <obonilla@fisicc-ufm.edu>
* nm.1aout is used here now.obrien2000-05-021-152/+0
|
* Add descriptions of the nm(1) keywords and their meanings.nik2000-04-301-0/+26
| | | | | PR: docs/17269 Submitted by: Oscar Bonilla <obonilla@fisicc-ufm.edu>
* $Id$ -> $FreeBSD$peter1999-08-283-3/+3
|
* Install the legacy man file in section 1aout.jb1998-09-071-0/+1
|
* Fixed classic sign extension bug `-(long)sizeof(foo)'.bde1998-07-061-6/+6
| | | | | | | | | | | | Fixed the type of the string table size variable to match its use (assuming that int32_t is 4 bytes and other unportable things). bfd uses `unsigned char string_chars[BYTES_IN_WORD]', where BYTES_IN_WORD can be 4, 8, or perhaps even 2 or 3, but it is assumed to be precisely 4 bytes here. Fixed printf format errors (don't assume that n_value in struct n_list has type u_long, since it should have size BYTES_IN_WORD and longs may be longer than words).
* ELF preparation step 1:sos1998-05-251-0/+1
| | | | | | | | | | | | | | | Move our old a.out utils to /usr/libexec/aout. Enable binutils and put the utils in /usr/libexec/elf Enable objformat, a little helper program that calls the right utils based on /etc/objformat and $OBJFORMAT. This will enable the ELF generating tools. Remember that this is only step one, the system is still compiled and run in a.out format ONLY. Problem left to solve: The BSD manpages wins over the GNU equivalents as the are installed last. We need to distinguish between the manpages somehow...
* Use err(3). Add missing flags in usage string.charnier1997-07-313-47/+38
|
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
| | | | posix standard on the topic.
* Revert $FreeBSD$ to $Id$peter1997-02-222-2/+2
|
* Sort cross references.wosch1997-01-152-2/+2
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-142-2/+2
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Drat, had the N_FN overloading based on N_EXT backwards. N_EXT = filename,peter1996-09-241-2/+2
| | | | | | | | | no N_EXT is a "warning". eg: % nm -p /tmp/gets.o ... 00000000 w warning: this program uses gets(), which is unsafe. U _gets 00000000 T _gets
* Rudimentry support for viewing weak symbols. There are two types thatpeter1996-09-243-11/+45
| | | | | this deals with, the N_INDR indirect symbols done with .stabs operations, and those done with .weak that have an extra field in n_other.
* [HISTORY] command appeared in Version 1 AT&T UNIXwosch1996-08-292-2/+4
| | | | Obtained from: A Quarter Century of UNIX, Peter H. Salus, page 41
* General -Wall warning cleanup, part I.jkh1996-07-121-2/+16
| | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu>
* Add -t option which prints output in tabular format.phk1995-12-193-7/+29
|
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
|
* Fix bug with printing out short archive entries,ache1994-12-281-2/+1
| | | | incorrect padding
* Additional longname fixache1994-12-281-9/+8
| | | | Submitted by: dufault@hda.com
* Fix for handling long archive namesache1994-12-281-10/+58
| | | | Submitted by: dufault@hda.com
* This commit was generated by cvs2svn to compensate for changes in r1590,rgrimes1994-05-273-0/+706
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-273-0/+706
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+117
OpenPOWER on IntegriCloud