Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |