summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pppd/chat (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move more fcntl(,F_GETFL,0) -> fcntl(,F_GETFL).krw2016-04-051-5/+5
* More "(<blah> *)0" -> NULL, avoiding any stdarg functions.krw2016-03-161-3/+3
* (hidden) is more readable than (??????) and avoid trigraphgsoares2016-01-251-2/+2
* stdlib.h is in scope; do not cast malloc/calloc/realloc*deraadt2015-08-201-2/+2
* clean up flags++ instances around getopt()deraadt2015-02-091-5/+5
* delete (uncompiled) hacked usleep function.tedu2013-04-211-38/+1
* casts of (time_t *) lead to bugsderaadt2013-04-201-2/+2
* document syslog facility/level; from Stefan Unterwegerjmc2011-07-251-7/+13
* knock out some "-*- nroff -*-" lines;jmc2010-10-281-3/+2
* Use symbolic names for the file descriptors rather than numeric values.kevlo2010-08-121-5/+5
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-9/+1
* better synopsis;jmc2009-08-082-7/+10
* add a real synopsis to chat(8); synchronize synopsis and usage;sobrado2009-08-082-60/+66
* missing va_end in pppd; ok millert@martynas2009-07-191-2/+3
* use strcspn to properly overwrite '\n' in fgets returned buffergilles2007-09-111-5/+3
* convert to new .Dd format;jmc2007-05-311-2/+2
* .br workaround no longer necessary;jmc2004-04-031-7/+1
* logf -> logmsg; daniel@lucq.orgderaadt2004-02-261-34/+34
* mdoc version of chat(8);jmc2003-06-131-430/+566
* comment cleanupderaadt2003-04-251-4/+4
* strcat->strlcat, ok millert@avsm2003-04-041-3/+3
* more snprintf; millert okderaadt2003-04-031-5/+5
* typos;jmc2003-02-011-9/+9
* escape a couple of literal \n's so they print correctlyjason2002-10-251-3/+3
* Check malloc() return value; Chad Lodermillert2002-07-021-2/+4
* more strlcatderaadt2002-05-291-3/+4
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-31/+5
* Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)millert2002-02-171-5/+2
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-34/+34
* make sure that va_start() has matching va_end()deraadt2001-09-051-2/+3
* paranoia, add_return may changed1999-12-021-6/+3
* fix one possible buffer overrun; inspired by kris@hub.freebsd.orgd1999-12-021-5/+70
* Typo fixes.alex1999-09-231-2/+2
* remove trailing whitespace, some Nm cleanupaaron1999-06-051-7/+7
* fix comma splices involving 'however'pjanzen1999-03-101-3/+3
* vary -> very; d@aaron1999-03-011-3/+3
* keep example on one line; ross@netbsdderaadt1999-02-241-2/+2
* fix usage()mickey1998-10-301-4/+5
* Insert missing flags -s and -S, probably lost during move from 'mini getopt'provos1998-09-121-3/+3
* fix parsing on chat script when passed on the command line; problem noted by fgsch@olimpo.com.br but different fix committed.millert1998-08-041-7/+7
* pppd 2.3.5millert1998-05-082-9/+16
* ppp-2.3.3 + some -Wallmillert1998-01-172-713/+720
* Replace "micro getopt" with real getopt for readability's sake.millert1997-11-161-62/+35
* never before have i deleted an unused global variable out of a file withderaadt1997-09-191-3/+2
* Update from ppp 3.2.1millert1997-09-012-122/+622
* fix typos; khym@bga.comderaadt1997-05-311-3/+3
* allow comments in script; netbsd pr#2450; ksulliva@psc.eduderaadt1996-05-211-1/+3
* initial import of NetBSD treederaadt1995-10-183-0/+1666