Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where | 2015-01-16 | 1 | -4/+4 | |
| | | | | | | | | | 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) | ||||
* | remove erroneous char cast to switch expression processing getopt(3); | 2013-11-27 | 1 | -2/+2 | |
| | | | | | | not used in any cases. ok deraadt@, guenther@, millert@ | ||||
* | send a extra space to the bit bucket | 2013-11-23 | 1 | -2/+2 | |
| | |||||
* | simpler prototype repairs | 2013-11-12 | 1 | -1/+2 | |
| | |||||
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | 2009-10-27 | 1 | -15/+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 | ||||
* | do not print spurious whitespace when reading from stdin; | 2008-06-19 | 1 | -4/+7 | |
| | | | | from Bernd Ahlers with a twist from me; ok millert@ | ||||
* | Add -h option to display human-readable numbers. | 2005-10-19 | 1 | -9/+25 | |
| | | | | | | | okay otto@, deraadt@, jmc@. (note that is mostly useless from scripts, hence okay as a non-standard option). | ||||
* | spacing | 2005-04-11 | 1 | -5/+5 | |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-03 | 1 | -7/+3 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | ansi | 2002-09-17 | 1 | -12/+5 | |
| | |||||
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | 2002-02-16 | 1 | -4/+4 | |
| | |||||
* | kill more registers | 2001-11-19 | 1 | -7/+7 | |
| | | | | millert@ ok | ||||
* | first pass at a -Wall cleanup | 2001-07-12 | 1 | -5/+5 | |
| | |||||
* | Remove useless cast to quad_t. Gcc thinks "%qd" in printf is the same as "%lld" so we get a warning on alpha with -Wall. Live with it. | 1999-02-02 | 1 | -5/+5 | |
| | |||||
* | o Some minor updates from lite2 (mostly in the man page) | 1999-02-02 | 1 | -60/+62 | |
| | | | | o Add support for large files by using quads as counters | ||||
* | rcsid | 1996-06-26 | 1 | -1/+3 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+258 | |