Denis Vlasenko 5f786c24e4 hush: small code shrink; style fixes il y a 17 ans
..
ash_test c86e052b81 fix accumulated whitespace and indentation damage il y a 17 ans
Config.in 80d14beae9 Rename two config options: il y a 17 ans
Kbuild 38f6319421 cmdedit is not a 'command' editing anymore, it's just editing (generic), il y a 17 ans
README e471275813 msh: style fixes il y a 17 ans
README.job 5f786c24e4 hush: small code shrink; style fixes il y a 17 ans
ash.c f5294e1f4c hush: use NOFORK applets as appropriate. Net reduction of code size. il y a 17 ans
bbsh.c 51742f4bb0 style fixes. No code changes il y a 17 ans
hush.c 5f786c24e4 hush: small code shrink; style fixes il y a 17 ans
lash.c 8a28e620ce lash: recognize and use NOFORK applets il y a 17 ans
msh.c 7d4c44e1b1 shells: remove few statics and duplicated code il y a 17 ans
susv3_doc.tar.bz2 b636d8c18c shell/: add SUSv3 doc for fast & easy reference il y a 17 ans

README

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)