Commit History

Author SHA1 Message Date
  Rob Landley 0f51bfc50c Clean up password plumbing. 2 years ago
  Rob Landley 15cbb92dff Move get_line() out of lib/ into last user. 2 years ago
  Elliott Hughes 30cb3aa0e3 sort: move off get_rawline. 4 years ago
  Rob Landley 6769f8eb58 Move get_line() header to pending.h because posix has FILE * versions. 8 years ago
  Rob Landley f033f8607f Move the magic list of commands needing cleanup from toys/pending/README 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 a8bee46cfe Cleanups on useradd/groupadd/groupdel, and put TOYBOX_UID_SYS and TOYBOX_UID_USR in the top level Config. 10 years ago
  Rob Landley c880061f51 Use libc daemon() instead of pending daemonize. 10 years ago
  Rob Landley 6d15f0d33f Cleanup pass on mkpasswd.c 10 years ago
  Rob Landley 48c172ba58 Switch human_readable() to just outputing decimal kilo/mega/gigabytes, make du use it, move it from lib/pending.c to lib.c. 10 years ago
  Rob Landley 30e28cf7e1 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. 10 years ago
  Rob Landley db1009dc5c Move names_to_pid from pending to lib. 10 years ago
  Rob Landley b5e74165d1 Oops, cleaned up ifconfig uses atolx_range() instead of get_int_list(). Check that in. 10 years ago
  Rob Landley 35b40be7aa du from Ashwini Sharma. 10 years ago
  Rob Landley 34b91a97ee Break out lib/pending.h from lib/lib.h. 10 years ago