summaryrefslogtreecommitdiff
path: root/usr.bin/chat/chat.c
AgeCommit message (Expand)Author
2023-11-26usr.bin: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-07-07Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory
2017-01-04Delete dead code in chat(8)Alan Somers
2016-05-16Fix off by one error that overflowed the rep_len array when doingDon Lewis
2016-05-12chat(8): use NULL instead of zero for initializing a pointer.Pedro F. Giffuni
2012-10-19More -Wmissing-variable-declarations fixes.Ed Schouten
2012-05-29Make sure that each va_start has one and only one matching va_end,Kevin Lo
2008-03-07Merge revisions 1.10 and 1.11 from DragonFly:Xin LI
2003-10-31Rename logf --> chat_logf to avoid naming conflictsTim Kientzle
2003-08-22Big cleanup. Remove unused stuff, make closer to style(9).Mark Murray
2002-08-25Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier
2002-08-19Remove local prototypes for main().Juli Mallett
2002-03-22remove __PWarner Losh
2001-07-26Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. TheSheldon Hearn
1999-11-25Fix a buffer overflow due to sending strings >1k in length. This is unlikelyKris Kennaway
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1998-12-06Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).Archie Cobbs
1998-06-23Merge ppp 2.3.3 -> 2.3.5 changes (for what it's worth)Peter Wemm
1998-03-21merge ppp-2.3.3 changes onto mainlinePeter Wemm
1997-12-29-Wall cleanup.Alexander Langer
1997-08-22Merge ppp-2.3.1 changes onto mainlinePeter Wemm
1997-06-24Remove use of program_name variable.Philippe Charnier
1997-04-02make it so that chat doesn't fail when it can't get terminal params..John-Mark Gurney
1997-02-22Revert $FreeBSD$ to $Id$Peter Wemm
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
1995-10-31Merge in changes from ppp-2.2's chat onto the mainline...Peter Wemm
1995-05-30Remove trailing whitespace.Rodney W. Grimes
1994-12-19Use proper lock dir nameAndrey A. Chernov
1994-11-12chat for ppp, from ppp 2.1.2Lars Fredriksen