Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | recallocarray array that has remote data | 2017-03-20 | 1 | -2/+2 | |
| | |||||
* | Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope | 2015-08-20 | 1 | -2/+2 | |
| | | | | ok krw millert | ||||
* | 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@ | ||||
* | rm rwho xr | 2014-04-24 | 1 | -3/+2 | |
| | |||||
* | 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 | |
| | |||||
* | convert to new .Dd format; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | fix some dodgy displays; | 2007-02-06 | 1 | -2/+2 | |
| | |||||
* | 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@ | ||||
* | macro fixes | 2004-07-27 | 1 | -7/+7 | |
| | | | | | | | punctuation use 'Bl -diag' for diagnostic lists ok jmc | ||||
* | 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 | |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-03 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | 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 | |
| | |||||
* | When you give command examples and etc., in a manual page prefix them with: | 2002-02-13 | 1 | -3/+2 | |
| | | | | | | | | $ command or # command deraadt@ ok | ||||
* | 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. | ||||
* | Change all option list specifications to ".Bl -tag -width Ds". Most man | 2000-11-09 | 1 | -2/+2 | |
| | | | | | pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | ||||
* | Mostly punctuation fixes. | 2000-04-15 | 1 | -2/+2 | |
| | |||||
* | Various cleanups and standardization. | 2000-03-10 | 1 | -6/+6 | |
| | |||||
* | Finish standardizing options list introduction. | 2000-03-05 | 1 | -2/+2 | |
| | |||||
* | Consistify so "rup host" and "rup -d host" produce similarly formatted output. | 1999-08-16 | 1 | -4/+4 | |
| | |||||
* | - remove trailing white space | 1999-06-05 | 1 | -8/+8 | |
| | | | | | | | - remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/ | ||||
* | for 1 min up, report min instead of mins; abs@netbsd | 1999-02-09 | 1 | -3/+4 | |
| | |||||
* | More man page fixes. Particularly fix uses of it's/its, affect/effect, | 1998-09-07 | 1 | -2/+2 | |
| | | | | | then/than and such. Other miscellaneous problems fixed across these source files. | ||||
* | 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 | 3 | -3/+5 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 3 | -0/+447 | |