summaryrefslogtreecommitdiffstats
path: root/libexec/talkd/announce.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
* Remove unused headers and sort the remainingmestre2016-02-011-10/+5
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+3
* do not mix concepts of gettimeofday(), tv_sec, and localtime() in aderaadt2013-04-171-5/+2
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-6/+1
* spacesderaadt2004-03-101-4/+4
* close file on error paths. from Patrick Latifitedu2004-03-101-4/+8
* ansi cleanup; ok ian markusderaadt2003-06-111-9/+4
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
* avoid size_t -> int conversion. style nit for sizeof(). David Krauseitojun2002-11-251-3/+3
* Allocate vis_user on the stack instead of using malloc(). Thismillert2002-09-241-4/+3
* typos/grammar/better wordsjufi2002-07-071-3/+3
* KNFderaadt2002-05-211-7/+7
* 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.millert2002-02-161-3/+3
* -Wallderaadt2001-07-081-3/+2
* need more size to big_buf for line termination (\r\n).itojun2000-10-101-3/+3
* use %s with fprintfderaadt2000-07-061-3/+3
* TIOCNOTTY is the default in POSIX termios, no need to explicately ask for it.millert1998-08-181-49/+4
* S_IWGRPderaadt1998-07-031-3/+3
* param.hderaadt1996-07-181-2/+3
* \007 instead of ^G; from phk@freebsd.orgderaadt1996-07-181-3/+3
* buffer overflow from dholland@hcs.HARVARD.EDU; could do with some cleanup?deraadt1996-07-171-8/+10
* buffer overflowderaadt1996-07-171-4/+5
* Fix the bugs w/ that osockaddr.mickey1996-04-281-2/+8
* initial import of NetBSD treederaadt1995-10-181-0/+200