Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use a standard section name. | ru | 2006-12-18 | 1 | -1/+1 |
| | |||||
* | /*- or .\"- or #- to begin license clauses. | imp | 2005-01-10 | 2 | -1/+2 |
| | |||||
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -1/+2 |
| | |||||
* | Remove clause 3 from the UCB licenses. | markm | 2004-04-06 | 2 | -8/+0 |
| | | | | OK'ed by: imp, core | ||||
* | Quiet warnings about copyright[]. | obrien | 2003-05-01 | 1 | -2/+2 |
| | |||||
* | Consistently use __FBSDID | obrien | 2002-06-30 | 1 | -2/+2 |
| | |||||
* | Use `The .Nm utility' | charnier | 2002-04-16 | 1 | -2/+3 |
| | |||||
* | Warning fix. Enter into the spirit of getopt(3) a bit more. | markm | 2002-02-22 | 1 | -0/+2 |
| | |||||
* | o __P has been reoved | imp | 2002-02-02 | 1 | -7/+4 |
| | | | | | | | | | | | o Old-style K&R declarations have been converted to new C89 style o register has been removed o prototype for main() has been removed (gcc3 makes it an error) o int main(int argc, char *argv[]) is the preferred main definition. o Attempt to not break style(9) conformance for declarations more than they already are. Approved by: arch@, new style(9) | ||||
* | Default to WARNS=2. Binary builds that cannot handle this must explicitly | obrien | 2001-12-04 | 1 | -2/+0 |
| | | | | | | set WARNS=0. Reviewed by: mike | ||||
* | mdoc(7) police: join OS version with the corresponding macro. | ru | 2001-10-19 | 1 | -2/+2 |
| | |||||
* | 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 | 1 | -1/+1 |
| | |||||
* | WARNS= -> WARNS?= | dd | 2001-06-22 | 1 | -1/+1 |
| | | | | Submitted by: Mike Barcroft <mike@q9media.com> | ||||
* | Make this pass WARNS=2 and BDECFLAGS | kris | 2001-05-20 | 2 | -2/+5 |
| | |||||
* | mdoc(7) police: removed history info from the .Os call. | ru | 2000-12-14 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
| | |||||
* | Use Fx macro wherever possible. | ru | 2000-11-14 | 1 | -1/+1 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-27 | 3 | -3/+3 |
| | |||||
* | Clean up some .Os macro uses: quotes are not needed, multiple arguments | fenner | 1999-02-15 | 1 | -2/+2 |
| | | | | | don't really work if the first one isn't "FreeBSD", and "FreeBSD-Experimental" isn't an OS name. | ||||
* | Correct use of .Nm. Add rcsid. | charnier | 1998-05-13 | 2 | -4/+6 |
| | |||||
* | Revert part of previous patch: Don't use __progname. | charnier | 1997-06-04 | 1 | -4/+2 |
| | |||||
* | /etc/netstart -> /etc/rc.network | charnier | 1997-06-03 | 2 | -4/+25 |
| | | | | Add usage() and use __progname. Change usage string to match man page. | ||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 3 | -3/+3 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 3 | -3/+3 |
| | | | | | | | | 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. | ||||
* | -Wall cleaning. | steve | 1996-12-14 | 1 | -4/+4 |
| | |||||
* | You will find enclosed some changes to make gcc -Wall more happy in | joerg | 1995-03-19 | 1 | -2/+2 |
| | | | | | | | | | /usr/src/bin. Note that some patches are still needed in that directory. I (Joerg) finished most of Philippe's cleanup. /bin/sh will still need *allot* of work, however. Submitted by: charnier@lirmm.fr (Philippe Charnier) | ||||
* | Submitted by: David Muir Sharnoff | ats | 1995-01-14 | 1 | -2/+2 |
| | | | | | domainame has referenced getdomainname(2) instead of getdomainname(3). bug report docs/137. | ||||
* | Actually implement this correctly. | wollman | 1994-09-26 | 1 | -5/+2 |
| | |||||
* | Remove redundant declarations that were added in the previous commit. | bde | 1994-09-21 | 1 | -4/+1 |
| | |||||
* | Applied patch to make -Wall and -Dlint shut up. | phk | 1994-09-20 | 1 | -3/+5 |
| | | | | | Reviewed by: phk Submitted by: Josef Grosch <joeg@gagme.wwa.com> | ||||
* | A new domainname(1) command based on hostname(1), this time with a correct | wollman | 1994-09-18 | 3 | -0/+146 |
manual page. |