summaryrefslogtreecommitdiff
path: root/usr.bin/talk
AgeCommit message (Expand)Author
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2017-05-25incompatibilities with 4.2 are no longer interestingTed Unangst
2016-03-16More "(<blah> *)0" -> NULL, avoiding any stdarg functions.Kenneth R Westerback
2016-03-08Actually enforce what was done on rev 1.11:mestre
2016-02-18finish conversion select -> poll, error messages count too, sloppy theo.Marc Espie
2016-02-05pledge(2) for talk(1):mestre
2016-02-01Remove unused headers and sort the remainingmestre
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-06-02- document SIGINT, because of its zero return valueJason McIntyre
2013-12-11remove unused include dating from the pre-termios code and accidentallyChristian Weisgerber
2013-11-28unsigned char for ctypeTheo de Raadt
2013-03-11handle ECONNABORTED errors from accept(). In many code blocks they can beTheo de Raadt
2010-10-28more roff adjustments;Jason McIntyre
2010-10-21more EXIT STATUS bits; from Daniel DickmanJason McIntyre
2010-08-12some inconsequential cleanups. ok deraadtTed Unangst
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-05-09remove unused functionCharles Longeau
2009-02-10STANDARDS:Jason McIntyre
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewJason McIntyre
2008-05-31synchronize usage and synopsis.Igor Sobrado
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-31- note some apps which are xpg4, not posixJason McIntyre
2007-05-25"interupt" -> "interrupt" in various comments. Mostly from Diego Casati.Kenneth R Westerback
2006-10-29Plug a mem leak. Found in one of my trees. Forgat where it came from; mostOtto Moerbeek
2005-04-13use STD{IN,OUT,ERR}_FILENOTheo de Raadt
2004-08-04.Xr talkd 8; from Scott Francis (PR #3884);Jason McIntyre
2004-03-16errno is not specified to be int, but something from errno.h. ok millert@Ted Unangst
2004-03-02use socklen_t and better socket() checks. from Andrey MatveevTed Unangst
2003-10-01handle failed strdup; reported by jjy2+@pitt.eduTheo de Raadt
2003-09-26retry for ECONNABORTED tooTheo de Raadt
2003-08-11use poll to replace the fd_set overflows. some input from fgsch; millert okTheo de Raadt
2003-07-10add missing includesDavid Krause
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-10- section reorderJason McIntyre
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-01-09spelling; from jmc at prioris dot mini dot pw dot edu dot pl.Federico G. Schwindt
2002-11-14use $ or # before commands in examplesTheo de Raadt
2002-06-21o Resize nicely when we receive SIGWINCHTodd C. Miller
2002-06-20Add a -s option to enable the smooth scrolling in revision 1.10Todd C. Miller
2002-06-20undo last commit; deraadt@Oleg Safiullin
2002-06-20scrolling support.Oleg Safiullin
2002-06-02KNFTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-11-19kill more registersMike Pechkin
2001-09-05select for a more accurate size; millert okTheo de Raadt
2001-07-17-Wall cleanup; ok deraadtPeter Valchev
2001-03-09exit(-#) is wrongTheo de Raadt
2000-12-31Redress PR 1547. Provide an option to pass high characters withoutHugh Graham
2000-12-30Allow printing characters > 0x80, thus permitting other charsetsAngelos D. Keromytis
2000-06-30warnx?/errx? paranoia (use "%s" not a bare string unless it is aTodd C. Miller