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