summaryrefslogtreecommitdiff
path: root/libexec/getty
AgeCommit message (Expand)Author
2020-02-08correct Research Unix edition "appeared in" use in HISTORYJonathan Gray
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-06-23Explicitly lock unveil. Noticed when testing the recent ps(1) commit exposingrob
2019-05-01Pull tname initialization up since it's used in an error path.Florian Obser
2018-11-17need to closefrom(0) before execve(), otherwise tty isn't properlyTheo de Raadt
2018-11-15Theodore Wynnychenko discovered the gettytab "lo=path" feature didn't workTheo de Raadt
2018-09-25document HUP;Jason McIntyre
2018-09-24unveil(2) in getty. This has been in snaps for more than 2 months,Theo de Raadt
2018-06-14silence a compiler warningGleydson Soares
2017-05-29do not need dev[] wasting bss spaceTheo de Raadt
2017-05-28Do a better job of not printing sequences we cannot reverse in DELETE orTheo de Raadt
2017-05-27Stop echoing ANSI sequences back to the console, by expanding ESC characterTheo de Raadt
2017-05-27Stop supporting primordial # (erase) and @ (kill) sequences.Theo de Raadt
2017-05-27remove the getname() code trying to handle baud < 1200 terminals.Ted Unangst
2017-05-27unifdef XXX_DELAY which is older than i amTed Unangst
2017-01-23pledge a tiny bit later. This results in the specified tty beingTheo de Raadt
2016-03-16More "(<blah> *)0" -> NULL, avoiding any stdarg functions.Kenneth R Westerback
2016-01-08Zap extraneous SYNOPSIS sections.Vadim Zhukov
2015-12-22assign pointers to NULL rather than 0mmcc
2015-11-16Observe that FIOASYNC clearing for stdin is only done in the case whereTheo de Raadt
2015-11-06further PPP reduction, hint from sthenTed Unangst
2015-11-06remove ppplogin support. ok sthenTed Unangst
2015-10-16Hoist clearing of FIOASYNC to much earlier, then getty can useTheo de Raadt
2015-08-28remove excess tab at end of line (how did they afford the extra bytes inTheo de Raadt
2015-07-18remove note in BUGS about the he capability;Jason McIntyre
2015-07-16remove mention of hostname editingTed Unangst
2015-07-16remove ancient support for edited hostnames. ok deraadt (long ago)Ted Unangst
2015-04-14Log a more useful error message if ttyname() fails. OK deraadt@Todd C. Miller
2015-01-16adjust to HOST_NAME_MAX+1 & LOGIN_NAME_MAXTheo de Raadt
2014-11-19Nuke yet more obvious #include duplications.Kenneth R Westerback
2014-11-18Nuke some obvious #include duplications.Kenneth R Westerback
2014-11-15Reduce instances of `` '' in manuals.Anthony J. Bentley
2014-05-24Remove errant double quote; from Jean-Philippe OuelletTodd C. Miller
2014-04-12remove the prototype for compatflags() which was removed in 2013.Jonathan Gray
2013-12-10Drop the f0, f1, f2 gettytab capabilities that were used to pokeChristian Weisgerber
2013-11-27unsigned char for ctypeTheo de Raadt
2013-07-16where "-" represents stdin, just use Sq, not Fl, since it's not a flag;Jason McIntyre
2013-06-04do not go into upper to lower case translation mode when a all-capsSebastian Benoit
2013-04-21use poll + nanosleep instead of select with a fixed size fd_setTheo de Raadt
2011-09-03knock out some useless Pp;Jason McIntyre
2011-09-03make -column lists pretty again;Jason McIntyre
2010-06-07Fix a comment typoPhilip Guenthe
2010-02-18The .It macro is parsed, and .Do is callable, so we must escape.Ingo Schwarze
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2008-10-22Mention that "secure" on the console entry means, thatMarco Pfatschbacher
2008-10-16sub-system -> subsystem, for consistency withour other pages;Jason McIntyre
2008-02-09Remove an old workaround that was needed in SCCS times (%M% expanding to theMarc Balmer
2007-05-31convert to new .Dd format;Jason McIntyre
2003-07-29spacesTheo de Raadt
2003-07-15.Ql Fl -> .Sq Fl where literal makes no sense;Jason McIntyre