History log of /external/toybox/lib/pending.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e0d8009d76b3a2451cb6c6ed2b241c7eff06ed60 27-Sep-2014 Rob Landley <rob@landley.net> The only illegal characters in a username are ":" (field separator), "\n" (line separator), and "/" (filename separator).

Restricting usernames to the legacy posix character allowed set (for filenames,
so the $HOME directory is creatable on VFAT and similar) means you can't have
UTF-8 usernames. Linux allows any character but / and NUL in filenames.
Since root is creating these entries, we assume root knows what it's doing.
/external/toybox/lib/pending.h
a8bee46cfebcf1ae9c3749b820c483054be81295 19-Aug-2014 Rob Landley <rob@landley.net> Cleanups on useradd/groupadd/groupdel, and put TOYBOX_UID_SYS and TOYBOX_UID_USR in the top level Config.
/external/toybox/lib/pending.h
c880061f511e85d55afe3966f5eda0df7c3ebb56 18-Jul-2014 Rob Landley <rob@landley.net> Use libc daemon() instead of pending daemonize.
/external/toybox/lib/pending.h
6d15f0d33fbc422689f92fbbf4dc65d3ab1fb970 26-Jun-2014 Rob Landley <rob@landley.net> Cleanup pass on mkpasswd.c
/external/toybox/lib/pending.h
48c172ba589cfd848624b51f6f748b56bc217775 06-May-2014 Rob Landley <rob@landley.net> Switch human_readable() to just outputing decimal kilo/mega/gigabytes, make du use it, move it from lib/pending.c to lib.c.
/external/toybox/lib/pending.h
30e28cf7e166cf54b3a2a4fea5e6e134b5968812 06-May-2014 Rob Landley <rob@landley.net> Use compiler built-in macros to determine if argument parsing can use double or float for FLOAT arguments. (I.E. whether double fits in a long's memory.) Check in a way that the macros not being defined just gives us the shorter one.
/external/toybox/lib/pending.h
db1009dc5c7606e5abf01d41f82ca18001dc1f52 19-Dec-2013 Rob Landley <rob@landley.net> Move names_to_pid from pending to lib.
/external/toybox/lib/pending.h
b5e74165d1462d69deaecbf14305dbf2eee746d5 29-Nov-2013 Rob Landley <rob@landley.net> Oops, cleaned up ifconfig uses atolx_range() instead of get_int_list(). Check that in.
/external/toybox/lib/pending.h
35b40be7aa6597fc37be3016483df88a2c7cc93c 11-Nov-2013 Rob Landley <rob@landley.net> du from Ashwini Sharma.
/external/toybox/lib/pending.h
34b91a97ee6124765c0ee3a01771833ee6f8989a 11-Nov-2013 Rob Landley <rob@landley.net> Break out lib/pending.h from lib/lib.h.
/external/toybox/lib/pending.h