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
about
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
*
Merge branch 'busybox' into merge
Ron Yorston
2016-04-04
1
-2
/
+1
|
\
|
*
applet_tables: save space by removing applet name offsets
Ron Yorston
2016-03-30
1
-2
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2015-10-13
1
-14
/
+25
|
\
|
|
*
remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS builds
Denys Vlasenko
2015-10-09
1
-14
/
+25
*
|
mingw: define a macro for spawn
Ron Yorston
2015-05-27
1
-3
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2012-03-23
1
-1
/
+9
|
\
|
|
*
bb_daemonize_or_rexec(): add flag to double-fork; use it in start-stop-daemon
Peter Korsgaard
2011-11-09
1
-1
/
+9
*
|
Merge commit 'da4441c44f6efccb6f7b7588404d9c6bfb7b6af8' into merge
Ron Yorston
2012-03-22
1
-35
/
+26
|
\
|
|
*
libbb: spawn should remove child which failed to exec
Denys Vlasenko
2011-02-03
1
-0
/
+1
|
*
move nofork_save_area from libbb.h to vfork_daemon_rexec.c
Denys Vlasenko
2011-02-02
1
-29
/
+19
|
*
libbb: make BB_EXECVP/LP try to exec real binary if there's no /proc/self/exe
Denys Vlasenko
2011-02-02
1
-6
/
+6
*
|
Merge branch 'origin/master' (early part)
Nguyễn Thái Ngọc Duy
2010-09-14
1
-1
/
+1
|
\
|
|
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
|
Merge branch 'origin/master' (early part)
Nguyễn Thái Ngọc Duy
2010-09-14
1
-50
/
+2
|
\
|
|
*
*: introduce and use xfork() and xvfork()
Pascal Bellard
2010-07-04
1
-15
/
+1
|
*
libbb: introduce and use BB_EXECVP_or_die()
Pascal Bellard
2010-07-04
1
-34
/
+0
|
*
*: make exec failure message more consistent
Denys Vlasenko
2010-06-25
1
-1
/
+1
*
|
win32: Replace spawn() and spawn_and_wait() with Win32 version
Nguyễn Thái Ngọc Duy
2010-09-10
1
-1
/
+4
|
/
*
*: code shrink and better "died from signal" reporting from wait4pid
Denys Vlasenko
2010-03-18
1
-1
/
+1
*
*: introduce and use ffulsh_all()
Denys Vlasenko
2009-11-02
1
-1
/
+1
*
libbb: revert the change where spawn reports exec failure
Denys Vlasenko
2009-10-11
1
-1
/
+2
*
libbb: make spawn() print "can't execute '%s'" on execv error
Denys Vlasenko
2009-10-08
1
-0
/
+1
*
*: more portability fixes by Dan Fandrich
Denys Vlasenko
2009-09-23
1
-1
/
+0
*
stop using non-standard macro, use WEXITSTATUS instead
Denys Vlasenko
2009-06-07
1
-2
/
+1
*
Compatibility fixes:
Denis Vlasenko
2009-03-20
1
-10
/
+9
*
runsvdir: alternative methon of supporting runsvdir-as-init. +66 bytes.
Denis Vlasenko
2008-11-06
1
-4
/
+4
*
ash: fix a bug in standalone mode (corrupted getopt() state)
Denis Vlasenko
2008-10-20
1
-2
/
+34
*
mdev: do not follow symlinks in /sys (as was intended prior to rev 18811).
Denis Vlasenko
2008-07-06
1
-1
/
+8
*
revert last two commits. vfork cannot be used in subroutine,
Denis Vlasenko
2008-07-01
1
-2
/
+6
*
*: introduce and use xfork()
Denis Vlasenko
2008-07-01
1
-3
/
+1
*
*: introduce and use xvfork()
Denis Vlasenko
2008-07-01
1
-3
/
+1
*
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2008-06-27
1
-15
/
+15
*
- use EXIT_{SUCCESS,FAILURE}. No object-code changes
Bernhard Reutner-Fischer
2008-05-19
1
-2
/
+2
*
fix english in comment
Denis Vlasenko
2008-04-13
1
-3
/
+3
*
ash: speed up NOFORK code in ash by eliminating second find_applet().
Denis Vlasenko
2008-04-13
1
-1
/
+10
*
libbb: introduce and use xrename and rename_or_warn.
Denis Vlasenko
2008-02-17
1
-5
/
+0
*
*: move getopt reset code to better place(s)
Denis Vlasenko
2008-01-28
1
-20
/
+0
*
tentatively fix getopt state corruption for NOFORK applets
Denis Vlasenko
2008-01-27
1
-2
/
+24
*
libbb: introduce and use safe_waitpid (loops in EINTR)
Denis Vlasenko
2008-01-02
1
-16
/
+21
*
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
[next]