1. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 16 years ago
  2. 27dd495 - fix open(creat) without a mode by Bernhard Reutner-Fischer · 17 years ago
  3. c9ca0a3 mount: recognize "dirsync" (closes bug 835) by Denis Vlasenko · 17 years ago
  4. 03b4c14 crontab: stop using remove() - use unlink() instead by Denis Vlasenko · 17 years ago
  5. 7fc294c crontab: clear env if run by non-root, so that we can use PATH now by Denis Vlasenko · 17 years ago
  6. 3718832 *: more readable handling of pipe fds. No code changes. by Denis Vlasenko · 17 years ago
  7. 069e347 crontab: almost complete rewrite by Denis Vlasenko · 17 years ago
  8. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  9. 1acdc89 style and message text fixes by Denis Vlasenko · 17 years ago
  10. 6cd84da Three patches from FreeWRT people by Denis Vlasenko · 17 years ago
  11. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  12. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  13. 06c0a71 preparatory patch for -Wwrite-strings #3 by Denis Vlasenko · 18 years ago
  14. 9f73944 inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] by Denis Vlasenko · 18 years ago
  15. cf749bc small fixes: by Denis Vlasenko · 18 years ago
  16. 89f0b34 rodata cleanup. "unable to" == "cannot". -300 bytes by Denis Vlasenko · 18 years ago
  17. ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
  18. 4092082 rename bb_default_error_retval -> xfunc_error_retval by Denis Vlasenko · 18 years ago
  19. 94d5d82 crontab: we indent using tabs by Denis Vlasenko · 18 years ago
  20. 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
  21. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  22. 11c7a7b Various cleanups I made while going through Erik Hovland's patch submissions, by Rob Landley · 18 years ago
  23. c89982d - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 18 years ago
  24. f284c76 use more boiler plate GPL notices by Mike Frysinger · 18 years ago
  25. c2cb0f3 - patch from Denis Vlasenko to add and use bb_xopen3() by Bernhard Reutner-Fischer · 18 years ago
  26. d9cf7ac - patch from Denis Vlasenko to add and use bb_xchdir() by Bernhard Reutner-Fischer · 18 years ago
  27. 24f819f can use TMPDIR if user's HOMEDIR do not found. Noticed by Bernhard by "Vladimir N. Oleynik" · 19 years ago
  28. aff114c Larry Doolittle writes: by Eric Andersen · 20 years ago
  29. 99bd5ad more crond+crontab integrating with loginutil libbb functions and deleted by Glenn L McGrath · 21 years ago
  30. dc4e75e move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as one by Glenn L McGrath · 21 years ago
  31. 9edcabd Patch from Lars Kellogg-Stedman: by Eric Andersen · 21 years ago
  32. cad5364 Major coreutils update. by Manuel Novoa III · 21 years ago
  33. 5a7ec22 last_patch64 from Vladimir N. Oleynik <dzo@simtreas.ru> by Glenn L McGrath · 22 years ago
  34. 080ddc1 mjn3 noticed that crond and crontab had #include <pwd.h> and #include <grp.h> by Eric Andersen · 22 years ago
  35. f6f7bfb last_patch63 from vodz: add in crond and crontab applets by Eric Andersen · 22 years ago