1. 6cd84da Three patches from FreeWRT people by Denis Vlasenko · 17 years ago
  2. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  3. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  4. 06c0a71 preparatory patch for -Wwrite-strings #3 by Denis Vlasenko · 18 years ago
  5. 9f73944 inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] by Denis Vlasenko · 18 years ago
  6. cf749bc small fixes: by Denis Vlasenko · 18 years ago
  7. 89f0b34 rodata cleanup. "unable to" == "cannot". -300 bytes by Denis Vlasenko · 18 years ago
  8. ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
  9. 4092082 rename bb_default_error_retval -> xfunc_error_retval by Denis Vlasenko · 18 years ago
  10. 94d5d82 crontab: we indent using tabs by Denis Vlasenko · 18 years ago
  11. 64d7e93 - convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen defaults to 0777 on it's own, so we don't need to xopen3(,,0777). by Bernhard Reutner-Fischer · 18 years ago
  12. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  13. 11c7a7b Various cleanups I made while going through Erik Hovland's patch submissions, by Rob Landley · 18 years ago
  14. c89982d - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 19 years ago
  15. f284c76 use more boiler plate GPL notices by Mike Frysinger · 19 years ago
  16. c2cb0f3 - patch from Denis Vlasenko to add and use bb_xopen3() by Bernhard Reutner-Fischer · 19 years ago
  17. d9cf7ac - patch from Denis Vlasenko to add and use bb_xchdir() by Bernhard Reutner-Fischer · 19 years ago
  18. 24f819f can use TMPDIR if user's HOMEDIR do not found. Noticed by Bernhard by "Vladimir N. Oleynik" · 19 years ago
  19. aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
  20. 99bd5ad more crond+crontab integrating with loginutil libbb functions and deleted by Glenn L McGrath · 21 years ago
  21. dc4e75e move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as one by Glenn L McGrath · 21 years ago
  22. 9edcabd Patch from Lars Kellogg-Stedman: by Eric Andersen · 21 years ago
  23. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  24. 5a7ec22 last_patch64 from Vladimir N. Oleynik <dzo@simtreas.ru> by Glenn L McGrath · 22 years ago
  25. 080ddc1 mjn3 noticed that crond and crontab had #include <pwd.h> and #include <grp.h> by Eric Andersen · 22 years ago
  26. f6f7bfb last_patch63 from vodz: add in crond and crontab applets by Eric Andersen · 22 years ago