aboutsummaryrefslogtreecommitdiff
path: root/libexec/getty/main.c
Commit message (Expand)AuthorAgeFilesLines
* Simplify code with strlcpy/strlcat.Xin LI2019-12-011-3/+2
* Prevent getty(8) from looping indefinitely if the device node doesn'tEdward Tomasz Napierala2018-02-251-2/+4
* Build getty(8) with WARNS=6.Edward Tomasz Napierala2018-02-211-5/+6
* Sprinkle static; avoid nested externs.Edward Tomasz Napierala2018-02-041-15/+13
* Rename getty's getline() to get_line(), to avoid clash with getline(3).Edward Tomasz Napierala2018-02-041-3/+3
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Add a new getty/gettytab capability to generate an initial message dynamically.David Bright2017-09-071-0/+2
* Remove LOG_ODELAY because it does nothing.Neel Natu2014-08-171-1/+1
* Remove the 3rd clause ("advertising clause") of the BSD license asChristian Brueffer2014-02-171-5/+1
* Add __unused. Ansi prototypes.Philippe Charnier2010-12-201-3/+3
* Add a new libc function: cfmakesane(3).Ed Schouten2010-11-021-5/+7
* Include gettytab.h before extern.h so that the declarations of structStefan Farfeleder2005-04-061-1/+1
* Report once that the device isn't there, but keep trying. Don'tWarner Losh2004-09-291-21/+14
* Prototype defttymode() instead of just declaring it.Yaroslav Tykhiy2003-07-181-1/+1
* - Use the initial terminal mode instead of the current modeYaroslav Tykhiy2003-06-181-59/+50
* In the last clean-up of this code, the fact that the default tty modeBrian Feldman2003-06-141-6/+20
* Read gettytab(5) soon enough to fill in all necessary values.Yaroslav Tykhiy2003-06-101-16/+39
* Spot one more place where boolean variables were incrementedYaroslav Tykhiy2003-06-101-1/+1
* Coding style fix: Use "foo = 1" instead of "foo++" to assignYaroslav Tykhiy2003-06-101-2/+2
* Fix some minor bugs, namely:Yaroslav Tykhiy2003-06-061-3/+14
* Fix a typo (missed &&).Maxim Sobolev2003-01-201-1/+1
* Add a new gettytab(5) option - `pl', which if set tells getty that the lineMaxim Sobolev2003-01-191-3/+3
* #include <sys/time.h> instead of depending on namespace pollution inBruce Evans2002-02-251-3/+3
* Remove some unused variables, mark unused parameters as unused and changeWarner Losh2002-02-061-13/+12
* o __P removalWarner Losh2002-02-061-47/+32
* Add 'df' string to gettytab - the strftime(3) format for %dYaroslav Tykhiy2001-06-071-1/+1
* Check return code from login_tty. Allow getty to try and becomeJohn W. De Boskey2000-11-191-1/+12
* Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and therebyGarrett Wollman2000-10-101-0/+1
* Add 'nc' flag to gettytab -- no carrier. Forces non-blocking open andNick Sayer2000-07-311-2/+3
* Changed setflags() to set_flags(). This fixes world breakage due toBruce Evans2000-01-281-3/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Ensure that things returned by gethostname() andBrian Somers1999-04-071-2/+3
* Add an 'al' (autologin username) capability to getty/gettytab. This is aPeter Wemm1999-04-041-4/+21
* Set the CPU resource limit back to infinity before exec()ing PP.Brian Somers1999-03-091-1/+4
* This thing has its own puts function, so use it.Jordan K. Hubbard1998-10-081-1/+3
* Correct incompletes .Xrs. Remove duplicate #includes and unused variables.Philippe Charnier1997-11-211-9/+10
* Removed unused variables.Alexander Langer1997-06-271-4/+1
* Reset alarm before invoking ppplogin.David Nugent1997-06-031-1/+3
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Tidy-up modem-chat handling: ensure tty modes are restored toDavid Nugent1997-02-091-10/+17
* Increased username size to allow passing username:auth_method toDavid Nugent1997-02-071-1/+1
* Make username size dependant on MAXLOGNAME in sys/param.h. WasDavid Nugent1997-02-021-2/+2
* Added:David Nugent1997-02-021-50/+183
* Fix bug in %s, %m, %r and %v macros not displaying data.David Nugent1997-02-021-1/+5
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Add a new 'de' capability, specifying a number of seconds to sleep beforeMike Smith1996-12-311-1/+7
* Add the >optional< ability to sense PPP link bringups and call an authentica...Paul Traina1996-11-131-4/+49
* Replace non-POSIX speed setting by POSIX oneAndrey A. Chernov1996-05-071-2/+3
* Finally commit the changes that make getty(8) no longer depend on theJoerg Wunsch1996-05-051-117/+183
* Back this change out. It's just not worth arguing over and any further emailsJordan K. Hubbard1995-08-031-27/+1