Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
b140eddc415742d9ae5a4dc6b310fa59ea38cd19
/
libbb
/
vfork_daemon_rexec.c
867bd37
fix english in comment
by Denis Vlasenko
· 17 years ago
7465dbc
ash: speed up NOFORK code in ash by eliminating second find_applet().
by Denis Vlasenko
· 17 years ago
cb448fe
libbb: introduce and use xrename and rename_or_warn.
by Denis Vlasenko
· 17 years ago
9772816
*: move getopt reset code to better place(s)
by Denis Vlasenko
· 17 years ago
c4e4be9
tentatively fix getopt state corruption for NOFORK applets
by Denis Vlasenko
· 17 years ago
fb0eba7
libbb: introduce and use safe_waitpid (loops in EINTR)
by Denis Vlasenko
· 17 years ago
745cd17
Further optimize applet tables; prettify build output
by Denis Vlasenko
· 17 years ago
1aa7e47
reorganize applet table. Eliminates pointers to names.
by Denis Vlasenko
· 17 years ago
82d38da
get rid of global "struct bb_applet *current_applet"
by Denis Vlasenko
· 17 years ago
0c97c9d
'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.
by Denis Vlasenko
· 17 years ago
367960b
make standalone httpd work on NOMMU machines
by Denis Vlasenko
· 17 years ago
a1b16f4
start_stop_daemon: NOMMU fix; smaller fixes
by Denis Vlasenko
· 17 years ago
d8540f7
init: make sure fd 0,1,2 are not closed, + related optimizations.
by Denis Vlasenko
· 18 years ago
bdbbb7e
make busybox --install work even if /proc/self/exe doesn't exist
by Denis Vlasenko
· 18 years ago
b055001
hush: fix handling of unmatched ${name (without closing '}') -
by Denis Vlasenko
· 18 years ago
96f67dc
more compile fixes from randomconfig run
by Denis Vlasenko
· 18 years ago
18e19f2
hush: fix nofork + ctrl-Z clobbering of globals
by Denis Vlasenko
· 18 years ago
f5294e1
hush: use NOFORK applets as appropriate. Net reduction of code size.
by Denis Vlasenko
· 18 years ago
831a20f
pass a copy of argv[i] to NOFORK applets (they may permute it etc).
by Denis Vlasenko
· 18 years ago
d571c08
fix misplaced #if
by Denis Vlasenko
· 18 years ago
473dae0
add more convenient defines for [NO]MMU: "#ifndef BB_NOMMU" is a double negative
by Denis Vlasenko
· 18 years ago
f1a7141
random NOMMU fixes. compressed --help really does work for NOMMU! /me happy
by Denis Vlasenko
· 18 years ago
80d14be
Rename two config options:
by Denis Vlasenko
· 18 years ago
c6758a0
make compressed help code NOMMU- and NOFORK-friendly -
by Denis Vlasenko
· 18 years ago
335b63d
make a few struct bb_applet members conditional
by Denis Vlasenko
· 18 years ago
3f3aa2a
make xfunctions optionally longjump instead of exit.
by Denis Vlasenko
· 18 years ago
cd7001f
factor out NOFORK/NOEXEC code from find. Use it for xargs too.
by Denis Vlasenko
· 18 years ago
53d445a
wait4pid: if passed with pid < 0, do not set errno - it is already set by exec!
by Denis Vlasenko
· 18 years ago
7e754f1
Implement first instance of NOFORK applet - echo
by Denis Vlasenko
· 18 years ago
afa7023
zcip: make it work on NOMMU (+ improve NOMMU support machinery)
by Denis Vlasenko
· 18 years ago
53091ec
Attempt to get more applets compile for NOMMU.
by Denis Vlasenko
· 18 years ago
bb7fcb4
libbb: rework NOMMU helper API so that it makes more sense
by Denis Vlasenko
· 18 years ago
9067f13
NOMMU re-exec trick shuld not depend on existence of "don't daemonize"
by Denis Vlasenko
· 18 years ago
9af7c9d
openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code
by Denis Vlasenko
· 18 years ago
bf0a201
style fixes last xcalloc replaced by xzalloc
by Denis Vlasenko
· 18 years ago
55a9940
lsmod: repair indentation
by Denis Vlasenko
· 18 years ago
d591a36
- merge -r15463:15564 from busybox_scratch branch through these changesets:
by Bernhard Reutner-Fischer
· 18 years ago
d9a761d
Revert svn 15333. If you vfork, you must either exec or exit. (The parent is
by Rob Landley
· 19 years ago
6fb5847
sometimes daemonizing and vfork()/exit() is ok
by Mike Frysinger
· 19 years ago
c418d48
- s/defined(__uClinux__)/BB_NOMMU/
by Bernhard Reutner-Fischer
· 19 years ago
0a8812b
- replace _PATH_DEVNULL with bb_dev_null
by Bernhard Reutner-Fischer
· 19 years ago
aff114c
Larry Doolittle writes:
by Eric Andersen
· 21 years ago
c7bda1c
Remove trailing whitespace. Update copyright to include 2004.
by Eric Andersen
· 21 years ago
a1fece2
Get vfork_daemon_rexec working under uclinux
by Russ Dill
· 21 years ago
35e643b
last_patch95 from vodz:
by Eric Andersen
· 21 years ago