hush/shell
2007-04-16 22:32:04 +00:00
..
ash_test fix accumulated whitespace and indentation damage 2007-03-20 11:30:28 +00:00
ash.c hush: use NOFORK applets as appropriate. Net reduction of code size. 2007-04-14 10:09:57 +00:00
bbsh.c style fixes. No code changes 2007-04-12 00:32:05 +00:00
Config.in Rename two config options: 2007-04-10 23:03:30 +00:00
hush.c style fixes, no code changes 2007-04-16 22:32:04 +00:00
Kbuild cmdedit is not a 'command' editing anymore, it's just editing (generic), 2007-01-22 09:03:07 +00:00
lash.c lash: recognize and use NOFORK applets 2007-04-14 11:16:29 +00:00
msh.c msh: style fixes 2007-04-14 15:08:41 +00:00
README msh: style fixes 2007-04-14 15:08:41 +00:00
susv3_doc.tar.bz2 shell/: add SUSv3 doc for fast & easy reference 2007-04-13 19:44:22 +00:00

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)