hush/shell
2007-04-18 17:21:28 +00:00
..
ash_test
ash.c
bbsh.c
Config.in
hush.c hush: remove stray semicolon (should change nothing) 2007-04-18 17:21:28 +00:00
Kbuild
lash.c
msh.c
README
susv3_doc.tar.bz2

Various bits of what is known about busybox shells, in no particular order.

2007-04-14
lash, hush: both do setsid() and as a result don't have ctty!
Ctrl-C doesn't work for any child (try rm -i), etc...
lash: bare ">file" doesn't create a file (hush works)