Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ANSIfy functions, and move extern declarations into a shared header | markm | 2002-04-28 | 5 | -42/+87 |
| | | | | where ${DEITY} intended them to be. | ||||
* | Use `The .Nm utility' | charnier | 2002-04-20 | 1 | -2/+3 |
| | |||||
* | remove __P | imp | 2002-03-22 | 4 | -13/+13 |
| | |||||
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 1 | -1/+1 |
| | |||||
* | Expand emalloc in-place, and remove the `rname' basename() implimenation. | obrien | 2001-07-24 | 2 | -24/+6 |
| | |||||
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 1 | -2/+1 |
| | |||||
* | mdoc(7) police: use the default ``file ...'' feature of the .Ar macro. | ru | 2001-02-13 | 2 | -3/+5 |
| | |||||
* | Use Fx macro wherever possible. | ru | 2000-11-14 | 1 | -1/+3 |
| | |||||
* | getopt and friends are declared in <unistd.h> | imp | 2000-09-04 | 1 | -1/+0 |
| | | | | getopt returns -1 not EOF. | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 8 | -8/+8 |
| | |||||
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde | ||||
* | Don't build or install ${MAN1}. It's just a copy of ${MAN1aout} and | bde | 1998-10-10 | 1 | -3/+3 |
| | | | | | | | installing it clobbers the elf ${MAN1}. The MAN1 -> MAN1aout changes actually work now. Fixed order of MAN* and BINDIR. | ||||
* | Install the legacy man file in section 1aout. | jb | 1998-09-07 | 1 | -0/+1 |
| | |||||
* | Fixed printf format errors. | bde | 1998-07-06 | 1 | -2/+2 |
| | |||||
* | 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). Use #include "" instead of <> for local headers. | charnier | 1997-08-04 | 7 | -24/+40 |
| | |||||
* | kill the undead | peter | 1997-07-13 | 1 | -70/+0 |
| | |||||
* | This commit was generated by cvs2svn to compensate for changes in r27241, | bde | 1997-07-06 | 1 | -0/+70 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Finish importing Lite2's src/usr.bin, except for ex, diff, grep, mail, | bde | 1997-07-06 | 1 | -0/+70 |
| | | | | | | | | | | pascal and vmstat.sparc. All changed files on the vendor branch should already have been imported. | ||||
| * | recording cvs-1.6 file death | peter | 1995-12-30 | 1 | -70/+0 |
| | | |||||
* | | 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 |
| | | |||||
* | | 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. | ||||
* | | delete doubled words, e.g.: "the the" -> "the" | wosch | 1996-10-05 | 2 | -2/+4 |
| | | |||||
* | | General -Wall warning cleanup, part I. | jkh | 1996-07-12 | 4 | -6/+33 |
| | | | | | | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu> | ||||
* | | Phkmalloc strikes again. | phk | 1996-03-07 | 1 | -1/+1 |
| | | | | | | | | Found by: asami | ||||
* | | This commit was generated by cvs2svn to compensate for changes in r13122, | peter | 1995-12-30 | 1 | -70/+0 |
| | | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
* | | Fix ranlib to work with odd-length extended names. | ache | 1995-11-01 | 1 | -1/+1 |
| | | | | | | | | Submitted by: Jim Leppek <jleppek@harris.com> | ||||
* | | Don't claim that `ranlib -t' is useful. | bde | 1995-10-09 | 2 | -2/+4 |
| | | | | | | | | | | | | | | | | Our ld is derived from gnu ld which doesn't check the timestamp on __.SYMDEF. gnu ld is designed to work with gnu ar which doesn't even have a ranlib option (gnu ar updates __.SYMDEF automatically if __.SYMDEF already exists, so gnu ld expects __.SYMDEF to be up to date if it exists). | ||||
* | | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -1/+1 |
| | | |||||
* | | Fixed two bugs: some malloced space wasn't freed after it was no longer | dg | 1995-01-09 | 2 | -2/+8 |
| | | | | | | | | | | | | | | needed and the file wasn't closed when the -t option was used. Originally by thomas@mathematik.uni-Bremen.de, but were incomplete. Submitted by: thomas@mathematik.uni-Bremen.de and myself | ||||
* | | More merry makefile munging for man page compatability. | wollman | 1994-08-05 | 2 | -10/+72 |
| | | |||||
* | | Cleanup so that make install can run, many install: maninstall changed | rgrimes | 1994-05-30 | 1 | -5/+7 |
| | | | | | | | | to just install:, sperious targets and CLEANFILES removed. | ||||
* | | This commit was generated by cvs2svn to compensate for changes in r1590, | rgrimes | 1994-05-27 | 8 | -0/+769 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 8 | -0/+769 |
| | |||||
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 1 | -0/+87 |