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