| Age | Commit message (Expand) | Author |
| 2021-10-12 | getty: Remove 2 second sleep before opening tty | jmcneill |
| 2020-02-26 | uugetty is no more | riastradh |
| 2017-01-10 | need <sys/stat.h> for chmod | christos |
| 2016-03-17 | Add volatile for gcc 5 | christos |
| 2013-08-12 | Use __dead. | joerg |
| 2013-08-11 | Fix another automatic variable that is life both pre- and post the siglongjmp | martin |
| 2013-08-11 | Use siglongjmp to jump out of signal handlers. | dholland |
| 2013-08-11 | Pass WARNS=5. | dholland |
| 2012-11-04 | remove useless include (sys/stat.h) and add useful one (stdio.h) | christos |
| 2012-06-28 | Don't attempt to parse a termcap/terminfo string ourselves; | roy |
| 2010-02-03 | Userland now builds and uses terminfo instead of termcap. | roy |
| 2009-07-04 | Remove an old workaround from SCCS times (%M% would insert the filename). | mbalmer |
| 2008-07-20 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2008-04-13 | '_' is functionally alphanumeric in many contexts, including login names. | dholland |
| 2008-03-04 | Sort includes, removing duplicate <time.h>. | dholland |
| 2007-12-03 | white space fix. | isaki |
| 2007-01-17 | Remove duplicated #includes and some trailing whitespace while here. | hubertf |
| 2006-11-16 | pass lint | christos |
| 2005-12-28 | PR/25605: Frank Kardel: getty leaves ttymodes at read login state when | christos |
| 2005-09-10 | Don't chown/unlink uninitialized lockfile if not uugetty. | elad |
| 2005-06-01 | Ensure rval is initialized before we try to check it; it won't be set | lukem |
| 2005-03-17 | print ptyfs ptys properly. | christos |
| 2004-11-05 | Add (unsigned char) cast to ctype functions | dsl |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-05-20 | Add a "nn" (no name) capability to getty. If set in gettytab, getty | thorpej |
| 2003-05-17 | use strlcpy | itojun |
| 2001-12-14 | PR/14941: David Querbach: add support for non-standard MS-Windows PPP client. | christos |
| 2001-11-10 | ANSI'ify. | thorpej |
| 2001-11-10 | Const'ify partab[]. | thorpej |
| 2001-11-02 | Update to the new t_agetstr() API. | christos |
| 2001-02-19 | convert to use getprogname() | cgd |
| 2001-02-04 | remove redundant decls | christos |
| 2001-01-10 | - don't use LOG_ODELAY; it's the default | lukem |
| 2000-12-28 | Add new :cs: modifier to gettytab which clears the screen using the | sommerfeld |
| 2000-10-08 | Clean-up of grotty SCCS workaround. It's now almost not grotty at all. | bjh21 |
| 2000-10-08 | Don't run over the end of the banner buffer if it ends with '%'. | bjh21 |
| 2000-09-19 | Use strlcpy/strlcat instead of strn* plus manual termination. | mjl |
| 2000-01-14 | - Either QVT/Term or the NT 'clipboard' converts tabs to spaces. I pasted in | ad |
| 2000-01-04 | Add two new capabilities to gettytab - idea from FreeBSD: | ad |
| 1999-12-15 | add one byte to the username character array and make sure the string | drochner |
| 1999-01-15 | Ensure that all of the initial message (im=) gets flushed to the | kml |
| 1998-10-12 | Add PPP autodetect, based on code from FreeBSD via OpenBSD. | tsarna |
| 1998-07-06 | - use an array MAXHOSTNAMELEN+1 size to hold hostnames | mrg |
| 1998-03-30 | remove register. | mrg |
| 1997-11-18 | Const'ify some things, rename local puts() to xputs(), since it has | thorpej |
| 1997-10-19 | Add uugetty capability. | cjs |
| 1997-08-06 | use <sys/cdefs.h> __COPYRIGHT() and __RCSID() macros | mikel |
| 1997-08-06 | don't include <signal.h> twice | mikel |
| 1997-04-29 | fix a couple of unlikely buffer overflows. | tls |
| 1996-11-14 | After the chown(ttyn, 0, 0), call ttyaction(ttyn, "getty", "root") | gwr |