Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change all tame callers to namechange to pledge(2). | 2015-10-09 | 1 | -3/+3 | |
| | |||||
* | data processing stdin to stdout; tame "stdout" | 2015-10-06 | 1 | -1/+4 | |
| | |||||
* | Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope | 2015-08-20 | 1 | -3/+3 | |
| | | | | ok krw millert | ||||
* | userland reallocarray audit. | 2014-10-08 | 1 | -2/+2 | |
| | | | | | | | Replace malloc() and realloc() calls that may have integer overflow in the multiplication of the size argument with reallocarray(). ok deraadt@ | ||||
* | Obvious .Xr fixes, found while testing mandocdb(8). | 2014-01-20 | 1 | -8/+8 | |
| | |||||
* | Include unistd.h as it is the standard location for getopt(). | 2013-11-15 | 1 | -1/+2 | |
| | | | | From Eitan Adler | ||||
* | don't try to stuff ptr differences into an int; from Arto Jonsson; ok espie@ | 2012-12-03 | 1 | -5/+4 | |
| | |||||
* | In preparation for getline and getdelim additions to libc, rename getline() | 2012-03-04 | 1 | -6/+6 | |
| | | | | | occurrences to get_line(). Based on a diff from Jan Klemkow <j-dot-klemkow-at-wemelug-dot-de> to tech. | ||||
* | 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 | ||||
* | arguments to -C, -c, -S and -s are optional. | 2009-10-15 | 1 | -6/+6 | |
| | | | | ok jmc@ | ||||
* | sort flags. | 2009-10-14 | 2 | -6/+6 | |
| | |||||
* | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | 2007-09-02 | 1 | -3/+3 | |
| | |||||
* | convert to new .Dd format; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | Three undocumented options got lost in the conversion to getopt(3). | 2006-04-17 | 1 | -60/+4 | |
| | | | | | | | | Remove their remaining code, since they were not working before. Initial diff from Steffen Wendzel. ok millert@ | ||||
* | damn, one more... | 2005-05-15 | 1 | -7/+7 | |
| | |||||
* | oops. grasp of alphabet...slipping... | 2005-05-15 | 2 | -5/+5 | |
| | |||||
* | Make usage/SYNOPSIS saner and sort the options. With jmc@ | 2005-05-15 | 2 | -63/+56 | |
| | |||||
* | Replace homegrown getnum() with strtonum() and replace atoi() with | 2005-05-14 | 1 | -40/+48 | |
| | | | | strtonum() and strtol(). | ||||
* | kill commented out code | 2005-05-14 | 1 | -28/+4 | |
| | |||||
* | make this use getopt() | 2005-05-14 | 1 | -99/+122 | |
| | |||||
* | use NULL for pointers. from Joris Vink | 2004-03-13 | 1 | -3/+3 | |
| | |||||
* | better realloc. ok deraadt@ | 2003-10-16 | 1 | -6/+10 | |
| | |||||
* | remove unused Cm; | 2003-07-14 | 1 | -2/+2 | |
| | |||||
* | mostly ansi cleanup; pval ok | 2003-06-10 | 1 | -24/+14 | |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-03 | 2 | -12/+4 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | 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 | -11/+11 | |
| | |||||
* | When you give command examples and etc., in a manual page prefix them with: | 2002-02-13 | 1 | -5/+5 | |
| | | | | | | | | $ command or # command deraadt@ ok | ||||
* | kill more registers | 2001-11-19 | 1 | -18/+18 | |
| | | | | millert@ ok | ||||
* | fix -z; jarle@uninett.no | 2001-10-28 | 1 | -2/+2 | |
| | |||||
* | 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. | ||||
* | Covert to mdoc; from FreeBSD, with some modifications by me. | 2000-03-06 | 1 | -99/+143 | |
| | |||||
* | More consistent introduction to options. | 1999-10-17 | 1 | -2/+2 | |
| | |||||
* | Kill extra newline in err()/warn(). | 1997-09-12 | 1 | -2/+4 | |
| | |||||
* | rcsid | 1996-06-26 | 3 | -1/+6 | |
| | |||||
* | avoid divide-by-zero trap when specifying small widths | 1996-05-21 | 2 | -45/+48 | |
| | | | | | | do not overrun entry array when printing output tables cleanup storage allocation for entries use err/warn etc. | ||||
* | initial import of NetBSD tree | 1995-10-18 | 3 | -0/+749 | |