1. c93b162 patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) by Denis Vlasenko · 16 years ago
  2. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 16 years ago
  3. 847fa77 *: tidy up usage of char **environ by Denis Vlasenko · 17 years ago
  4. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  5. 0c97c9d 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. by Denis Vlasenko · 17 years ago
  6. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  7. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  8. e013475 env: micro-optimization by Denis Vlasenko · 17 years ago
  9. 990d0f6 Replace index_in_[sub]str_array with index_in_[sub]strings, by Denis Vlasenko · 17 years ago
  10. bdc88fd rework long option handling. saves ~1.2k by Denis Vlasenko · 17 years ago
  11. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  12. 5b34083 several *.c files: move 'extern environ' up to the location of #includes by Denis Vlasenko · 17 years ago
  13. 16c7fb7 chown, env: stop using statics by Denis Vlasenko · 17 years ago
  14. 1d76f43 EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> by Denis Vlasenko · 18 years ago
  15. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  16. 9f73944 inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] by Denis Vlasenko · 18 years ago
  17. f0ed376 remove bb_printf and the like by Denis Vlasenko · 18 years ago
  18. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  19. 4092082 rename bb_default_error_retval -> xfunc_error_retval by Denis Vlasenko · 18 years ago
  20. fe54458 runit/chpst: "change process state" utility by Denis Vlasenko · 18 years ago
  21. d591a36 - merge -r15463:15564 from busybox_scratch branch through these changesets: by Bernhard Reutner-Fischer · 18 years ago
  22. 801ab14 Add one-line GPL boilerplate to numerous (but not all yet) source files. by "Robert P. J. Day" · 18 years ago
  23. 01d23ad - add central knob to turn off getopt_long everywhere. EXPERIMENTAL! by Bernhard Reutner-Fischer · 18 years ago
  24. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  25. 0a7c8ef Patch from Denis Vlasenko to constify things and fix a few typos. by Rob Landley · 19 years ago
  26. f704b27 by "Vladimir N. Oleynik" · 19 years ago
  27. b7128c6 Cleanup patch by Bernhard Fischer, removing unnecessary includes of by Rob Landley · 19 years ago
  28. 27421a1 1) bb_opt_complementaly -> bb_opt_complementally by "Vladimir N. Oleynik" · 19 years ago
  29. 7ff33f1 Thats odd. I guess this was cut-n-paste error, but vodz by Eric Andersen · 20 years ago
  30. aff114c Larry Doolittle writes: by Eric Andersen · 20 years ago
  31. 1b1942f As vodz pointed out, setting unset_env to NULL is sufficient by Eric Andersen · 21 years ago
  32. b7077a7 Set unset_env pointing to a NULL item, to prevent us from walking by Eric Andersen · 21 years ago
  33. 05df91a last_patch98 from vodz: by Eric Andersen · 21 years ago
  34. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  35. 8876fb2 last_patch89 from vodz: by Eric Andersen · 21 years ago
  36. cad5364 Major coreutils update. by Manuel Novoa III · 21 years ago
  37. 59df6f7 Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.c by Matt Kraai · 23 years ago
  38. eb5f433 Check that putenv succeeded, suggested by Jonas Holmberg. by Matt Kraai · 23 years ago
  39. 5b44f48 Fix handling of '-' option and way that variables are added to the by Matt Kraai · 23 years ago
  40. 84e229c Add in a new standalone env applet for fixing up app's environments -Erik by Eric Andersen · 23 years ago