aboutsummaryrefslogtreecommitdiff
path: root/libexec/getty/chat.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* getty: code cleanup, part 1Dag-Erling Smørgrav2022-11-141-16/+16
* Fix potential buffer overflow and undefined behavior.Stefan Eßer2019-01-261-2/+2
* Build getty(8) with WARNS=6.Edward Tomasz Napierala2018-02-211-3/+3
* In libexec/getty/chat.c, replace && with & in chat_send(). The intentDimitry Andric2011-12-161-1/+1
* Add __unused. Ansi prototypes.Philippe Charnier2010-12-201-5/+3
* Include gettytab.h before extern.h so that the declarations of structStefan Farfeleder2005-04-061-0/+1
* Fixed a misspelling of 0 as NULL.Bruce Evans2004-03-141-1/+1
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-1/+1
* Removed unused include of <sys/resource.h> instead of depending onBruce Evans2002-02-251-12/+2
* o __P removalWarner Losh2002-02-061-32/+19
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Correct incompletes .Xrs. Remove duplicate #includes and unused variables.Philippe Charnier1997-11-211-10/+7
* Use cgetustr() since we handled special escapes ourselves.David Nugent1997-09-011-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Tidy-up modem-chat handling: ensure tty modes are restored toDavid Nugent1997-02-091-39/+28
* Added:David Nugent1997-02-021-0/+526