summaryrefslogtreecommitdiffstats
path: root/libexec/getty/main.c
Commit message (Expand)AuthorAgeFilesLines
* Include gettytab.h before extern.h so that the declarations of structstefanf2005-04-061-1/+1
* Report once that the device isn't there, but keep trying. Don'timp2004-09-291-21/+14
* Prototype defttymode() instead of just declaring it.yar2003-07-181-1/+1
* - Use the initial terminal mode instead of the current modeyar2003-06-181-59/+50
* In the last clean-up of this code, the fact that the default tty modegreen2003-06-141-6/+20
* Read gettytab(5) soon enough to fill in all necessary values.yar2003-06-101-16/+39
* Spot one more place where boolean variables were incrementedyar2003-06-101-1/+1
* Coding style fix: Use "foo = 1" instead of "foo++" to assignyar2003-06-101-2/+2
* Fix some minor bugs, namely:yar2003-06-061-3/+14
* Fix a typo (missed &&).sobomax2003-01-201-1/+1
* Add a new gettytab(5) option - `pl', which if set tells getty that the linesobomax2003-01-191-3/+3
* #include <sys/time.h> instead of depending on namespace pollution inbde2002-02-251-3/+3
* Remove some unused variables, mark unused parameters as unused and changeimp2002-02-061-13/+12
* o __P removalimp2002-02-061-47/+32
* Add 'df' string to gettytab - the strftime(3) format for %dyar2001-06-071-1/+1
* Check return code from login_tty. Allow getty to try and becomejwd2000-11-191-1/+12
* Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and therebywollman2000-10-101-0/+1
* Add 'nc' flag to gettytab -- no carrier. Forces non-blocking open andnsayer2000-07-311-2/+3
* Changed setflags() to set_flags(). This fixes world breakage due tobde2000-01-281-3/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Ensure that things returned by gethostname() andbrian1999-04-071-2/+3
* Add an 'al' (autologin username) capability to getty/gettytab. This is apeter1999-04-041-4/+21
* Set the CPU resource limit back to infinity before exec()ing PP.brian1999-03-091-1/+4
* This thing has its own puts function, so use it.jkh1998-10-081-1/+3
* Correct incompletes .Xrs. Remove duplicate #includes and unused variables.charnier1997-11-211-9/+10
* Removed unused variables.alex1997-06-271-4/+1
* Reset alarm before invoking ppplogin.davidn1997-06-031-1/+3
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Tidy-up modem-chat handling: ensure tty modes are restored todavidn1997-02-091-10/+17
* Increased username size to allow passing username:auth_method todavidn1997-02-071-1/+1
* Make username size dependant on MAXLOGNAME in sys/param.h. Wasdavidn1997-02-021-2/+2
* Added:davidn1997-02-021-50/+183
* Fix bug in %s, %m, %r and %v macros not displaying data.davidn1997-02-021-1/+5
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Add a new 'de' capability, specifying a number of seconds to sleep beforemsmith1996-12-311-1/+7
* Add the >optional< ability to sense PPP link bringups and call an authentica...pst1996-11-131-4/+49
* Replace non-POSIX speed setting by POSIX oneache1996-05-071-2/+3
* Finally commit the changes that make getty(8) no longer depend on thejoerg1996-05-051-117/+183
* Back this change out. It's just not worth arguing over and any further emailsjkh1995-08-031-27/+1
* A useful aid.. Add support for:jkh1995-08-011-1/+27
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
* Fix from John Kohl:dg1994-09-181-1/+1
* Ignore SIGQUITs, cause getty dumps core on garbadge from modem lineache1994-08-291-1/+1
* Replace this with the 1.1.5.1 getty. David says that the 4.4 version is toojkh1994-08-261-113/+63
* Implement fbtab ala SunSO.guido1994-08-221-1/+4
* BSD 4.4 Lite Libexec Sourcesrgrimes1994-05-271-0/+549
OpenPOWER on IntegriCloud