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
/
bin
/
ksh
/
tty.c
Age
Commit message (
Expand
)
Author
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2018-03-15
Favor usage of __func__ in warning/error messages. Some of them referred to the
anton
2015-12-14
Move system headers from sh.h to those files that actually need them.
tb
2015-12-02
comment typo
mmcc
2015-10-19
Move string.h include from sh.h to the files that use it.
mmcc
2015-10-15
Remove an unused included header (sys/stat.h).
mmcc
2015-09-25
Remove EXTERN from tty.[ch], from Michael McConville. No binary change.
Nicholas Marriott
2015-09-13
move tty_close up a bit so we can use it.
Ted Unangst
2014-08-10
Replace F_DUPFD followed by setting FD_CLOEXEC with just F_DUPFD_CLOEXEC
Philip Guenther
2006-03-14
only santa checks things twice; from adobriyan@gmail; ok tedu
Theo de Raadt
2005-03-30
lots of indentation cleanup, now ksh is readable like our other code.
Theo de Raadt
2004-12-22
Use stdbool.h instead of rolling our own bools.
Todd C. Miller
2004-12-20
Ansification plus some minor knf. No binary change on i386 and
Otto Moerbeek
2004-12-18
Replace fd_clexec() with calls to fcntl(fd, F_SETFD, FD_CLOEXEC)
Todd C. Miller
2004-12-18
Use struct termios instead of TTY_state typedef
Todd C. Miller
2004-12-18
Remove unused OS dependent #ifdef blocks, #defines and macro abstraction.
Todd C. Miller
1996-10-01
Integrate pdksh 5.2.9.
Jason Downs
1996-08-14
Import pdksh 5.2.7.
Jason Downs