1. 8d8ee91 env: -u option fails due to typo by Ron Yorston · 7 years ago
  2. 036585a getopt32: remove applet_long_options by Denys Vlasenko · 7 years ago
  3. 95f7953 do not use `a' quoting style in comments by Denys Vlasenko · 7 years ago
  4. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  5. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  6. f560422 Big cleanup in config help and description by Denys Vlasenko · 8 years ago
  7. af3f420 Convert all coreutils/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  8. 237bedd getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST by Denys Vlasenko · 8 years ago
  9. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  10. 3442538 move help text from include/usage.src.h to coreutils/*.c by Pere Orga · 14 years ago
  11. e4dcba1 *: whitespace fixes by Denys Vlasenko · 14 years ago
  12. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  13. 21e8e8d libbb: introduce and use BB_EXECVP_or_die() by Pascal Bellard · 14 years ago
  14. 41ddd9f *: make exec failure message more consistent by Denys Vlasenko · 14 years ago
  15. f4fee41 env: don't SEGV on bare "env -" by Denys Vlasenko · 15 years ago
  16. f3c2d13 env: support -uVAR=VAL by Denis Vlasenko · 16 years ago
  17. b730474 ash: fix NOEXEC mode - we were forgetting to pass environment! by Denis Vlasenko · 16 years ago
  18. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  19. d50dda8 *: use llist_pop for traverse-and-free list operation by Denis Vlasenko · 17 years ago
  20. 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  21. c93b162 patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) by Denis Vlasenko · 17 years ago
  22. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  23. 847fa77 *: tidy up usage of char **environ by Denis Vlasenko · 17 years ago
  24. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  25. 0c97c9d 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. by Denis Vlasenko · 17 years ago
  26. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  27. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  28. e013475 env: micro-optimization by Denis Vlasenko · 17 years ago
  29. 990d0f6 Replace index_in_[sub]str_array with index_in_[sub]strings, by Denis Vlasenko · 17 years ago
  30. bdc88fd rework long option handling. saves ~1.2k by Denis Vlasenko · 17 years ago
  31. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  32. 5b34083 several *.c files: move 'extern environ' up to the location of #includes by Denis Vlasenko · 18 years ago
  33. 16c7fb7 chown, env: stop using statics by Denis Vlasenko · 18 years ago
  34. 1d76f43 EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> by Denis Vlasenko · 18 years ago
  35. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  36. 9f73944 inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] by Denis Vlasenko · 18 years ago
  37. f0ed376 remove bb_printf and the like by Denis Vlasenko · 18 years ago
  38. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  39. 4092082 rename bb_default_error_retval -> xfunc_error_retval by Denis Vlasenko · 18 years ago
  40. fe54458 runit/chpst: "change process state" utility by Denis Vlasenko · 18 years ago
  41. d591a36 - merge -r15463:15564 from busybox_scratch branch through these changesets: by Bernhard Reutner-Fischer · 18 years ago
  42. 801ab14 Add one-line GPL boilerplate to numerous (but not all yet) source files. by "Robert P. J. Day" · 18 years ago
  43. 01d23ad - add central knob to turn off getopt_long everywhere. EXPERIMENTAL! by Bernhard Reutner-Fischer · 19 years ago
  44. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  45. 0a7c8ef Patch from Denis Vlasenko to constify things and fix a few typos. by Rob Landley · 19 years ago
  46. f704b27 by "Vladimir N. Oleynik" · 19 years ago
  47. b7128c6 Cleanup patch by Bernhard Fischer, removing unnecessary includes of by Rob Landley · 19 years ago
  48. 27421a1 1) bb_opt_complementaly -> bb_opt_complementally by "Vladimir N. Oleynik" · 19 years ago
  49. 7ff33f1 Thats odd. I guess this was cut-n-paste error, but vodz by Eric Andersen · 21 years ago
  50. aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
  51. 1b1942f As vodz pointed out, setting unset_env to NULL is sufficient by Eric Andersen · 21 years ago
  52. b7077a7 Set unset_env pointing to a NULL item, to prevent us from walking by Eric Andersen · 21 years ago
  53. 05df91a last_patch98 from vodz: by Eric Andersen · 21 years ago
  54. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  55. 8876fb2 last_patch89 from vodz: by Eric Andersen · 22 years ago
  56. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  57. 59df6f7 Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.c by Matt Kraai · 24 years ago
  58. eb5f433 Check that putenv succeeded, suggested by Jonas Holmberg. by Matt Kraai · 24 years ago
  59. 5b44f48 Fix handling of '-' option and way that variables are added to the by Matt Kraai · 24 years ago
  60. 84e229c Add in a new standalone env applet for fixing up app's environments -Erik by Eric Andersen · 24 years ago