summaryrefslogtreecommitdiffstats
path: root/usr.bin/talk/get_names.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-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 deraadttedu2010-08-121-4/+2
|
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-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.sobrado2008-05-311-4/+3
|
* Plug a mem leak. Found in one of my trees. Forgat where it came from; mostotto2006-10-291-2/+3
| | | | likely from a NetBSD Coverity fix. ok ray@
* use socklen_t and better socket() checks. from Andrey Matveevtedu2004-03-021-2/+2
| | | | -Wall for good measure
* handle failed strdup; reported by jjy2+@pitt.eduderaadt2003-10-011-2/+4
|
* add missing includesdavid2003-07-101-2/+3
| | | | ok deraadt@ tedu@
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-7/+3
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* o Resize nicely when we receive SIGWINCHmillert2002-06-211-3/+3
| | | | o Also change some 0-2 to *_FILENO
* Add a -s option to enable the smooth scrolling in revision 1.10millert2002-06-201-4/+11
| | | | The default behavior remains unchanged.
* kill more registersmpech2001-11-191-3/+3
| | | | millert@ ok
* exit(-#) is wrongderaadt2001-03-091-3/+3
|
* Redress PR 1547. Provide an option to pass high characters withouthugh2000-12-311-2/+9
| | | | escaping, and turn it off by default. Checked by angelos@.
* Some changes inspired by FreeBSD...millert1998-08-181-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 cleanuppjanzen1998-04-281-16/+7
|
* Catches luser/typo when "@" is the first character of first argumentjkatz1997-02-011-2/+10
|
* r?index -> strr?chrmillert1997-01-171-4/+3
|
* rcsidderaadt1996-06-261-1/+2
|
* initial import of NetBSD treederaadt1995-10-181-0/+126