1. e0d8009 The only illegal characters in a username are ":" (field separator), "\n" (line separator), and "/" (filename separator). by Rob Landley · 10 years ago
  2. a8bee46 Cleanups on useradd/groupadd/groupdel, and put TOYBOX_UID_SYS and TOYBOX_UID_USR in the top level Config. by Rob Landley · 10 years ago
  3. c880061 Use libc daemon() instead of pending daemonize. by Rob Landley · 10 years ago
  4. 6d15f0d Cleanup pass on mkpasswd.c by Rob Landley · 10 years ago
  5. 48c172b Switch human_readable() to just outputing decimal kilo/mega/gigabytes, make du use it, move it from lib/pending.c to lib.c. by Rob Landley · 10 years ago
  6. 30e28cf 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. by Rob Landley · 10 years ago
  7. db1009d Move names_to_pid from pending to lib. by Rob Landley · 11 years ago
  8. b5e7416 Oops, cleaned up ifconfig uses atolx_range() instead of get_int_list(). Check that in. by Rob Landley · 11 years ago
  9. 35b40be du from Ashwini Sharma. by Rob Landley · 11 years ago
  10. 34b91a9 Break out lib/pending.h from lib/lib.h. by Rob Landley · 11 years ago