summaryrefslogtreecommitdiff
path: root/libbb/vfork_daemon_rexec.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* get rid of global "struct bb_applet *current_applet"Denis Vlasenko2007-10-101-7/+3
* 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko2007-10-011-1/+1
* make standalone httpd work on NOMMU machinesDenis Vlasenko2007-08-181-5/+10
* start_stop_daemon: NOMMU fix; smaller fixesDenis Vlasenko2007-07-311-2/+2
* init: make sure fd 0,1,2 are not closed, + related optimizations.Denis Vlasenko2007-06-141-6/+6
* make busybox --install work even if /proc/self/exe doesn't existDenis Vlasenko2007-06-081-2/+2
* hush: fix handling of unmatched ${name (without closing '}') -Denis Vlasenko2007-05-241-1/+4
* more compile fixes from randomconfig runDenis Vlasenko2007-05-171-0/+2
* hush: fix nofork + ctrl-Z clobbering of globalsDenis Vlasenko2007-04-281-12/+29
* hush: use NOFORK applets as appropriate. Net reduction of code size.Denis Vlasenko2007-04-141-41/+48
* pass a copy of argv[i] to NOFORK applets (they may permute it etc).Denis Vlasenko2007-04-121-14/+18
* fix misplaced #ifDenis Vlasenko2007-04-111-1/+1
* add more convenient defines for [NO]MMU:Denis Vlasenko2007-04-111-15/+10
* random NOMMU fixes. compressed --help really does work for NOMMU! /me happyDenis Vlasenko2007-04-101-0/+3
* Rename two config options:Denis Vlasenko2007-04-101-4/+10
* make compressed help code NOMMU- and NOFORK-friendly -Denis Vlasenko2007-04-101-98/+46
* make a few struct bb_applet members conditionalDenis Vlasenko2007-04-101-5/+18
* make xfunctions optionally longjump instead of exit.Denis Vlasenko2007-04-091-4/+21
* factor out NOFORK/NOEXEC code from find. Use it for xargs too.Denis Vlasenko2007-04-091-3/+39
* wait4pid: if passed with pid < 0, do not set errno - it is already set by exec!Denis Vlasenko2007-04-091-1/+33
* Implement first instance of NOFORK applet - echoDenis Vlasenko2007-04-091-3/+5
* zcip: make it work on NOMMU (+ improve NOMMU support machinery)Denis Vlasenko2007-03-261-3/+6
* Attempt to get more applets compile for NOMMU.Denis Vlasenko2007-03-261-4/+6
* libbb: rework NOMMU helper API so that it makes more senseDenis Vlasenko2007-03-261-1/+133
* NOMMU re-exec trick shuld not depend on existence of "don't daemonize"Denis Vlasenko2007-03-241-14/+9
* openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup codeDenis Vlasenko2007-01-191-2/+2
* style fixesDenis Vlasenko2006-12-261-6/+2
* lsmod: repair indentationDenis Vlasenko2006-09-301-2/+2
* - merge -r15463:15564 from busybox_scratch branch through these changesets:Bernhard Reutner-Fischer2006-08-201-2/+2
* Revert svn 15333. If you vfork, you must either exec or exit. (The parent isRob Landley2006-06-161-19/+5
* sometimes daemonizing and vfork()/exit() is okMike Frysinger2006-06-071-5/+19
* - s/defined(__uClinux__)/BB_NOMMU/Bernhard Reutner-Fischer2006-05-311-2/+2
* - replace _PATH_DEVNULL with bb_dev_nullBernhard Reutner-Fischer2006-05-191-14/+3
* Larry Doolittle writes:Eric Andersen2004-04-141-2/+2
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-3/+3
* Get vfork_daemon_rexec working under uclinuxRuss Dill2003-12-151-6/+57
* last_patch95 from vodz:Eric Andersen2003-07-281-0/+27