Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WARNS=4 | alfred | 2002-07-14 | 2 | -3/+2 |
| | |||||
* | Add .Pp before enumerating options | charnier | 2002-04-19 | 2 | -0/+2 |
| | |||||
* | remove __P | imp | 2002-03-22 | 3 | -22/+22 |
| | |||||
* | Remove leaf node WARNS?=2 (that mainly I added). This should | markm | 2002-02-08 | 1 | -1/+0 |
| | | | | help the GCC3 transition and CURRENT in general. | ||||
* | Style improvements recommended by Bruce as a follow up to some | dwmalone | 2001-12-10 | 10 | -50/+60 |
| | | | | | | | | of the recent WARNS commits. The idea is: 1) FreeBSD id tags should follow vendor tags. 2) Vendor tags should not be compiled (though copyrights probably should). 3) There should be no blank line between including cdefs and __FBSDIF. | ||||
* | Use __FBSDID(). | markm | 2001-12-02 | 10 | -18/+50 |
| | |||||
* | WARNS=2 fixup. | markm | 2001-12-02 | 6 | -12/+15 |
| | |||||
* | - When copying into a fixed buffer, bounds checking should occur. | arr | 2001-11-20 | 1 | -2/+3 |
| | | | | PR: bin/31673 | ||||
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: utilize the new .Ex macro. | ru | 2001-08-15 | 2 | -8/+4 |
| | |||||
* | Replace the local `rname' with the cannonical `basename'. | obrien | 2001-07-24 | 4 | -13/+11 |
| | |||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -1/+1 |
| | |||||
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 1 | -2/+1 |
| | |||||
* | Don't attempt to parse %c | ache | 2001-03-21 | 1 | -5/+14 |
| | |||||
* | mdoc(7) police: use the default ``file ...'' feature of the .Ar macro. | ru | 2001-02-13 | 2 | -18/+19 |
| | |||||
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 2 | -26/+26 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2001-01-16 | 2 | -2/+2 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-27 | 1 | -4/+4 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-19 | 1 | -4/+4 |
| | |||||
* | mdoc(7) police: added missing .Os call. | ru | 2000-12-14 | 1 | -0/+1 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 2 | -23/+23 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 5 | -5/+5 |
| | |||||
* | 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 | ||||
* | Eliminate compiler warnings from -Wall | archie | 1998-12-06 | 11 | -16/+16 |
| | |||||
* | 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 | -8/+9 |
| | |||||
* | 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... | ||||
* | localtime() needs a pointer to time_t which is not necessarily a long. | jb | 1998-02-20 | 1 | -1/+1 |
| | | | | So use a time_t in the chdr structure so that no casts are required. | ||||
* | kill the undead | peter | 1997-07-13 | 1 | -146/+0 |
| | |||||
* | This commit was generated by cvs2svn to compensate for changes in r27241, | bde | 1997-07-06 | 1 | -0/+146 |
|\ | | | | | | | 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 | 5 | -117/+330 |
| | | | | | | | | | | 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 | -145/+0 |
| | | |||||
* | | Convert man page to mdoc format. Cosmetic in usage string. | charnier | 1997-06-23 | 3 | -241/+352 |
| | | |||||
* | | 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. | ||||
* | | The -q option does not require a list of elements: the command 'ar q foo.a' | jmz | 1996-10-17 | 1 | -2/+2 |
| | | | | | | | | | | is perfectly valid and eventually creates an empty archive. This is consistent with OSF1 V3.x, SunOS 4.x, ULTRIX 4.x and probably others. | ||||
* | | More ts_nse -> tv_nsec changes following the kernel changes I made earlier. | nate | 1996-09-20 | 1 | -3/+3 |
| | | | | | | | | Submitted by: Chuck Robey <chuckr@glue.umd.edu> | ||||
* | | [HISTORY] command appeared in Version 1 AT&T UNIX | wosch | 1996-08-29 | 2 | -0/+14 |
| | | | | | | | | Obtained from: A Quarter Century of UNIX, Peter H. Salus, page 41 | ||||
* | | Use the .Bx macro where appropriate. | mpp | 1996-08-23 | 1 | -1/+2 |
| | | |||||
* | | General -Wall warning cleanup, part I. | jkh | 1996-07-12 | 4 | -4/+4 |
| | | | | | | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu> | ||||
* | | Correct some man page xrefs, and some other minor changes to bring some | mpp | 1996-04-08 | 1 | -2/+2 |
| | | | | | | | | | | | | man pages up to mdoc guidelines and fix some minor formatting glitches. Also fixed a number of man pages to not abuse the .Xr macro to display functions and path names and a lot of other junk. | ||||
* | | Change ar's internal error routine to call err() instead of errx() | mpp | 1996-01-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | so that when ar has a problem (like trying to update a read-only archive), you get a message like: ar: xyzzy.a: Permission denined instead of: ar: xyzzy.a Which doesn't really give the user any indication that the operation really did fail. This closes PR# 170. | ||||
* | | This commit was generated by cvs2svn to compensate for changes in r13122, | peter | 1995-12-30 | 1 | -145/+0 |
| | | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
* | | Add setlocale LC_TIME | ache | 1995-10-24 | 1 | -0/+3 |
| | | |||||
* | | Back out the change in rev.1.4 and fix the formatting of the change | bde | 1995-09-18 | 1 | -7/+2 |
| | | | | | | | | | | | | in rev.1.3. 1.4 just broke 1.3 for the -x case. This fixes PR 721 and merges archive.c with 4.4Lite2. | ||||
* | | Replace old strftime format by %c, old format forces "Mon Day", | ache | 1995-08-08 | 1 | -2/+4 |
| | | | | | | | | sequence which can be false for several languages. | ||||
* | | Delete bogus referneces to timezone code internal header file `tzfile.h', | wollman | 1995-08-07 | 1 | -1/+0 |
| | | | | | | | | which is no longer bogusly installed in /usr/include. | ||||
* | | Remove trailing whitespace. | rgrimes | 1995-05-30 | 10 | -19/+19 |
| | |