hush: reinstate `cmd` handling for NOMMU (with fat big warning).
authorDenis Vlasenko <vda.linux@googlemail.com>
Sun, 10 Feb 2008 12:10:08 +0000 (12:10 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Sun, 10 Feb 2008 12:10:08 +0000 (12:10 -0000)
commit05743d79496cf96e9f6f645b6bbc165d51e6aa5c
tree50fb492810d898cdcafe63009bbb08a1dde039ca
parent68e8e96d7fba018b5b2354434fe0ae95fdfffc4f
hush: reinstate `cmd` handling for NOMMU (with fat big warning).
hush: fix a case where none of pipe members could be started
  because of fork failure
hush: rename functions: xxx_real -> xxx
hush: try to add a bit more of vfork-friendliness
hush: add rudimentary design docs
hush: add TODO (newly discovered bug with globbing)
include/libbb.h
shell/hush.c
shell/hush_doc.txt [new file with mode: 0644]
shell/hush_test/run-all
shell/hush_test/zbad2 [new file with mode: 0644]