aboutsummaryrefslogtreecommitdiff
path: root/libbb/vfork_daemon_rexec.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hush: fix handling of unmatched ${name (without closing '}') -vda2007-05-241-1/+4
* more compile fixes from randomconfig runvda2007-05-171-0/+2
* hush: fix nofork + ctrl-Z clobbering of globalsvda2007-04-281-12/+29
* hush: use NOFORK applets as appropriate. Net reduction of code size.vda2007-04-141-41/+48
* pass a copy of argv[i] to NOFORK applets (they may permute it etc).vda2007-04-121-14/+18
* fix misplaced #ifvda2007-04-111-1/+1
* add more convenient defines for [NO]MMU:vda2007-04-111-15/+10
* random NOMMU fixes. compressed --help really does work for NOMMU! /me happyvda2007-04-101-0/+3
* Rename two config options:vda2007-04-101-4/+10
* make compressed help code NOMMU- and NOFORK-friendly -vda2007-04-101-98/+46
* make a few struct bb_applet members conditionalvda2007-04-101-5/+18
* make xfunctions optionally longjump instead of exit.vda2007-04-091-4/+21
* factor out NOFORK/NOEXEC code from find. Use it for xargs too.vda2007-04-091-3/+39
* wait4pid: if passed with pid < 0, do not set errno - it is already set by exec!vda2007-04-091-1/+33
* Implement first instance of NOFORK applet - echovda2007-04-091-3/+5
* zcip: make it work on NOMMU (+ improve NOMMU support machinery)vda2007-03-261-3/+6
* Attempt to get more applets compile for NOMMU.vda2007-03-261-4/+6
* libbb: rework NOMMU helper API so that it makes more sensevda2007-03-261-1/+133
* NOMMU re-exec trick shuld not depend on existence of "don't daemonize"vda2007-03-241-14/+9
* openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup codevda2007-01-191-2/+2
* style fixesvda2006-12-261-6/+2
* lsmod: repair indentationvda2006-09-301-2/+2
* - merge -r15463:15564 from busybox_scratch branch through these changesets:aldot2006-08-201-2/+2
* Revert svn 15333. If you vfork, you must either exec or exit. (The parent islandley2006-06-161-19/+5
* sometimes daemonizing and vfork()/exit() is okvapier2006-06-071-5/+19
* - s/defined(__uClinux__)/BB_NOMMU/aldot2006-05-311-2/+2
* - replace _PATH_DEVNULL with bb_dev_nullaldot2006-05-191-14/+3
* Larry Doolittle writes:andersen2004-04-141-2/+2
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-3/+3
* Get vfork_daemon_rexec working under uclinuxruss2003-12-151-6/+57
* last_patch95 from vodz:andersen2003-07-281-0/+27