1. 36f6dea Try to lookup all umounts in /proc/mounts so we can auto-zap loopback devices. by Rob Landley · 10 years ago
  2. 2682551 Make md5sum/sha1sum -b flag be "brief" output (just the hash). by Rob Landley · 10 years ago
  3. dc64025 Switch mtab_list to doubly linked so we can traverse in either order. Convert umount and df. Add dlist_terminate() to break lists for traversal in either direction. by Rob Landley · 10 years ago
  4. afe951b Here's a quick cleanup of md5sum. Executive summary: smaller and faster. by Daniel Verkamp · 10 years ago
  5. d9403ab Cosmetic tweak: spell out "Linux Standard Base" in menuconfig. by Rob Landley · 10 years ago
  6. be07288 Bugfix: if $TERM and friends aren't set, putenv() got passed a NULL. by Rob Landley · 10 years ago
  7. 59d85e2 Rename xmsprintf() to just xmprintf(). by Rob Landley · 10 years ago
  8. afba5b8 Fix some issues raised (albeit indirectly) by Isaac Dunham. by Rob Landley · 11 years ago
  9. f070ec0 Add -s option, allow zero optargs for -l. (Suggested by Ashwini Sharma.) by Rob Landley · 11 years ago
  10. d10f39d Promote su from pending to lsb. by Rob Landley · 11 years ago
  11. 0638755 killall: fix return code, improve error reporting, avoid buffer overflow. by Rob Landley · 11 years ago
  12. 6db8529 Don't permute toys.optargs, cleanup code (xexec()) can free it. by Rob Landley · 11 years ago
  13. 4f20b96 Fix pidof -o bug aborting output, reported by Ashwini Sharma. by Rob Landley · 11 years ago
  14. 5ec4ab3 Add xgetpwnam() to lib/xwrap.c. by Rob Landley · 11 years ago
  15. d0f7935 Prep work for useradd by Ashwini Sharma. by Rob Landley · 11 years ago
  16. cd0b70e Ah, that's why commit 1057 was skipped last pull: it was unfinished. Oops. (Fix it.) by Rob Landley · 11 years ago
  17. 7d64dae Replace for_each_pid_with_name_in_array_perform_callback_function_upon_translated_value() with name_to_pid(), comparing absolute paths or just basename() consistently as spotted by Lukasz Skalski, and adjust callers. by Rob Landley · 11 years ago
  18. f514143 First pass at umount, not quite done yet. by Rob Landley · 11 years ago
  19. d364e14 Whitespace changes to passwd. by Rob Landley · 11 years ago
  20. 27cec9a Minor cleanups. by Rob Landley · 12 years ago
  21. 41b4748 LSB does not allow killall to kill itself by Elie De Brauwer · 12 years ago
  22. ca4035b Extend killall with support for -v and -i by Elie De Brauwer · 12 years ago
  23. a8f3bf0 Whitespace. by Rob Landley · 12 years ago
  24. 434d351 Extend seq to support -f (format string) and -s (string separator) as requested by LSB by Elie De Brauwer · 12 years ago
  25. d52e76d Meddle. by Rob Landley · 12 years ago
  26. 7c6209d Adding -s (single shot) and -o (omit pids) options to pidof by Elie De Brauwer · 12 years ago
  27. aa777fe Add README file to each toys/ directory, teach build infrastructure to get fancy name from that. This means adding new directories shouldn't require touching build scripts. by Rob Landley · 12 years ago
  28. 7f909bd Teach option parsing about [groups] of related options. by Rob Landley · 12 years ago
  29. caf39c2 Add rebound support to intercept error_exit() and longjmp instead. by Rob Landley · 12 years ago
  30. 7aa651a Reindent to two spaces per level. Remove vi: directives that haven't worked right in years (ubuntu broke its' vim implementation). Remove trailing spaces. Add/remove blank lines. Re-wordwrap in places. Update documentation with new coding style. by Rob Landley · 12 years ago
  31. e5138f4 Make sha1sum and md5sum default to y. by Rob Landley · 12 years ago
  32. ab1bdc6 Add md5sum in lsb, combine sha1sum (mostly shared infrastructure). Downside: current infrastructure can't give them different help text. Hmmm... by Rob Landley · 12 years ago
  33. c0e56ed New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_commandname before #including toys.h to trigger it. Rename DEFINE_GLOBALS() to just GLOBALS() (because I could never remember if it was DECLARE_GLOBALS). Convert existing commands to use new infrastructure, and replace optflag constants with FLAG_ macros where appropriate. by Rob Landley · 12 years ago
  34. a631a3b Cleanup mknod. by Rob Landley · 12 years ago
  35. c64c106 gethostname: Tighten up error messages slightly, switch to default "y". by Rob Landley · 12 years ago
  36. b0e87ff mktemp broke kernel build, so new rules: if you don't specify anything, /tmp/tmp.* Specify a file, ./file. Specify -p dir then dir/tmp.*. Specify -p dir and file, dir/file. Also implement -q which lsb wants. by Rob Landley · 12 years ago
  37. f91b7c8 Regularize command headers, update links to standards documents. by Rob Landley · 12 years ago
  38. 3a9241a Move commands into "posix", "lsb", and "other" menus/directories. by Rob Landley · 12 years ago