1. 0c97c9d 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. by Denis Vlasenko · 17 years ago
  2. 367960b make standalone httpd work on NOMMU machines by Denis Vlasenko · 17 years ago
  3. a1b16f4 start_stop_daemon: NOMMU fix; smaller fixes by Denis Vlasenko · 17 years ago
  4. d8540f7 init: make sure fd 0,1,2 are not closed, + related optimizations. by Denis Vlasenko · 18 years ago
  5. bdbbb7e make busybox --install work even if /proc/self/exe doesn't exist by Denis Vlasenko · 18 years ago
  6. b055001 hush: fix handling of unmatched ${name (without closing '}') - by Denis Vlasenko · 18 years ago
  7. 96f67dc more compile fixes from randomconfig run by Denis Vlasenko · 18 years ago
  8. 18e19f2 hush: fix nofork + ctrl-Z clobbering of globals by Denis Vlasenko · 18 years ago
  9. f5294e1 hush: use NOFORK applets as appropriate. Net reduction of code size. by Denis Vlasenko · 18 years ago
  10. 831a20f pass a copy of argv[i] to NOFORK applets (they may permute it etc). by Denis Vlasenko · 18 years ago
  11. d571c08 fix misplaced #if by Denis Vlasenko · 18 years ago
  12. 473dae0 add more convenient defines for [NO]MMU: "#ifndef BB_NOMMU" is a double negative by Denis Vlasenko · 18 years ago
  13. f1a7141 random NOMMU fixes. compressed --help really does work for NOMMU! /me happy by Denis Vlasenko · 18 years ago
  14. 80d14be Rename two config options: by Denis Vlasenko · 18 years ago
  15. c6758a0 make compressed help code NOMMU- and NOFORK-friendly - by Denis Vlasenko · 18 years ago
  16. 335b63d make a few struct bb_applet members conditional by Denis Vlasenko · 18 years ago
  17. 3f3aa2a make xfunctions optionally longjump instead of exit. by Denis Vlasenko · 18 years ago
  18. cd7001f factor out NOFORK/NOEXEC code from find. Use it for xargs too. by Denis Vlasenko · 18 years ago
  19. 53d445a wait4pid: if passed with pid < 0, do not set errno - it is already set by exec! by Denis Vlasenko · 18 years ago
  20. 7e754f1 Implement first instance of NOFORK applet - echo by Denis Vlasenko · 18 years ago
  21. afa7023 zcip: make it work on NOMMU (+ improve NOMMU support machinery) by Denis Vlasenko · 18 years ago
  22. 53091ec Attempt to get more applets compile for NOMMU. by Denis Vlasenko · 18 years ago
  23. bb7fcb4 libbb: rework NOMMU helper API so that it makes more sense by Denis Vlasenko · 18 years ago
  24. 9067f13 NOMMU re-exec trick shuld not depend on existence of "don't daemonize" by Denis Vlasenko · 18 years ago
  25. 9af7c9d openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code by Denis Vlasenko · 18 years ago
  26. bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 18 years ago
  27. 55a9940 lsmod: repair indentation by Denis Vlasenko · 18 years ago
  28. d591a36 - merge -r15463:15564 from busybox_scratch branch through these changesets: by Bernhard Reutner-Fischer · 18 years ago
  29. d9a761d Revert svn 15333. If you vfork, you must either exec or exit. (The parent is by Rob Landley · 19 years ago
  30. 6fb5847 sometimes daemonizing and vfork()/exit() is ok by Mike Frysinger · 19 years ago
  31. c418d48 - s/defined(__uClinux__)/BB_NOMMU/ by Bernhard Reutner-Fischer · 19 years ago
  32. 0a8812b - replace _PATH_DEVNULL with bb_dev_null by Bernhard Reutner-Fischer · 19 years ago
  33. aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
  34. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  35. a1fece2 Get vfork_daemon_rexec working under uclinux by Russ Dill · 21 years ago
  36. 35e643b last_patch95 from vodz: by Eric Andersen · 21 years ago