1. 27116ba busybox: squashed commit of merging cm-12.1 by maxwen · 9 years ago fp2-m-sibon fp2-sibon-17.07.6 fp2-sibon-17.08.1.1 fp2-sibon-17.10.1 fp2-sibon-17.11.2 fp2-sibon-17.12.1 fp2-sibon-18.01.1 fp2-sibon-18.02.0 fp2-sibon-18.03.1 fp2-sibon-18.04.1
  2. 8aeb371 merged commit between gingerbread and busybox/master 20110630 by Tanguy Pruvot · 13 years ago
  3. 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 13 years ago
  4. 681efe2 use user's shell instead of hardwired "/bin/sh" (android needs this) by Denys Vlasenko · 13 years ago
  5. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  6. 926031b *: introduce and use xfork() and xvfork() by Pascal Bellard · 14 years ago
  7. fd686a2 setup_environment(): eliminate one parameter by Denys Vlasenko · 14 years ago
  8. 99709ab crontab: use setup_environment by Bernhard Reutner-Fischer · 14 years ago
  9. b2e5fc3 ntpd: and real handling for -N, show usage w/o options; trim text by Denys Vlasenko · 15 years ago
  10. 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
  11. ded5dfe crond,crontab: make cron directory location configurable by Denis Vlasenko · 15 years ago
  12. d7a805e libbb: introduce and use xgetpwnam. ~ -150 bytes. by Denis Vlasenko · 16 years ago
  13. 0c68a87 libbb: password/group function helpers rewritten by Tito: by Denis Vlasenko · 16 years ago
  14. 30cfdf9 crontab: do not destroy STDIN_FILENO, editor may need it (crontab -e) by Denis Vlasenko · 16 years ago
  15. b8d1a4c init: set stderr to NONBLOCK *: s/setenv(a,b,1)/xsetenv(a,b)/ by Denis Vlasenko · 16 years ago
  16. d73cbd3 - first pass to unify/cleanup uid handling (-236b) by Bernhard Reutner-Fischer · 16 years ago
  17. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  18. 82604e9 revert last two commits. vfork cannot be used in subroutine, by Denis Vlasenko · 16 years ago
  19. 3da5572 *: introduce and use xvfork() by Denis Vlasenko · 16 years ago
  20. b44c790 *: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname. by Denis Vlasenko · 16 years ago
  21. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 16 years ago
  22. 27dd495 - fix open(creat) without a mode by Bernhard Reutner-Fischer · 16 years ago
  23. c9ca0a3 mount: recognize "dirsync" (closes bug 835) by Denis Vlasenko · 16 years ago
  24. 03b4c14 crontab: stop using remove() - use unlink() instead by Denis Vlasenko · 16 years ago
  25. 7fc294c crontab: clear env if run by non-root, so that we can use PATH now by Denis Vlasenko · 16 years ago
  26. 3718832 *: more readable handling of pipe fds. No code changes. by Denis Vlasenko · 16 years ago
  27. 069e347 crontab: almost complete rewrite by Denis Vlasenko · 16 years ago
  28. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  29. 1acdc89 style and message text fixes by Denis Vlasenko · 17 years ago
  30. 6cd84da Three patches from FreeWRT people by Denis Vlasenko · 17 years ago
  31. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  32. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 17 years ago
  33. 06c0a71 preparatory patch for -Wwrite-strings #3 by Denis Vlasenko · 17 years ago
  34. 9f73944 inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] by Denis Vlasenko · 17 years ago
  35. cf749bc small fixes: by Denis Vlasenko · 18 years ago
  36. 89f0b34 rodata cleanup. "unable to" == "cannot". -300 bytes by Denis Vlasenko · 18 years ago
  37. ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
  38. 4092082 rename bb_default_error_retval -> xfunc_error_retval by Denis Vlasenko · 18 years ago
  39. 94d5d82 crontab: we indent using tabs by Denis Vlasenko · 18 years ago
  40. 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
  41. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  42. 11c7a7b Various cleanups I made while going through Erik Hovland's patch submissions, by Rob Landley · 18 years ago
  43. c89982d - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 18 years ago
  44. f284c76 use more boiler plate GPL notices by Mike Frysinger · 18 years ago
  45. c2cb0f3 - patch from Denis Vlasenko to add and use bb_xopen3() by Bernhard Reutner-Fischer · 18 years ago
  46. d9cf7ac - patch from Denis Vlasenko to add and use bb_xchdir() by Bernhard Reutner-Fischer · 18 years ago
  47. 24f819f can use TMPDIR if user's HOMEDIR do not found. Noticed by Bernhard by "Vladimir N. Oleynik" · 18 years ago
  48. aff114c Larry Doolittle writes: by Eric Andersen · 20 years ago
  49. 99bd5ad more crond+crontab integrating with loginutil libbb functions and deleted by Glenn L McGrath · 21 years ago
  50. dc4e75e move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as one by Glenn L McGrath · 21 years ago
  51. 9edcabd Patch from Lars Kellogg-Stedman: by Eric Andersen · 21 years ago
  52. cad5364 Major coreutils update. by Manuel Novoa III · 21 years ago
  53. 5a7ec22 last_patch64 from Vladimir N. Oleynik <dzo@simtreas.ru> by Glenn L McGrath · 22 years ago
  54. 080ddc1 mjn3 noticed that crond and crontab had #include <pwd.h> and #include <grp.h> by Eric Andersen · 22 years ago
  55. f6f7bfb last_patch63 from vodz: add in crond and crontab applets by Eric Andersen · 22 years ago