index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbb
/
vfork_daemon_rexec.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Further optimize applet tables; prettify build output
Denis Vlasenko
2007-11-29
1
-1
/
+1
*
reorganize applet table. Eliminates pointers to names.
Denis Vlasenko
2007-11-28
1
-11
/
+11
*
get rid of global "struct bb_applet *current_applet"
Denis Vlasenko
2007-10-10
1
-7
/
+3
*
'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.
Denis Vlasenko
2007-10-01
1
-1
/
+1
*
make standalone httpd work on NOMMU machines
Denis Vlasenko
2007-08-18
1
-5
/
+10
*
start_stop_daemon: NOMMU fix; smaller fixes
Denis Vlasenko
2007-07-31
1
-2
/
+2
*
init: make sure fd 0,1,2 are not closed, + related optimizations.
Denis Vlasenko
2007-06-14
1
-6
/
+6
*
make busybox --install work even if /proc/self/exe doesn't exist
Denis Vlasenko
2007-06-08
1
-2
/
+2
*
hush: fix handling of unmatched ${name (without closing '}') -
Denis Vlasenko
2007-05-24
1
-1
/
+4
*
more compile fixes from randomconfig run
Denis Vlasenko
2007-05-17
1
-0
/
+2
*
hush: fix nofork + ctrl-Z clobbering of globals
Denis Vlasenko
2007-04-28
1
-12
/
+29
*
hush: use NOFORK applets as appropriate. Net reduction of code size.
Denis Vlasenko
2007-04-14
1
-41
/
+48
*
pass a copy of argv[i] to NOFORK applets (they may permute it etc).
Denis Vlasenko
2007-04-12
1
-14
/
+18
*
fix misplaced #if
Denis Vlasenko
2007-04-11
1
-1
/
+1
*
add more convenient defines for [NO]MMU:
Denis Vlasenko
2007-04-11
1
-15
/
+10
*
random NOMMU fixes. compressed --help really does work for NOMMU! /me happy
Denis Vlasenko
2007-04-10
1
-0
/
+3
*
Rename two config options:
Denis Vlasenko
2007-04-10
1
-4
/
+10
*
make compressed help code NOMMU- and NOFORK-friendly -
Denis Vlasenko
2007-04-10
1
-98
/
+46
*
make a few struct bb_applet members conditional
Denis Vlasenko
2007-04-10
1
-5
/
+18
*
make xfunctions optionally longjump instead of exit.
Denis Vlasenko
2007-04-09
1
-4
/
+21
*
factor out NOFORK/NOEXEC code from find. Use it for xargs too.
Denis Vlasenko
2007-04-09
1
-3
/
+39
*
wait4pid: if passed with pid < 0, do not set errno - it is already set by exec!
Denis Vlasenko
2007-04-09
1
-1
/
+33
*
Implement first instance of NOFORK applet - echo
Denis Vlasenko
2007-04-09
1
-3
/
+5
*
zcip: make it work on NOMMU (+ improve NOMMU support machinery)
Denis Vlasenko
2007-03-26
1
-3
/
+6
*
Attempt to get more applets compile for NOMMU.
Denis Vlasenko
2007-03-26
1
-4
/
+6
*
libbb: rework NOMMU helper API so that it makes more sense
Denis Vlasenko
2007-03-26
1
-1
/
+133
*
NOMMU re-exec trick shuld not depend on existence of "don't daemonize"
Denis Vlasenko
2007-03-24
1
-14
/
+9
*
openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code
Denis Vlasenko
2007-01-19
1
-2
/
+2
*
style fixes
Denis Vlasenko
2006-12-26
1
-6
/
+2
*
lsmod: repair indentation
Denis Vlasenko
2006-09-30
1
-2
/
+2
*
- merge -r15463:15564 from busybox_scratch branch through these changesets:
Bernhard Reutner-Fischer
2006-08-20
1
-2
/
+2
*
Revert svn 15333. If you vfork, you must either exec or exit. (The parent is
Rob Landley
2006-06-16
1
-19
/
+5
*
sometimes daemonizing and vfork()/exit() is ok
Mike Frysinger
2006-06-07
1
-5
/
+19
*
- s/defined(__uClinux__)/BB_NOMMU/
Bernhard Reutner-Fischer
2006-05-31
1
-2
/
+2
*
- replace _PATH_DEVNULL with bb_dev_null
Bernhard Reutner-Fischer
2006-05-19
1
-14
/
+3
*
Larry Doolittle writes:
Eric Andersen
2004-04-14
1
-2
/
+2
*
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2004-03-15
1
-3
/
+3
*
Get vfork_daemon_rexec working under uclinux
Russ Dill
2003-12-15
1
-6
/
+57
*
last_patch95 from vodz:
Eric Andersen
2003-07-28
1
-0
/
+27