Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-19 | Eduardas Meile reported "The -Werror=format-security flag is applied by | Rob Landley | |
default in Yocto 2.6 Thud release" and identified several error_exit() and friends that should use the _raw versions. | |||
2016-08-04 | Make xopen() skip stdin/stdout/stderr, add xopen_stdio() if you want stdout, | Rob Landley | |
add xopenro() that takes one argument and understands "-" means stdin, and switch over lots of users. | |||
2014-08-22 | getty needs fd 0 to stay open. | Isaac Dunham | |
The O_CLOEXEC reversal resulted in login failing. | |||
2014-06-24 | Glibc and uClibc provide CERASE from termios.h, but musl requies you to ↵ | Rob Landley | |
#include a non-posix header and the maintainer considers this a feature. So just use the constant directly. | |||
2014-04-23 | usage: is lower case (the help generator looks for that, might as well be ↵ | Rob Landley | |
consistent). | |||
2014-04-12 | getty: build fix, clean up messages, simplify code | Isaac Dunham | |
build fix: xmsprintf has been renamed shorten and lowercase the error messages use xexec() instead of execlp(); perror_exit(); remove redundant variable setting | |||
2014-04-09 | A getty implementation from Sandeep Sharma and Kyungwan Han. | Rob Landley | |