busybox/shell
2007-04-20 08:35:45 +00:00
..
ash_test
ash.c hush: use NOFORK applets as appropriate. Net reduction of code size. 2007-04-14 10:09:57 +00:00
bbsh.c
Config.in
hush.c hush: small code shrink; style fixes 2007-04-20 08:35:45 +00:00
Kbuild
lash.c lash: recognize and use NOFORK applets 2007-04-14 11:16:29 +00:00
msh.c shells: remove few statics and duplicated code 2007-04-16 22:34:39 +00:00
README msh: style fixes 2007-04-14 15:08:41 +00:00
README.job hush: small code shrink; style fixes 2007-04-20 08:35:45 +00:00
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)