aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/talk
Commit message (Expand)AuthorAgeFilesLines
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+21
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-2/+2
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-191-2/+2
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-1/+2
| * | Merge headSimon J. Gerraty2014-04-284-124/+145
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | Sync from headSimon J. Gerraty2012-11-041-1/+1
| |\ \ \
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+23
* | | | | Convert to usr.bin/ to LIBADDBaptiste Daroussin2014-11-251-2/+2
| |_|_|/ |/| | |
* | | | Convert LIBCURSES to LIBNCURSES to fix "make checkdpadd"Enji Cooper2014-08-261-2/+2
| |_|/ |/| |
* | | Make talk(1) capable of displaying UTF-8 characters.Gleb Smirnoff2014-03-174-124/+145
| |/ |/|
* | Bump date missed in r202756Eitan Adler2012-09-141-1/+1
|/
* Remove hand-written version of strcspn().Ed Schouten2012-01-031-2/+1
* Spelling fixes for usr.bin/Ulrich Spörlein2011-12-302-3/+3
* Add missing static keywords to talk(1)Ed Schouten2011-11-064-4/+6
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-1114-56/+2
* Remove stale references to utmp(5) and its corresponding filenames.Ed Schouten2010-01-211-2/+2
* Move unistd.h includes to individual .c files and remove unnecessaryXin LI2009-12-119-2/+7
* Utilize strlcpy().Xin LI2009-02-211-6/+3
* ANSIfy function prototypes. While I am there, constify some parameters andXin LI2008-04-2813-61/+36
* Use socklen_t where appropriate.Stefan Farfeleder2005-03-111-1/+2
* Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
* Include missing headers.Stefan Farfeleder2005-02-092-0/+4
* Sort sections.Ruslan Ermilov2005-01-181-10/+10
* Document missing multibyte character support in utilities specifiedTim J. Robbins2004-07-031-1/+3
* mdoc(7) policeBruce M Simpson2004-06-151-1/+1
* Change the default behaviour of talk(1) to use "localhost" as theBruce M Simpson2004-06-142-1/+18
* Do not attempt ro read more than sizeof(buf) from stdin.Olivier Houchard2004-05-101-0/+2
* Handle window resizing better.Olivier Houchard2004-04-193-0/+65
* 1. Use socklen_t instead of intColin Percival2004-03-211-4/+4
* Use the new style struct sockaddr instead of osockaddr in system callsTim J. Robbins2003-09-282-2/+11
* Don't cast ioctl FIONREAD's argument to struct sgttyb *. This makesTim J. Robbins2003-09-281-1/+1
* remove whitespace at end of lineLuigi Rizzo2003-07-042-2/+2
* Add a reference to talkd(8) as a hint that talk(1) depends on aGiorgos Keramidas2003-01-231-1/+2
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-012-2/+2
* mdoc(7) police: Deal with self-xrefs.Ruslan Ermilov2002-12-241-1/+1
* Remove local prototypes for main().Juli Mallett2002-08-191-2/+0
* mdoc fun: add a few more sentence breaks.Giorgos Keramidas2002-07-151-4/+8
* Clear local screen when ^D is typed.Luigi Rizzo2002-07-143-2/+24
* nroff and pr no longer try to disallow messages.Tim J. Robbins2002-06-081-7/+1
* Use `The .Nm utility'Philippe Charnier2002-04-201-2/+3
* remove __PWarner Losh2002-03-222-28/+28
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-181-0/+2
* Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.Mark Murray2002-02-081-1/+0
* WARNS=2 fixes with NO_WERROR set because of system-header originatingMark Murray2001-12-1114-105/+120
* Add xref to wall(1).Ruslan Ermilov2001-11-201-0/+1
* Print the peer's name and address in the "Connection establish"Dima Dorfman2001-08-091-2/+25