1. 1dd3704 To ensure that toybox can be installed alongside busybox without by Paul Barker · 9 years ago
  2. 4f20b96 Fix pidof -o bug aborting output, reported by Ashwini Sharma. by Rob Landley · 10 years ago
  3. cd0b70e Ah, that's why commit 1057 was skipped last pull: it was unfinished. Oops. (Fix it.) by Rob Landley · 11 years ago
  4. 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
  5. ca4035b Extend killall with support for -v and -i by Elie De Brauwer · 11 years ago
  6. d52e76d Meddle. by Rob Landley · 11 years ago
  7. 7c6209d Adding -s (single shot) and -o (omit pids) options to pidof by Elie De Brauwer · 11 years ago
  8. 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
  9. f91b7c8 Regularize command headers, update links to standards documents. by Rob Landley · 12 years ago
  10. 3a9241a Move commands into "posix", "lsb", and "other" menus/directories. by Rob Landley · 12 years ago[Renamed from toys/pidof.c]
  11. f42e11b Cleanups to pidof (including some global infrastructure shared with killall). by Rob Landley · 12 years ago
  12. ff9ee8f Add killall by Andreas Heck, and factor out common pid code to lib.h. by Rob Landley · 12 years ago
  13. 3c1104f Add pidof by Andreas Heck. by Rob Landley · 12 years ago