Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where | 2015-01-16 | 1 | -2/+1 | |
| | | | | | | | | | 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) | ||||
* | Prefer setvbuf() to setlinebuf() for portability; ok deraadt@ | 2014-11-26 | 1 | -2/+2 | |
| | |||||
* | userland reallocarray audit. | 2014-10-08 | 1 | -2/+3 | |
| | | | | | | | Replace malloc() and realloc() calls that may have integer overflow in the multiplication of the size argument with reallocarray(). ok deraadt@ | ||||
* | Include unistd.h as it is the standard location for getopt(). | 2013-11-17 | 1 | -1/+2 | |
| | | | | OK millert@ | ||||
* | do not assume time_t and timeval.tv_sec are the same type | 2013-04-03 | 1 | -2/+4 | |
| | |||||
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | 2009-10-27 | 1 | -5/+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. | 2008-07-09 | 1 | -3/+3 | |
| | |||||
* | some knf and whitespace cleanup. | 2005-11-17 | 1 | -15/+15 | |
| | |||||
* | sort hosts, even when specified on the command line. | 2005-11-17 | 1 | -16/+19 | |
| | | | | | | fixes pr 4614. from alexander.farber at gmail.com. ok millert@ deraadt@ | ||||
* | term 3 cleanup, ok from brezak | 2003-12-12 | 1 | -9/+4 | |
| | |||||
* | check strdup, from jared yanovich. fix realloc while i'm here. | 2003-10-07 | 1 | -7/+12 | |
| | | | | ok deraadt@ henning@ millert@ | ||||
* | protos | 2003-08-04 | 1 | -9/+9 | |
| | |||||
* | mostly ansi cleanup; pval ok | 2003-06-10 | 1 | -29/+18 | |
| | |||||
* | snprintf | 2002-05-27 | 1 | -14/+11 | |
| | |||||
* | 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 | |
| | |||||
* | indent | 2001-10-02 | 1 | -9/+9 | |
| | |||||
* | clnt leaks; tommy@ti.com | 2001-06-18 | 1 | -2/+3 | |
| | |||||
* | Add sanity check for remote host boot time > current time for when | 2001-06-18 | 1 | -3/+4 | |
| | | | | clocks go screwey. Similar to patch from kstailey@disclosure.com. | ||||
* | Consistify so "rup host" and "rup -d host" produce similarly formatted output. | 1999-08-16 | 1 | -4/+4 | |
| | |||||
* | for 1 min up, report min instead of mins; abs@netbsd | 1999-02-09 | 1 | -3/+4 | |
| | |||||
* | Don't wrap on an 80 char wide screen in -d mode; Tim Rightnour <root@polaris.garbled.net> | 1998-08-08 | 1 | -3/+6 | |
| | |||||
* | \n after clnt_sperrno() | 1997-07-09 | 1 | -3/+3 | |
| | |||||
* | Wall | 1997-06-20 | 1 | -4/+10 | |
| | |||||
* | Better handling of long uptimes; from NetBSD | 1997-02-01 | 1 | -13/+18 | |
| | |||||
* | do not use warnx, blank lines suck | 1996-12-10 | 1 | -5/+9 | |
| | |||||
* | get 12am & 12pm correct; netbsd pr#2734, khym@bga.com [this was hell to test] | 1996-09-04 | 1 | -3/+4 | |
| | |||||
* | indent | 1996-08-16 | 1 | -22/+22 | |
| | |||||
* | rcsid | 1996-06-26 | 1 | -1/+3 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+332 | |