Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build infrastructure for elftoolchain tools | emaste | 2014-12-01 | 1 | -0/+16 |
| | | | | | | | | | | | | | | | Set WITH_ELFTOOLCHAIN_TOOLS in src.conf to use the elftoolchain version of the following tools: * addr2line * elfcopy (strip / mcs) * nm * size * strings Reviewed by: bapt (earlier version) Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D1224 | ||||
* | Finish the deorbital burn of the i386-only a.out toolchain. | obrien | 2003-06-27 | 4 | -975/+0 |
| | |||||
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 1 | -2/+2 |
| | | | | especially in troff files. | ||||
* | Introduce enumerate of options using the standard way: | charnier | 2002-10-16 | 2 | -4/+8 |
| | |||||
* | Fix some easy warnings; ANSIfy, constify. | markm | 2002-04-28 | 1 | -55/+48 |
| | | | | Fix VCS inclusion and deregister. | ||||
* | remove __P | imp | 2002-03-22 | 1 | -6/+6 |
| | |||||
* | Expland the emalloc to do the testing at the place of mallocing. | obrien | 2001-07-24 | 1 | -16/+6 |
| | |||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 2 | -2/+2 |
| | |||||
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 1 | -1/+2 |
| | |||||
* | Fix typo: seperate -> separate. | asmodai | 2001-02-06 | 1 | -1/+1 |
| | | | | Seperate does not exist in the english language. | ||||
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 2 | -2/+2 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-27 | 1 | -0/+1 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-19 | 1 | -0/+1 |
| | |||||
* | getopt and friends are declared in <unistd.h> | imp | 2000-09-04 | 1 | -1/+0 |
| | | | | getopt returns -1 not EOF. | ||||
* | Restore this file. | obrien | 2000-05-02 | 1 | -0/+152 |
| | | | | Requested by: bde | ||||
* | Add descriptions of the nm(1aout) keywords and their meanings. | obrien | 2000-05-02 | 1 | -0/+26 |
| | | | | | PR: docs/17269 Submitted by: Oscar Bonilla <obonilla@fisicc-ufm.edu> | ||||
* | nm.1aout is used here now. | obrien | 2000-05-02 | 1 | -152/+0 |
| | |||||
* | Add descriptions of the nm(1) keywords and their meanings. | nik | 2000-04-30 | 1 | -0/+26 |
| | | | | | PR: docs/17269 Submitted by: Oscar Bonilla <obonilla@fisicc-ufm.edu> | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 3 | -3/+3 |
| | |||||
* | Install the legacy man file in section 1aout. | jb | 1998-09-07 | 1 | -0/+1 |
| | |||||
* | Fixed classic sign extension bug `-(long)sizeof(foo)'. | bde | 1998-07-06 | 1 | -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: | sos | 1998-05-25 | 1 | -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. | charnier | 1997-07-31 | 3 | -47/+38 |
| | |||||
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -1/+1 |
| | | | | posix standard on the topic. | ||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 2 | -2/+2 |
| | |||||
* | Sort cross references. | wosch | 1997-01-15 | 2 | -2/+2 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 2 | -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, | peter | 1996-09-24 | 1 | -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 that | peter | 1996-09-24 | 3 | -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 UNIX | wosch | 1996-08-29 | 2 | -2/+4 |
| | | | | Obtained from: A Quarter Century of UNIX, Peter H. Salus, page 41 | ||||
* | General -Wall warning cleanup, part I. | jkh | 1996-07-12 | 1 | -2/+16 |
| | | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu> | ||||
* | Add -t option which prints output in tabular format. | phk | 1995-12-19 | 3 | -7/+29 |
| | |||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -2/+2 |
| | |||||
* | Fix bug with printing out short archive entries, | ache | 1994-12-28 | 1 | -2/+1 |
| | | | | incorrect padding | ||||
* | Additional longname fix | ache | 1994-12-28 | 1 | -9/+8 |
| | | | | Submitted by: dufault@hda.com | ||||
* | Fix for handling long archive names | ache | 1994-12-28 | 1 | -10/+58 |
| | | | | Submitted by: dufault@hda.com | ||||
* | This commit was generated by cvs2svn to compensate for changes in r1590, | rgrimes | 1994-05-27 | 3 | -0/+706 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 3 | -0/+706 |
| | |||||
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 1 | -0/+117 |