summaryrefslogtreecommitdiff
path: root/usr.bin/talk/io.c
Commit message (Expand)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* talk(1): Replace select(2) with poll(2)Pedro F. Giffuni2016-02-251-8/+10
* Make talk(1) capable of displaying UTF-8 characters.Gleb Smirnoff2014-03-171-38/+36
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* ANSIfy function prototypes. While I am there, constify some parameters andXin LI2008-04-281-6/+4
* Do not attempt ro read more than sizeof(buf) from stdin.Olivier Houchard2004-05-101-0/+2
* Handle window resizing better.Olivier Houchard2004-04-191-0/+7
* Don't cast ioctl FIONREAD's argument to struct sgttyb *. This makesTim J. Robbins2003-09-281-1/+1
* WARNS=2 fixes with NO_WERROR set because of system-header originatingMark Murray2001-12-111-8/+10
* Print the peer's name and address in the "Connection establish"Dima Dorfman2001-08-091-2/+25
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. TheSheldon Hearn2001-07-261-1/+2
* Fix a bug when talking to non-freebsd machines where carriage returnPaul Saab2000-07-111-0/+4
* talk depended on side effects of curses includes.Peter Wemm1999-08-301-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Remove couple of 'extern int errno'. (They turned to something funny whenDmitrij Tejblum1999-02-141-4/+1
* Add rcsid. Remove unused #includes (what about RU# ?). Change exit(-1) andPhilippe Charnier1998-01-141-3/+4
* Update some ancient warts in talk:Peter Wemm1996-08-191-1/+3
* Make talk automagically find out the interface IP address where theJoerg Wunsch1996-03-091-8/+10
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-4/+4
* Don't allow talk own messages wrap around on the screen, justAndrey A. Chernov1995-03-281-6/+5
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+142