summaryrefslogtreecommitdiffstats
path: root/libexec/getty (follow)
Commit message (Expand)AuthorAgeFilesLines
* correct Research Unix edition "appeared in" use in HISTORYjsg2020-02-082-6/+6
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-5/+5
* Explicitly lock unveil. Noticed when testing the recent ps(1) commit exposingrob2019-06-231-1/+5
* Pull tname initialization up since it's used in an error path.florian2019-05-011-2/+3
* need to closefrom(0) before execve(), otherwise tty isn't properlyderaadt2018-11-171-1/+2
* Theodore Wynnychenko discovered the gettytab "lo=path" feature didn't workderaadt2018-11-152-10/+26
* document HUP;jmc2018-09-251-2/+8
* unveil(2) in getty. This has been in snaps for more than 2 months,deraadt2018-09-241-1/+14
* silence a compiler warninggsoares2018-06-141-2/+2
* do not need dev[] wasting bss spacederaadt2017-05-291-3/+2
* Do a better job of not printing sequences we cannot reverse in DELETE orderaadt2017-05-281-7/+18
* Stop echoing ANSI sequences back to the console, by expanding ESC characterderaadt2017-05-271-2/+6
* Stop supporting primordial # (erase) and @ (kill) sequences.deraadt2017-05-272-15/+5
* remove the getname() code trying to handle baud < 1200 terminals.tedu2017-05-271-8/+3
* unifdef XXX_DELAY which is older than i amtedu2017-05-271-73/+1
* pledge a tiny bit later. This results in the specified tty beingderaadt2017-01-231-6/+6
* More "(<blah> *)0" -> NULL, avoiding any stdarg functions.krw2016-03-162-5/+5
* Zap extraneous SYNOPSIS sections.zhuk2016-01-081-4/+7
* assign pointers to NULL rather than 0mmcc2015-12-221-2/+2
* Observe that FIOASYNC clearing for stdin is only done in the case wherederaadt2015-11-161-3/+9
* further PPP reduction, hint from sthentedu2015-11-064-18/+5
* remove ppplogin support. ok sthentedu2015-11-061-39/+4
* Hoist clearing of FIOASYNC to much earlier, then getty can usederaadt2015-10-161-6/+8
* remove excess tab at end of line (how did they afford the extra bytes inderaadt2015-08-281-2/+2
* remove note in BUGS about the he capability;jmc2015-07-181-6/+2
* remove mention of hostname editingtedu2015-07-161-29/+2
* remove ancient support for edited hostnames. ok deraadt (long ago)tedu2015-07-163-47/+6
* Log a more useful error message if ttyname() fails. OK deraadt@millert2015-04-141-2/+10
* adjust to HOST_NAME_MAX+1 & LOGIN_NAME_MAXderaadt2015-01-161-4/+4
* Nuke yet more obvious #include duplications.krw2014-11-191-2/+1
* Nuke some obvious #include duplications.krw2014-11-181-2/+1
* Reduce instances of `` '' in manuals.bentley2014-11-151-3/+4
* Remove errant double quote; from Jean-Philippe Ouelletmillert2014-05-241-3/+3
* remove the prototype for compatflags() which was removed in 2013.jsg2014-04-121-3/+1
* Drop the f0, f1, f2 gettytab capabilities that were used to pokenaddy2013-12-104-213/+33
* unsigned char for ctypederaadt2013-11-271-4/+4
* where "-" represents stdin, just use Sq, not Fl, since it's not a flag;jmc2013-07-161-3/+3
* do not go into upper to lower case translation mode when a all-capsbenno2013-06-041-6/+2
* use poll + nanosleep instead of select with a fixed size fd_setderaadt2013-04-211-13/+12
* knock out some useless Pp;jmc2011-09-031-2/+1
* make -column lists pretty again;jmc2011-09-031-98/+77
* Fix a comment typoguenther2010-06-071-2/+2
* The .It macro is parsed, and .Do is callable, so we must escape.schwarze2010-02-181-4/+4
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-273-24/+3
* Mention that "secure" on the console entry means, thatmpf2008-10-221-3/+8
* sub-system -> subsystem, for consistency withour other pages;jmc2008-10-161-3/+3
* Remove an old workaround that was needed in SCCS times (%M% expanding to thembalmer2008-02-091-6/+4
* convert to new .Dd format;jmc2007-05-313-6/+6
* spacesderaadt2003-07-291-3/+3
* .Ql Fl -> .Sq Fl where literal makes no sense;jmc2003-07-151-2/+2