aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/getty.c
AgeCommit message (Expand)Author
2021-01-26A few more getty cleanups.Rob Landley
2021-01-26getty/telnet/tftpd: minor cleanup.Elliott Hughes
2020-08-14cleanup: use FLAG() macros, inline parse_arguments(), STDIN_FILENO is 0.Rob Landley
2020-08-12getty: ensure utmp is updated.Elliott Hughes
2018-11-19Eduardas Meile reported "The -Werror=format-security flag is applied byRob Landley
2016-08-04Make xopen() skip stdin/stdout/stderr, add xopen_stdio() if you want stdout,Rob Landley
2014-08-22getty needs fd 0 to stay open.Isaac Dunham
2014-06-24Glibc and uClibc provide CERASE from termios.h, but musl requies you to #incl...Rob Landley
2014-04-23usage: is lower case (the help generator looks for that, might as well be con...Rob Landley
2014-04-12getty: build fix, clean up messages, simplify codeIsaac Dunham
2014-04-09A getty implementation from Sandeep Sharma and Kyungwan Han.Rob Landley