busybox/shell
Denis Vlasenko 7d4c44e1b1 shells: remove few statics and duplicated code
(much more of the same remains, alas)
function                                             old     new   delta
doset                                                330     332      +2
warn                                                  53      51      -2
onecommand                                           463     461      -2
ioecho                                                40      38      -2
forkexec                                            1412    1410      -2
err                                                   81      79      -2
setdash                                               59      56      -3
flag                                                   4       -      -4
msh_main                                            1389    1384      -5
eval                                                 388     381      -7
subgetc                                              759     747     -12
static.local                                          14       -     -14
b_adduint                                             70      52     -18
------------------------------------------------------------------------------
(add/remove: 0/2 grow/shrink: 1/10 up/down: 2/-73)            Total: -71 bytes
2007-04-16 22:34:39 +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 shells: remove few statics and duplicated code 2007-04-16 22:34:39 +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 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
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)