Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused headers and sort the remaining | 2016-02-01 | 1 | -4/+10 | |
| | | | | | | | Remove lint-style comments Swap hardcoded string on usage() for __progname OK tb@ | ||||
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where | 2015-01-16 | 1 | -3/+3 | |
| | | | | | | | | | 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) | ||||
* | some inconsequential cleanups. ok deraadt | 2010-08-12 | 1 | -4/+2 | |
| | |||||
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | 2009-10-27 | 1 | -8/+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 | ||||
* | synchronize usage and synopsis. | 2008-05-31 | 1 | -4/+3 | |
| | |||||
* | Plug a mem leak. Found in one of my trees. Forgat where it came from; most | 2006-10-29 | 1 | -2/+3 | |
| | | | | likely from a NetBSD Coverity fix. ok ray@ | ||||
* | use socklen_t and better socket() checks. from Andrey Matveev | 2004-03-02 | 1 | -2/+2 | |
| | | | | -Wall for good measure | ||||
* | handle failed strdup; reported by jjy2+@pitt.edu | 2003-10-01 | 1 | -2/+4 | |
| | |||||
* | add missing includes | 2003-07-10 | 1 | -2/+3 | |
| | | | | ok deraadt@ tedu@ | ||||
* | 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. | ||||
* | o Resize nicely when we receive SIGWINCH | 2002-06-21 | 1 | -3/+3 | |
| | | | | o Also change some 0-2 to *_FILENO | ||||
* | Add a -s option to enable the smooth scrolling in revision 1.10 | 2002-06-20 | 1 | -4/+11 | |
| | | | | The default behavior remains unchanged. | ||||
* | kill more registers | 2001-11-19 | 1 | -3/+3 | |
| | | | | millert@ ok | ||||
* | exit(-#) is wrong | 2001-03-09 | 1 | -3/+3 | |
| | |||||
* | Redress PR 1547. Provide an option to pass high characters without | 2000-12-31 | 1 | -2/+9 | |
| | | | | escaping, and turn it off by default. Checked by angelos@. | ||||
* | Some changes inspired by FreeBSD... | 1998-08-18 | 1 | -12/+8 | |
| | | | | | | | | | o Kill annoying spaces at the end of lines o sigaction, not sigvec o warn/err where sensible o hstrerror() not herror() o defaults for erase, kill, and werase if not set o kill a needless refresh() after the beeps that was messing up the screen | ||||
* | NetBSD-based -Wall cleanup | 1998-04-28 | 1 | -16/+7 | |
| | |||||
* | Catches luser/typo when "@" is the first character of first argument | 1997-02-01 | 1 | -2/+10 | |
| | |||||
* | r?index -> strr?chr | 1997-01-17 | 1 | -4/+3 | |
| | |||||
* | rcsid | 1996-06-26 | 1 | -1/+2 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+126 | |