Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-04 | In preparation for getline and getdelim additions to libc, rename getline() | Federico G. Schwindt | |
occurrences to get_line(). Based on a diff from Jan Klemkow <j-dot-klemkow-at-wemelug-dot-de> to tech. | |||
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
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 | |||
2009-10-15 | arguments to -C, -c, -S and -s are optional. | Igor Sobrado | |
ok jmc@ | |||
2009-10-14 | sort flags. | Igor Sobrado | |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt | |
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2006-04-17 | Three undocumented options got lost in the conversion to getopt(3). | Moritz Jodeit | |
Remove their remaining code, since they were not working before. Initial diff from Steffen Wendzel. ok millert@ | |||
2005-05-15 | damn, one more... | Jason McIntyre | |
2005-05-15 | oops. grasp of alphabet...slipping... | Jason McIntyre | |
2005-05-15 | Make usage/SYNOPSIS saner and sort the options. With jmc@ | Todd C. Miller | |
2005-05-14 | Replace homegrown getnum() with strtonum() and replace atoi() with | Todd C. Miller | |
strtonum() and strtol(). | |||
2005-05-14 | kill commented out code | Todd C. Miller | |
2005-05-14 | make this use getopt() | Todd C. Miller | |
2004-03-13 | use NULL for pointers. from Joris Vink | Ted Unangst | |
2003-10-16 | better realloc. ok deraadt@ | Ted Unangst | |
2003-07-14 | remove unused Cm; | Jason McIntyre | |
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt | |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-02-13 | When you give command examples and etc., in a manual page prefix them with: | Mike Pechkin | |
$ command or # command deraadt@ ok | |||
2001-11-19 | kill more registers | Mike Pechkin | |
millert@ ok | |||
2001-10-28 | fix -z; jarle@uninett.no | Theo de Raadt | |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-03-06 | Covert to mdoc; from FreeBSD, with some modifications by me. | Aaron Campbell | |
1999-10-17 | More consistent introduction to options. | Aaron Campbell | |
1997-09-12 | Kill extra newline in err()/warn(). | Todd C. Miller | |
1996-06-26 | rcsid | Theo de Raadt | |
1996-05-21 | avoid divide-by-zero trap when specifying small widths | Theo de Raadt | |
do not overrun entry array when printing output tables cleanup storage allocation for entries use err/warn etc. | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |