1. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  2. 2a1d024 run_parts: make it sort executables by name (required by API) by Denis Vlasenko · 17 years ago
  3. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  4. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  5. 1caca34 start_stop_daemon: NOMMU fixes, round 2 by Alex Landau <landau_alex@yahoo.com> by Denis Vlasenko · 17 years ago
  6. a1b16f4 start_stop_daemon: NOMMU fix; smaller fixes 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. 0919657 libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options by Denis Vlasenko · 17 years ago
  10. dc757aa introduce and use bb_basename() by Denis Vlasenko · 17 years ago
  11. f5f75c5 remove nearly-duplicate PATHs in several places by Denis Vlasenko · 17 years ago
  12. cc5e090 move several applets to more correct ex-project. No code changes. by Denis Vlasenko · 17 years ago
  13. 74324c8 Audit bb_common_bufsiz usage, add script which looks for misuse. by Denis Vlasenko · 17 years ago
  14. 9a7d38f delete tons of extra #includes by Denis Vlasenko · 17 years ago
  15. fad2b86 use "glibc errno" trick not only for ash, but for entire busybox by Denis Vlasenko · 17 years ago
  16. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  17. d472814 run_parts: do not check path portion of a name for "bad chars". by Denis Vlasenko · 18 years ago
  18. 51742f4 style fixes. No code changes by Denis Vlasenko · 18 years ago
  19. 8d9f495 getopt32: fix llist_t options ordering. llist_rev is not unused. by Denis Vlasenko · 18 years ago
  20. bbd695d find: fix handling of -prune recursive_actions: uppercase flag constants by Denis Vlasenko · 18 years ago
  21. 3e816c1 - fold recurse, depthFirst and dereference params into one param flags. by Bernhard Reutner-Fischer · 18 years ago
  22. c7d4b98 run_parts: I was wrong, NULL termination is already done because by Denis Vlasenko · 18 years ago
  23. 45cd089 run_parts: NULL-terminate list of arguments; fix perror/error usage by Denis Vlasenko · 18 years ago
  24. b7cffd4 - rewrite run-parts by Bernhard Reutner-Fischer · 18 years ago
  25. 5a14202 move everything to new NOMMU helpers, except udhcp by Denis Vlasenko · 18 years ago
  26. cce3858 start_stop_daemon: add -chuid support by Denis Vlasenko · 18 years ago
  27. 6ca0444 syslogd: fix "readpath bug" by using readlink instead by Denis Vlasenko · 18 years ago
  28. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  29. 9d93873 fix which-uses-default-path by Denis Vlasenko · 18 years ago
  30. 9af7c9d openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code by Denis Vlasenko · 18 years ago
  31. 9a44c4f bb_xget[pw/gr]nam were horribly misnamed - fixed. by Denis Vlasenko · 18 years ago
  32. b8c77b5 start_stop_daemon: make code a bit more readable by Denis Vlasenko · 18 years ago
  33. b131b27 start_stop_daemon: fix bug where any program name was "matching" by Denis Vlasenko · 18 years ago
  34. 079f8af style cleanup: return(a) -> return a, part 1 by Denis Vlasenko · 18 years ago
  35. e5667c1 Closing bug 730. libbb run_parts is using scandir (a GNUism), by Denis Vlasenko · 18 years ago
  36. 89f0b34 rodata cleanup. "unable to" == "cannot". -300 bytes by Denis Vlasenko · 18 years ago
  37. 61126ab small fixes: using fd-based io instead of FILE*-based, missed O_TRUNC, etc by Denis Vlasenko · 18 years ago
  38. f0ed376 remove bb_printf and the like by Denis Vlasenko · 18 years ago
  39. 456fa6c readlink: do not emit errors if file doesnt not exist / not a link by Denis Vlasenko · 18 years ago
  40. f6f43df ifupdown: stop emitting annoying/misleading error messages. by Denis Vlasenko · 18 years ago
  41. 1ac42bf - add option -t mkinitrd and mkinitramfs both require -t. by Bernhard Reutner-Fischer · 18 years ago
  42. ca3c981 start_stop_daemon: add -N <nice> compat by Denis Vlasenko · 18 years ago
  43. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  44. 01c27fc which: -84 bytes by Denis Vlasenko · 18 years ago
  45. 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
  46. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  47. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  48. 7fee0c4 - fix copy'n paste errors that got introduced when switching to the shorter boilerplate. by Bernhard Reutner-Fischer · 18 years ago
  49. 8cedaba Patch from Natanael Copa to make start-stop-daemon just use readlink and by Rob Landley · 18 years ago
  50. 8479063 Bugfix from Jason Schoon: send the right signal with -s. by Rob Landley · 18 years ago
  51. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  52. f86a5ba Remove unnecessary consts. by Rob Landley · 18 years ago
  53. fc2aea1 Rearrange order of type qualifiers. by "Robert P. J. Day" · 18 years ago
  54. f0623a2 Patch from Thaddeus Ternes, adding chuid to start-stop-daemon. by Rob Landley · 18 years ago
  55. 66e3a22 - minor shrinkage by Bernhard Reutner-Fischer · 18 years ago
  56. 2f6a317 - fix stupid typo from last checkin by Bernhard Reutner-Fischer · 18 years ago
  57. a926f8e - add fancy mode to start-stop-daemon to support --oknodo and --verbose 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 · 18 years ago
  59. 01d23ad - add central knob to turn off getopt_long everywhere. EXPERIMENTAL! by Bernhard Reutner-Fischer · 18 years ago
  60. b1629b1 - remove emacs layout block as suggested by Robert P.J. Day by Bernhard Reutner-Fischer · 18 years ago
  61. 5371a95 The gnu extension to have realpath() malloc its buffer when handed a NULL by Rob Landley · 18 years ago
  62. 39440e5 pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mailing list by Mike Frysinger · 18 years ago
  63. a389651 Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes by Rob Landley · 18 years ago
  64. 2ec922e Patch from Robert P Day: let menuconfig indent stuff for us, we don't have by Rob Landley · 19 years ago
  65. 2c99851 - patch from Denis Vlasenko to add and use bb_xdaemon() by Bernhard Reutner-Fischer · 19 years ago
  66. cb44816 - add and use bb_opendir(), bb_xopendir(). by Bernhard Reutner-Fischer · 19 years ago
  67. df10094 - revert back to r14406 by Bernhard Reutner-Fischer · 19 years ago
  68. c5b1d4d Patch from Denis Vlasenko to add xstat() and use it. by Rob Landley · 19 years ago
  69. 07a79e7 - backout using features which are not available with the previous stable by Bernhard Reutner-Fischer · 19 years ago
  70. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  71. 022eb31 - use absolute path for top_builddir and top_srcdir. by Bernhard Reutner-Fischer · 19 years ago
  72. 5d26126 - fixes parallel builds (make -j) by Bernhard Reutner-Fischer · 19 years ago
  73. d6e14d8 Don't build directory libraries unless we're building an applet that needs it. by Rob Landley · 19 years ago
  74. b38673f make the build system puuuuuuuuuuurty by Mike Frysinger · 19 years ago
  75. c1ef7bd just whitespace by Tim Riker · 19 years ago
  76. 7ca61b6 - shared libbusybox. by Bernhard Reutner-Fischer · 19 years ago
  77. b5ca9e0 A cleanup patch I've had lying around in my tree for a while, I think it by Rob Landley · 19 years ago
  78. f704b27 by "Vladimir N. Oleynik" · 19 years ago
  79. 064f04e by "Vladimir N. Oleynik" · 19 years ago
  80. ba24820 change strange depend to libbb.h, but require busybox.h by "Vladimir N. Oleynik" · 19 years ago
  81. 62f18e1 use the shorter license header by Mike Frysinger · 19 years ago
  82. 0d4ee68 use brief license line by Mike Frysinger · 19 years ago
  83. d5bd137 - rename libbb's password helpers as suggested in libbb.h by Bernhard Reutner-Fischer · 19 years ago
  84. 07e42dc Tito pointed out that if readlink doesn't have -f, there's no need to call by Rob Landley · 19 years ago
  85. db485cf committing bug #7: by Paul Fox · 19 years ago
  86. ba50217 Clean up memory allocation. by Rob Landley · 19 years ago
  87. b7128c6 Cleanup patch by Bernhard Fischer, removing unnecessary includes of by Rob Landley · 19 years ago
  88. 27421a1 1) bb_opt_complementaly -> bb_opt_complementally by "Vladimir N. Oleynik" · 19 years ago
  89. bb9a0ad commiting fix from: 0000353: [PATCH] start-stop-daemon -q is not quiet by Paul Fox · 19 years ago
  90. 4d00896 use toplevel ARFLAGS and update default ARFLAGS to be quiet by Mike Frysinger · 19 years ago
  91. 348e84c change the hardcoded error constant (0x80000000UL) to a nice flexible define (BB_GETOPT_ERROR) by Mike Frysinger · 19 years ago
  92. c6fbed5 - CONFIG_FEATURE_READLINK_FOLLOW readlink -f patch from Colin Watson <cjwatson@debian.org> on busybox mailing list 08/11/04 by Ned Ludd · 20 years ago
  93. 7daa076 egor duda writes: by Eric Andersen · 20 years ago
  94. 625da9d Fix several problems with start-stop-daemon, add -m support by Eric Andersen · 21 years ago
  95. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  96. 63a1a7a Update docs for start_stop_daemon to match reality. Update by Eric Andersen · 21 years ago
  97. bbf2ce3 Fix a compile error identiefied by Steven Scholz. by Glenn L McGrath · 21 years ago
  98. e84152e Check file has execute permission for the current user, minor formating by Glenn L McGrath · 21 years ago
  99. 2d016a3 Correct check for only one of K or S options by Glenn L McGrath · 21 years ago
  100. 8d44178 Check one and only one of start, stop are given. by Glenn L McGrath · 21 years ago