Commit History

Author SHA1 Message Date
  Rob Landley e5354ca12a Replace toys.exithelp with help_exit() in lib. 8 years ago
  Rob Landley d067571abb Squish more warnings in pending. 8 years ago
  Rob Landley f3e56f4e4f Redo option parsing infrastructure so #define FORCE_FLAGS can unzero flag macros for a disabled command (needed when multiple commands share infrastructure with a common set of flags). 9 years ago
  Rob Landley e0d8009d76 The only illegal characters in a username are ":" (field separator), "\n" (line separator), and "/" (filename separator). 9 years ago
  Rob Landley 38cb603c1f Cleanup pass on useradd. 9 years ago
  Rob Landley a8bee46cfe Cleanups on useradd/groupadd/groupdel, and put TOYBOX_UID_SYS and TOYBOX_UID_USR in the top level Config. 10 years ago
  Isaac Dunham b5f97805ce pending/useradd: unbreak build 10 years ago
  Rob Landley d8872c43b4 Introduce xfork() and make commands use it, and make some WEXITSTATUS() use WIFEXITED() and WTERMSIG()+127. 10 years ago
  Rob Landley 59d85e2bb0 Rename xmsprintf() to just xmprintf(). 10 years ago
  Rob Landley 18ec03543c useradd, groupadd, and mkpasswd submitted by Ashwini Sharma. 10 years ago