Implement first instance of NOFORK applet - echo
authorDenis Vlasenko <vda.linux@googlemail.com>
Mon, 9 Apr 2007 13:04:50 +0000 (13:04 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Mon, 9 Apr 2007 13:04:50 +0000 (13:04 -0000)
commit7e754f12d304704d44e10fd4d2fdb8710526656e
tree9aa16703d48b9a7a38ccaec3759a19e95e976383
parent2dfdd44d9d6c3984501683bbac2e78b18eeae1e7
Implement first instance of NOFORK applet - echo
find: use NOFORK/NOEXEC; small -exec buglet also eliminated
vfork_daemon_rexec: honor PREFER_APPLETS
echo: small size improvements

find -exec echo {} \; with PREFER_APPLETS=y runs 4 times faster
Config.in
coreutils/echo.c
findutils/find.c
include/applets.h
libbb/process_escape_sequence.c
libbb/vfork_daemon_rexec.c