History log of /external/toybox/toys/pending/init.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
14a11ed5ebfb2309a3fdfea1ce7a741519e44693 18-Sep-2014 Ashwini Sharma <ak.ashwini1981.gmail.com> A few fixes for issues reported in static analysis.
/external/toybox/toys/pending/init.c
9b4158c09cdb766369c45dd2dbc44556d0892694 21-May-2014 Rob Landley <rob@landley.net> First pass init cleanup: use sigatexit() to set multiple signal handlers, rename set_sane_term() to reset_term() and have it take the fd it works on as an argument, some whitespace and help text tweaks.
/external/toybox/toys/pending/init.c
6c64f5f186d26d4c95d408979d33831935e026f1 16-Apr-2014 Rob Landley <rob@landley.net> Revert lots of half-finished local debris I didn't mean to check in with Isaac's roadmap update.

Mercurial's "import" command is still broken, committing local tree changes to files that weren't even touched by the patch because the hg developers inisist, when I point out how stupid it is, that they meant to do that. (hg record can do hunks, but import can't even track _files_.)
/external/toybox/toys/pending/init.c
931425ca05b93348dd497598af077d16cdc1cd3c 13-Apr-2014 Isaac Dunham <ibid.ag@gmail.com> roadmap: describe glibc commands.

Some glibc commands are irrelevant because they're for functionality
that is excluded from musl (mtrace, rpc*, localedef, iconvconfig, nscd).
getconf and catchsegv look like candidates for the development toolchain;
locale and iconv were already triaged.
getent is pretty lame, but it and the timezone stuff (tzselect zic
zdump) are the only new possibly interesting commands.
/external/toybox/toys/pending/init.c
c8cce3f302ce47db42e65ab2078f7ca9027af968 29-Jan-2014 Isaac Dunham <ibid.ag@gmail.com> init: don't use VT_OPENQRY.

The original codepath checks if there is a VT available,
and if there isn't sets TERM to vt102 (unless TERM is set to something
other than "linux").
Otherwise, TERM is set to "linux" if it is not already set.

However, we can rely on getty/... to set TERM if "linux" is not suitable.
This has the benefit of dropping a slightly messy section.
/external/toybox/toys/pending/init.c
d7e41f1b6b290dd01512110c62a49bb9af426d5a 23-Jan-2014 Isaac Dunham <ibid.ag@gmail.com> -Eradicate (char*) casts for strings.
-Don't panic on failure to write messages.
-Don't panic on failure to fork; sleep an extra second instead.
-s/defualt/default/g
-Inline a couple functions called once.
(Don't inline inittab_parsing because it is too large).
/external/toybox/toys/pending/init.c
59d85e2bb065a3bdc27868acb7a65f89d872c7fa 16-Jan-2014 Rob Landley <rob@landley.net> Rename xmsprintf() to just xmprintf().

Partly because there's no supplied target string ala sprintf, and partly
because I can never remember what order the m and s go in.
/external/toybox/toys/pending/init.c
bccb08d9eb1073f38facbf152b486178fe31392c 05-Jan-2014 Rob Landley <rob@landley.net> Whitespace changes, and collate a couple declarations/first assignment.
/external/toybox/toys/pending/init.c
147b2fc06e449f106c9f4d47290e2c0b5967af39 04-Aug-2013 Rob Landley <rob@landley.net> System V style init, submitted by Kyungwan Han.
/external/toybox/toys/pending/init.c