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