History log of /external/toybox/toys/pending/getty.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c106a7861b67e37d5ae7c7abc1abcad75cee0354 23-Aug-2014 Isaac Dunham <ibid.ag@gmail.com> getty needs fd 0 to stay open.
The O_CLOEXEC reversal resulted in login failing.
/external/toybox/toys/pending/getty.c
c962e0fd295525978de0d9a0af584f47a83d9699 25-Jun-2014 Rob Landley <rob@landley.net> Glibc and uClibc provide CERASE from termios.h, but musl requies you to #include a non-posix header and the maintainer considers this a feature. So just use the constant directly.
/external/toybox/toys/pending/getty.c
3297e87c2ab798696b0fb3d06904dccea076b77a 23-Apr-2014 Rob Landley <rob@landley.net> usage: is lower case (the help generator looks for that, might as well be consistent).
/external/toybox/toys/pending/getty.c
8b6d56c4f75efed9d4769d2d959ee7706e314152 13-Apr-2014 Isaac Dunham <ibid.ag@gmail.com> getty: build fix, clean up messages, simplify code

build fix: xmsprintf has been renamed
shorten and lowercase the error messages
use xexec() instead of execlp(); perror_exit();
remove redundant variable setting
/external/toybox/toys/pending/getty.c
ca51eb88831521ae4df60e88d5f3cd3c4b99d46d 09-Apr-2014 Rob Landley <rob@landley.net> A getty implementation from Sandeep Sharma and Kyungwan Han.
/external/toybox/toys/pending/getty.c