aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/chat/chat.c
Commit message (Expand)AuthorAgeFilesLines
* Delete dead code in chat(8)Alan Somers2017-01-041-8/+1
* Fix off by one error that overflowed the rep_len array when doingDon Lewis2016-05-161-1/+1
* chat(8): use NULL instead of zero for initializing a pointer.Pedro F. Giffuni2016-05-121-1/+1
* More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-191-27/+26
* Make sure that each va_start has one and only one matching va_end,Kevin Lo2012-05-291-0/+2
* Merge revisions 1.10 and 1.11 from DragonFly:Xin LI2008-03-071-68/+61
* Rename logf --> chat_logf to avoid naming conflictsTim Kientzle2003-10-311-29/+29
* Big cleanup. Remove unused stuff, make closer to style(9).Mark Murray2003-08-221-183/+79
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-1/+1
* Remove local prototypes for main().Juli Mallett2002-08-191-2/+0
* remove __PWarner Losh2002-03-221-62/+34
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. TheSheldon Hearn2001-07-261-5/+5
* Fix a buffer overflow due to sending strings >1k in length. This is unlikelyKris Kennaway1999-11-251-7/+9
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).Archie Cobbs1998-12-061-1/+2
* Merge ppp 2.3.3 -> 2.3.5 changes (for what it's worth)Peter Wemm1998-06-231-1/+11
* merge ppp-2.3.3 changes onto mainlinePeter Wemm1998-03-211-718/+698
* -Wall cleanup.Alexander Langer1997-12-291-2/+2
* Merge ppp-2.3.1 changes onto mainlinePeter Wemm1997-08-221-118/+453
* Remove use of program_name variable.Philippe Charnier1997-06-241-9/+7
* make it so that chat doesn't fail when it can't get terminal params..John-Mark Gurney1997-04-021-2/+3
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Merge in changes from ppp-2.2's chat onto the mainline...Peter Wemm1995-10-311-244/+427
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-6/+6
* Use proper lock dir nameAndrey A. Chernov1994-12-191-2/+2
* chat for ppp, from ppp 2.1.2Lars Fredriksen1994-11-121-0/+1166