1. 8c1f8aa run-parts: permit dot later in file name by Ján Sáreník · 3 years, 6 months ago
  2. 689d065 libbb: shrink recursive_action() by reducing memory pressure by Denys Vlasenko · 4 years, 2 months ago
  3. 3c3928f tydy up a few uses of recursive_action(), no logic changes by Denys Vlasenko · 4 years, 2 months ago
  4. b097a84 config: update size information by Denys Vlasenko · 6 years ago
  5. 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
  6. 036585a getopt32: remove applet_long_options by Denys Vlasenko · 7 years ago
  7. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  8. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  9. f560422 Big cleanup in config help and description by Denys Vlasenko · 8 years ago
  10. 237bedd getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST by Denys Vlasenko · 8 years ago
  11. 47cfbf3 *: add most of the required setup_common_bufsiz() calls by Denys Vlasenko · 9 years ago
  12. e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
  13. 28826ac debianutils/*: convert to new-style "one file" applets by Denys Vlasenko · 9 years ago
  14. 7f3a2a2 join some common strings, -400 bytes by Denys Vlasenko · 9 years ago
  15. 5117eff Fix some compiler warnings emitted by gcc-4.8.0 by Denys Vlasenko · 11 years ago
  16. 5d1c599 run-parts: fix unicode creep in --help by Peter Korsgaard · 12 years ago
  17. 1e43a38 run-parts: stop providing incompatible short options by Denys Vlasenko · 12 years ago
  18. 0496e82 run-parts: add --exit-on-error | -e support by Peter Korsgaard · 12 years ago
  19. 1d7ad7a tweak help texts by Denys Vlasenko · 12 years ago
  20. 378ab68 login: new option LOGIN_SESSION_AS_CHILD by Ian Wienand · 13 years ago
  21. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  22. 6a3e01d move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c editors/*.c loginutils/*.c mailutils/*.c by Pere Orga · 14 years ago
  23. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  24. 6334390 remove duplicate comment by Denys Vlasenko · 15 years ago
  25. 8531d76 *: code shrink and better "died from signal" reporting from wait4pid by Denys Vlasenko · 15 years ago
  26. 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
  27. f9d4fc3 switch_root: improve behavior on error; improve help text by Denis Vlasenko · 16 years ago
  28. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  29. 6c4dade - update my name. No obj-code changes ;) by Bernhard Reutner-Fischer · 16 years ago
  30. 2784228 libbb: make xrealloc_vector zero out the realloc'ed tail by Denis Vlasenko · 16 years ago
  31. deeed59 libbb: introduce and use xrealloc_vector by Denis Vlasenko · 16 years ago
  32. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  33. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  34. d50dda8 *: use llist_pop for traverse-and-free list operation by Denis Vlasenko · 16 years ago
  35. c93b162 patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) by Denis Vlasenko · 17 years ago
  36. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  37. 19fb67e run-parts: add --reverse by Denis Vlasenko · 17 years ago
  38. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  39. 2a1d024 run_parts: make it sort executables by name (required by API) by Denis Vlasenko · 17 years ago
  40. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  41. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  42. 990d0f6 Replace index_in_[sub]str_array with index_in_[sub]strings, by Denis Vlasenko · 17 years ago
  43. bdc88fd rework long option handling. saves ~1.2k by Denis Vlasenko · 17 years ago
  44. dc757aa introduce and use bb_basename() by Denis Vlasenko · 17 years ago
  45. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  46. d472814 run_parts: do not check path portion of a name for "bad chars". by Denis Vlasenko · 18 years ago
  47. 8d9f495 getopt32: fix llist_t options ordering. llist_rev is not unused. by Denis Vlasenko · 18 years ago
  48. bbd695d find: fix handling of -prune recursive_actions: uppercase flag constants by Denis Vlasenko · 18 years ago
  49. 3e816c1 - fold recurse, depthFirst and dereference params into one param flags. by Bernhard Reutner-Fischer · 18 years ago
  50. c7d4b98 run_parts: I was wrong, NULL termination is already done because by Denis Vlasenko · 18 years ago
  51. 45cd089 run_parts: NULL-terminate list of arguments; fix perror/error usage by Denis Vlasenko · 18 years ago
  52. b7cffd4 - rewrite run-parts by Bernhard Reutner-Fischer · 18 years ago
  53. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  54. 079f8af style cleanup: return(a) -> return a, part 1 by Denis Vlasenko · 18 years ago
  55. e5667c1 Closing bug 730. libbb run_parts is using scandir (a GNUism), by Denis Vlasenko · 18 years ago
  56. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  57. 7fee0c4 - fix copy'n paste errors that got introduced when switching to the shorter boilerplate. by Bernhard Reutner-Fischer · 18 years ago
  58. e15d757 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 19 years ago
  59. c1ef7bd just whitespace by Tim Riker · 19 years ago
  60. ba24820 change strange depend to libbb.h, but require busybox.h by "Vladimir N. Oleynik" · 19 years ago
  61. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  62. 2a18689 Bruno Randolf writes: by Eric Andersen · 21 years ago
  63. a1ed06b Move start_stop_daemon to debianutils. Cleanup run_parts a bit and add long opts by Eric Andersen · 21 years ago
  64. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  65. a69fd2e Patch by Stewart Brodie to terminate the string array correctly by Glenn L McGrath · 22 years ago
  66. 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
  67. 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]
  68. fb74a45 Vodz' last_patch31 by Eric Andersen · 23 years ago
  69. 7d68290 Add the run-parts applet submitted by Emanuele Aina <emanuele.aina@tiscali.it> by Eric Andersen · 23 years ago