summaryrefslogtreecommitdiffstats
path: root/usr.bin/rwall
Commit message (Collapse)AuthorAgeFilesLines
* Add missing static keywords to rwall(1)ed2011-11-061-3/+3
|
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-111-4/+0
| | | | | | | | | is in accordance with the information provided at ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change Also add $FreeBSD$ to a few files to keep svn happy. Discussed with: imp, rwatson
* Fix typos and spelling mistakes.joel2010-08-061-1/+1
|
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-131-0/+1
| | | | needed.
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-111-1/+0
| | | | Tested with: make universe
* Sync program's usage() with manpage's SYNOPSIS.ru2005-05-211-1/+1
|
* Sort SEE ALSO references (in dictionary order, ignoring case).ru2004-07-041-2/+2
|
* Mechanically kill hard sentence breaks.ru2004-07-021-2/+4
|
* Removed unnecessary dependencies on librpcsvc.ru2004-02-041-3/+0
| | | | Prodded by: des
* More xdrproc_t warnings.peter2003-10-261-2/+2
|
* ANSIify function definitions.dwmalone2002-09-041-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:markm2002-03-071-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.markm2002-03-041-36/+38
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* mdoc(7) police: sort xrefs.ru2001-07-051-2/+2
|
* Correct cross-reference:sobomax2001-06-071-2/+2
| | | | | | portmap.8 --> rpcbind.8 Submitted by: .Xr testing script
* mdoc(7) police: properly use a -diag list in the DIAGNOSTICS section.dd2001-04-131-1/+1
| | | | Reviewed by: ru
* MAN[1-9] -> MAN.ru2001-03-271-1/+0
|
* Prepare for mdoc(7)NG.ru2001-01-161-1/+1
|
* Cleanup this code a bit by attempting to sync it up with NetBSD andkris2000-11-261-12/+18
| | | | | | with each other. Reviewed by: markm, dwmalone
* Put argument under .Ar.charnier2000-03-261-1/+2
|
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-1/+2
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* $Id$ -> $FreeBSD$peter1999-08-283-3/+3
|
* PR: bin/8680dillon1998-12-131-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().charnier1997-08-082-41/+43
|
* Revert $FreeBSD$ to $Id$peter1997-02-223-3/+3
|
* Sort cross references.wosch1997-01-151-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-143-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 functionpeter1996-12-301-2/+5
| | | | | that was expecting a "struct timeval" on the stack. I've guessed at a suitable replacement timeout.
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
|
* rwall from FreeBSD 1.1.5.1csgr1994-08-283-0/+262
Reviewed by: Geoff Submitted by: Christopher G. Demetriou
OpenPOWER on IntegriCloud