index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libexec
/
getty
/
main.c
Age
Commit message (
Expand
)
Author
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-24
unveil(2) in getty. This has been in snaps for more than 2 months,
Theo de Raadt
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-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
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-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
2013-11-27
unsigned char for ctype
Theo de Raadt
2013-06-04
do not go into upper to lower case translation mode when a all-caps
Sebastian Benoit
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2008-02-09
Remove an old workaround that was needed in SCCS times (%M% expanding to the
Marc Balmer
2003-07-29
spaces
Theo de Raadt
2003-07-05
protos
Theo de Raadt
2003-06-25
protos
Theo de Raadt
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-07-03
KNF
Theo de Raadt
2002-05-22
a bunch more strcpy -> strlcpy and sprintf -> snprintf
Theo de Raadt
2002-03-29
-Wall
Theo de Raadt
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-11-19
remove the signal handler races and longjmps, and then do a bit of KNF
Theo de Raadt
2001-07-08
-Wall
Theo de Raadt
2001-01-31
more fat utmp; ianm@cit.uws.edu.au
Theo de Raadt
2001-01-28
$OpenBSD$
Niklas Hallqvist
2001-01-19
mark remaining signal races
Theo de Raadt
2000-09-07
off by one overflow
Theo de Raadt
1999-12-09
oops
Theo de Raadt
1999-12-07
do not crash if stdin is not a tty
Theo de Raadt
1998-07-10
do not syslog() with "\n"; skipped smtpd/named/ipmon; 12 minutes of dabbling
Theo de Raadt
1997-11-20
puts -> xputs
Theo de Raadt
1997-08-05
Remove duplicate inclusion of signal.h
Angelos D. Keromytis
1997-07-23
tabify
kstailey
1997-06-02
if getty to# parameter is used, pp option has timeout problem; kfurge@worldne...
Theo de Raadt
1997-04-06
clean -Wall
Theo de Raadt
1996-12-17
Add traditional handling of all upper-case input
Thorsten Lockert
1996-12-10
PPP autologin code from freebsd; do not use until pppd has been checked for s...
Theo de Raadt
[next]