summaryrefslogtreecommitdiffstats
path: root/usr.bin/rwall/rwall.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+3
| | | | | | | | | possible. Annotate <sys/param.h> lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where sensible to avoid pulling in the pollution. These are the files confirmed through binary verification. ok guenther, millert, doug (helped with the verification protocol)
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-12/+1
| | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
* documentation tweaks.sobrado2008-07-091-3/+3
|
* ans, knf, err and spacesmickey2003-07-091-27/+20
|
* bump randomness of mktemp to from 6 to 10 X's, as recommended by mktemp(3)avsm2003-07-021-3/+3
|
* mostly ansi cleanup; pval okderaadt2003-06-101-7/+4
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-7/+3
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* make sure files are MAXPATHLEN sized; ianm@cit.uws.edu.auderaadt2001-11-051-3/+3
|
* correct mkstemp() failure checkingderaadt1999-05-301-3/+3
|
* snprintf; dillonderaadt1998-12-161-5/+4
|
* _PATH_TMP -> _PATH_TMPFILE; avoid /tmp//fooXXXX where possible tooderaadt1996-09-161-3/+3
|
* rcsidderaadt1996-06-261-1/+3
|
* initial import of NetBSD treederaadt1995-10-181-0/+177