1. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 16 years ago
  2. 19fb67e run-parts: add --reverse by Denis Vlasenko · 17 years ago
  3. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  4. 2a1d024 run_parts: make it sort executables by name (required by API) by Denis Vlasenko · 17 years ago
  5. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  6. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  7. 990d0f6 Replace index_in_[sub]str_array with index_in_[sub]strings, by Denis Vlasenko · 17 years ago
  8. bdc88fd rework long option handling. saves ~1.2k by Denis Vlasenko · 17 years ago
  9. dc757aa introduce and use bb_basename() by Denis Vlasenko · 17 years ago
  10. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  11. d472814 run_parts: do not check path portion of a name for "bad chars". by Denis Vlasenko · 17 years ago
  12. 8d9f495 getopt32: fix llist_t options ordering. llist_rev is not unused. by Denis Vlasenko · 17 years ago
  13. bbd695d find: fix handling of -prune recursive_actions: uppercase flag constants by Denis Vlasenko · 17 years ago
  14. 3e816c1 - fold recurse, depthFirst and dereference params into one param flags. by Bernhard Reutner-Fischer · 17 years ago
  15. c7d4b98 run_parts: I was wrong, NULL termination is already done because by Denis Vlasenko · 17 years ago
  16. 45cd089 run_parts: NULL-terminate list of arguments; fix perror/error usage by Denis Vlasenko · 17 years ago
  17. b7cffd4 - rewrite run-parts by Bernhard Reutner-Fischer · 17 years ago
  18. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  19. 079f8af style cleanup: return(a) -> return a, part 1 by Denis Vlasenko · 18 years ago
  20. e5667c1 Closing bug 730. libbb run_parts is using scandir (a GNUism), by Denis Vlasenko · 18 years ago
  21. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  22. 7fee0c4 - fix copy'n paste errors that got introduced when switching to the shorter boilerplate. by Bernhard Reutner-Fischer · 18 years ago
  23. e15d757 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 18 years ago
  24. c1ef7bd just whitespace by Tim Riker · 19 years ago
  25. ba24820 change strange depend to libbb.h, but require busybox.h by "Vladimir N. Oleynik" · 19 years ago
  26. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 20 years ago
  27. 2a18689 Bruno Randolf writes: by Eric Andersen · 21 years ago
  28. a1ed06b Move start_stop_daemon to debianutils. Cleanup run_parts a bit and add long opts by Eric Andersen · 21 years ago
  29. cad5364 Major coreutils update. by Manuel Novoa III · 21 years ago
  30. a69fd2e Patch by Stewart Brodie to terminate the string array correctly by Glenn L McGrath · 22 years ago
  31. 545106f Move awk from textutils to editors. Cleanup run-parts, saves 200 bytes, moves the guts of run_parts to libbb to be used by ifupdown. by Glenn L McGrath · 22 years ago
  32. 8f0722a Move readlink, mktemp, run-parts and which to a new debianutils dir. by Glenn L McGrath · 22 years ago[Renamed from init/run_parts.c]
  33. fb74a45 Vodz' last_patch31 by Eric Andersen · 23 years ago
  34. 7d68290 Add the run-parts applet submitted by Emanuele Aina <emanuele.aina@tiscali.it> by Eric Andersen · 23 years ago