*: introduce and use xfork() and xvfork()
authorPascal Bellard <pascal.bellard@ads-lu.com>
Sun, 4 Jul 2010 13:32:38 +0000 (15:32 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 4 Jul 2010 13:32:38 +0000 (15:32 +0200)
commit926031b7640bf5aad2ffcd54b096911743a47d97
tree093e0e1bab2c905a97c5880e4942e2000ada7e72
parent243d1757d798a0cd43f51eb1db75cc1e81c65732
*: introduce and use xfork() and xvfork()

function                                             old     new   delta
launch_helper                                        170     169      -1
setup_heredoc                                        312     302     -10
handle_dir_common                                    367     354     -13
expand_vars_to_list                                 2456    2443     -13
open_transformer                                      89      74     -15
data_extract_to_command                              439     423     -16
do_ipaddr                                           1406    1389     -17
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/7 up/down: 0/-85)             Total: -85 bytes

Signed-off-by: Pascal Bellard <pascal.bellard@ads-lu.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
21 files changed:
archival/libunarchive/data_extract_to_command.c
archival/libunarchive/open_transformer.c
archival/tar.c
debianutils/start_stop_daemon.c
e2fsprogs/old_e2fsprogs/fsck.c
include/libbb.h
init/bootchartd.c
libbb/vfork_daemon_rexec.c
libbb/xfuncs_printf.c
mailutils/mail.c
miscutils/conspy.c
miscutils/crontab.c
miscutils/time.c
miscutils/timeout.c
networking/ftpd.c
networking/ifupdown.c
networking/inetd.c
networking/nc.c
scripts/basic/docproc.c
shell/hush.c
util-linux/script.c