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