summaryrefslogtreecommitdiff
path: root/usr.bin/talk/io.c
AgeCommit message (Collapse)Author
2010-08-12some inconsequential cleanups. ok deraadtTed Unangst
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo 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
2005-04-13use STD{IN,OUT,ERR}_FILENOTheo de Raadt
2004-03-02use socklen_t and better socket() checks. from Andrey MatveevTed Unangst
-Wall for good measure
2003-08-11use poll to replace the fd_set overflows. some input from fgsch; millert okTheo de Raadt
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2002-06-21o Resize nicely when we receive SIGWINCHTodd C. Miller
o Also change some 0-2 to *_FILENO
2001-09-05select for a more accurate size; millert okTheo de Raadt
1999-03-03Print fatal errors to stderr after curses has finished instead of printing ↵Todd C. Miller
to the curses window which disapears immediately for terminals that can restore the screen.
1999-03-03kill bogus commentTodd C. Miller
1998-08-18Some changes inspired by FreeBSD...Todd C. Miller
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
1998-08-18kill bogus cast to struct sgttyb *Todd C. Miller
1998-04-28NetBSD-based -Wall cleanupPaul Janzen
1998-04-27Historically, talk pays no attention to hostnames, so if you've typedPaul Janzen
'talk aaa@b' and are waiting for a response, and user aaa@c tries to talk to you, you'll be transparently connected. Now, talk will print the hostname of the remote party if it's not the same host that you asked for.
1996-06-26rcsidTheo de Raadt
1996-06-10Use beep() with ncursesThorsten Lockert
Use hline() with ncurses
1995-10-18initial import of NetBSD treeTheo de Raadt