Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More xdrproc_t warnings. | peter | 2003-10-26 | 1 | -2/+2 |
| | |||||
* | ANSIify function definitions. | dwmalone | 2002-09-04 | 1 | -1/+1 |
| | | | | | | | | | Add some constness to avoid some warnings. Remove use register keyword. Deal with missing/unneeded extern/prototypes. Some minor type changes/casts to avoid warnings. Reviewed by: md5 | ||||
* | Revert/fix the most controversial parts of the last commit: | markm | 2002-03-07 | 1 | -7/+4 |
| | | | | | | | 1) place __FBSDID() correctly IAW style(9). 2) revert (and slightly correct) a "complex" expression in an if() statement. | ||||
* | ANSIfication, WARNS and lint cleanup. | markm | 2002-03-04 | 1 | -36/+38 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: sort xrefs. | ru | 2001-07-05 | 1 | -2/+2 |
| | |||||
* | Correct cross-reference: | sobomax | 2001-06-07 | 1 | -2/+2 |
| | | | | | | portmap.8 --> rpcbind.8 Submitted by: .Xr testing script | ||||
* | mdoc(7) police: properly use a -diag list in the DIAGNOSTICS section. | dd | 2001-04-13 | 1 | -1/+1 |
| | | | | Reviewed by: ru | ||||
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 1 | -1/+0 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2001-01-16 | 1 | -1/+1 |
| | |||||
* | Cleanup this code a bit by attempting to sync it up with NetBSD and | kris | 2000-11-26 | 1 | -12/+18 |
| | | | | | | with each other. Reviewed by: markm, dwmalone | ||||
* | Put argument under .Ar. | charnier | 2000-03-26 | 1 | -1/+2 |
| | |||||
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -1/+2 |
| | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 3 | -3/+3 |
| | |||||
* | PR: bin/8680 | dillon | 1998-12-13 | 1 | -4/+3 |
| | | | | | Minor adjustments to rwall.c. Increased the size of a couple of char arrays and replaced a potentially dangeerous strcpy/strcat with snprintf(). | ||||
* | Use err(3). Add usage(). | charnier | 1997-08-08 | 2 | -41/+43 |
| | |||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 3 | -3/+3 |
| | |||||
* | Sort cross references. | wosch | 1997-01-15 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | Fix bug found by new prototypes. The code was passing an int to a function | peter | 1996-12-30 | 1 | -2/+5 |
| | | | | | that was expecting a "struct timeval" on the stack. I've guessed at a suitable replacement timeout. | ||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -2/+2 |
| | |||||
* | rwall from FreeBSD 1.1.5.1 | csgr | 1994-08-28 | 3 | -0/+262 |
Reviewed by: Geoff Submitted by: Christopher G. Demetriou |