aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/rwall
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
| | | | Notes: svn path=/head/; revision=50477
* PR: bin/8680Matthew Dillon1998-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(). Notes: svn path=/head/; revision=41718
* Use err(3). Add usage().Philippe Charnier1997-08-082-41/+43
| | | | Notes: svn path=/head/; revision=27977
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-223-3/+3
| | | | Notes: svn path=/head/; revision=23012
* Sort cross references.Wolfram Schneider1997-01-151-1/+1
| | | | Notes: svn path=/head/; revision=21748
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-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. Notes: svn path=/head/; revision=21673
* Fix bug found by new prototypes. The code was passing an int to a functionPeter Wemm1996-12-301-2/+5
| | | | | | | | that was expecting a "struct timeval" on the stack. I've guessed at a suitable replacement timeout. Notes: svn path=/head/; revision=21095
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
| | | | Notes: svn path=/head/; revision=8874
* rwall from FreeBSD 1.1.5.1Geoff Rehmet1994-08-283-0/+262
Reviewed by: Geoff Submitted by: Christopher G. Demetriou Notes: svn path=/cvs2svn/branches/FBSD_1/; revision=2347