History log of /external/toybox/toys/pending/sulogin.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
af4be15b84ed8cf80d169d02949bdf3b2ea63cd5 26-Sep-2016 Lipi C.H. Lee <lipisoft@gmail.com> Changed xopen_stdin() to xopen_stdio().
/external/toybox/toys/pending/sulogin.c
027a73a903af306449710ce12bc09e0e3550c6c9 04-Aug-2016 Rob Landley <rob@landley.net> Make xopen() skip stdin/stdout/stderr, add xopen_stdio() if you want stdout,
add xopenro() that takes one argument and understands "-" means stdin,
and switch over lots of users.
/external/toybox/toys/pending/sulogin.c
46ddf0e34b03f7711a9c80f7a70dc8cbf732f782 19-Nov-2014 Isaac Dunham <ibid.ag@gmail.com> probe for getspnam(), forkpty(), utmpx, replace sethostname()

Android is missing all of these; we need to probe for some so we have
a config symbol to depend on.
sethostname() is easily replaced.
We got termios.h via pty.h; now it's not included in configure-step tools,
so we need termios.h to generate globals.
/external/toybox/toys/pending/sulogin.c
f9c3fc8475722679029cd653d98965fb2767f20c 24-May-2014 Rob Landley <rob@landley.net> Pending commands should default n
/external/toybox/toys/pending/sulogin.c
5e936d65972316c26b7271086cc57838bf1f1e28 24-May-2014 Ashwini Sharma <ak.ashwini1981@gmail.com> Single-user login.
/external/toybox/toys/pending/sulogin.c