Denis Vlasenko
|
489f93ebae
msh: cleaning up for -Wwrite-strings part #2
|
18 years ago |
Denis Vlasenko
|
00ccf95bc8
msh: cleaning up for -Wwrite-strings
|
18 years ago |
Denis Vlasenko
|
b6aae0f381
preparatory patch for -Wwrite-strings #2
|
18 years ago |
Denis Vlasenko
|
38f6319421
cmdedit is not a 'command' editing anymore, it's just editing (generic),
|
18 years ago |
Denis Vlasenko
|
8e1c71529c
Convert cmdedit into more generic line input facility
|
18 years ago |
Denis Vlasenko
|
b2abef3e54
stty: fix width of a field for ppc32
|
18 years ago |
Denis Vlasenko
|
e27f15615f
msh: double "static char line[LINELIM]" etc deleted.
|
18 years ago |
Denis Vlasenko
|
0ee3999d13
random tiny size savings
|
18 years ago |
Denis Vlasenko
|
9f739445cd
inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]
|
18 years ago |
Denis Vlasenko
|
d9e15f2068
style cleanup: return(a) -> return a, part 2
|
18 years ago |
Denis Vlasenko
|
079f8afa0a
style cleanup: return(a) -> return a, part 1
|
18 years ago |
Denis Vlasenko
|
89f0b3486d
rodata cleanup. "unable to" == "cannot". -300 bytes
|
18 years ago |
Mike Frysinger
|
3672fe9e91
remove duplicate flag decls
|
18 years ago |
Denis Vlasenko
|
c6f188def8
silly size savings and capitalization fixes
|
18 years ago |
Denis Vlasenko
|
ea62077b85
add open_read_close() and similar stuff
|
18 years ago |
Rob Landley
|
a299efb7b0
Make a warning go away when standalone shell is disabled.
|
18 years ago |
Rob Landley
|
c9c1a41c58
A couple things that got tangled up in my tree, easier to check in both than
|
18 years ago |
"Robert P. J. Day"
|
177c9f3128
Get rid of all "#if 0" content.
|
18 years ago |
"Robert P. J. Day"
|
68229837ff
Remove all usage of the "register" storage class specifier.
|
18 years ago |
Mike Frysinger
|
42705abc28
dont setpgrp() for now as it breaks system() and that is more important than ctrl+c handling of background processes
|
18 years ago |
Bernhard Reutner-Fischer
|
f087798e8b
- convert old-style parameter declarations (K&R) to modern style.
|
18 years ago |
Mike Frysinger
|
14ff19b28a
assign default debug level to the MSHDEBUG define
|
18 years ago |
Rob Landley
|
a34b48abe5
Upgrade the standalone shell code to use CONFIG_BUSYBOX_EXEC_PATH.
|
18 years ago |
Mike Frysinger
|
2a13175440
make the default prompt suck less when using fancy prompts
|
18 years ago |
Bernhard Reutner-Fischer
|
e15d7573a1
- move #include busybox.h to the very top so we pull in the config
|
18 years ago |
Mike Frysinger
|
3132e9d830
use xmalloc()
|
18 years ago |
Bernhard Reutner-Fischer
|
b180e5a766
- use portability wrapper define bb_setpgrp.
|
18 years ago |
Mike Frysinger
|
1781188a9d
didnt mean to commit debug enable
|
18 years ago |
Mike Frysinger
|
02d8fa48ad
use %p when printing pointers, not %x
|
18 years ago |
Mike Frysinger
|
4e512f1062
fix Bug 659 as reported by Robin Getz
|
18 years ago |