Commit History

Author SHA1 Message Date
  Denis Vlasenko a1b16f4d5c start_stop_daemon: NOMMU fix; smaller fixes 17 years ago
  Denis Vlasenko d8540f71ac init: make sure fd 0,1,2 are not closed, + related optimizations. 17 years ago
  Denis Vlasenko bdbbb7ec49 make busybox --install work even if /proc/self/exe doesn't exist 17 years ago
  Denis Vlasenko b055001b6a hush: fix handling of unmatched ${name (without closing '}') - 17 years ago
  Denis Vlasenko 96f67dc69d more compile fixes from randomconfig run 17 years ago
  Denis Vlasenko 18e19f2b0d hush: fix nofork + ctrl-Z clobbering of globals 17 years ago
  Denis Vlasenko f5294e1f4c hush: use NOFORK applets as appropriate. Net reduction of code size. 17 years ago
  Denis Vlasenko 831a20f512 pass a copy of argv[i] to NOFORK applets (they may permute it etc). 17 years ago
  Denis Vlasenko d571c08c25 fix misplaced #if 17 years ago
  Denis Vlasenko 473dae080a add more convenient defines for [NO]MMU: 17 years ago
  Denis Vlasenko f1a7141cfc random NOMMU fixes. compressed --help really does work for NOMMU! /me happy 17 years ago
  Denis Vlasenko 80d14beae9 Rename two config options: 17 years ago
  Denis Vlasenko c6758a07c6 make compressed help code NOMMU- and NOFORK-friendly - 17 years ago
  Denis Vlasenko 335b63d8d1 make a few struct bb_applet members conditional 17 years ago
  Denis Vlasenko 3f3aa2a57d make xfunctions optionally longjump instead of exit. 17 years ago
  Denis Vlasenko cd7001f705 factor out NOFORK/NOEXEC code from find. Use it for xargs too. 17 years ago
  Denis Vlasenko 53d445aa75 wait4pid: if passed with pid < 0, do not set errno - it is already set by exec! 17 years ago
  Denis Vlasenko 7e754f12d3 Implement first instance of NOFORK applet - echo 17 years ago
  Denis Vlasenko afa7023b46 zcip: make it work on NOMMU (+ improve NOMMU support machinery) 17 years ago
  Denis Vlasenko 53091ecd20 Attempt to get more applets compile for NOMMU. 17 years ago
  Denis Vlasenko bb7fcb4229 libbb: rework NOMMU helper API so that it makes more sense 17 years ago
  Denis Vlasenko 9067f13be0 NOMMU re-exec trick shuld not depend on existence of "don't daemonize" 17 years ago
  Denis Vlasenko 9af7c9d6b6 openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code 17 years ago
  Denis Vlasenko bf0a201008 style fixes 17 years ago
  Denis Vlasenko 55a994055f lsmod: repair indentation 18 years ago
  Bernhard Reutner-Fischer d591a360d3 - merge -r15463:15564 from busybox_scratch branch through these changesets: 18 years ago
  Rob Landley d9a761d9c3 Revert svn 15333. If you vfork, you must either exec or exit. (The parent is 18 years ago
  Mike Frysinger 6fb5847faf sometimes daemonizing and vfork()/exit() is ok 18 years ago
  Bernhard Reutner-Fischer c418d482ba - s/defined(__uClinux__)/BB_NOMMU/ 18 years ago
  Bernhard Reutner-Fischer 0a8812bdc5 - replace _PATH_DEVNULL with bb_dev_null 18 years ago