Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2007-04-10 | - add libbb function str_tolower to convert a string to lowercase. | aldot | 3 | -56/+63 |
2007-04-09 | make xfunctions optionally longjump instead of exit. | vda | 10 | -24/+39 |
2007-04-09 | factor out NOFORK/NOEXEC code from find. Use it for xargs too. | vda | 4 | -68/+76 |
2007-04-09 | xargs: shrink code, ~80 bytes | vda | 2 | -77/+80 |
2007-04-09 | wait4pid: if passed with pid < 0, do not set errno - it is already set by exec! | vda | 2 | -34/+33 |
2007-04-09 | Implement first instance of NOFORK applet - echo | vda | 6 | -50/+77 |
2007-04-09 | busybox: fix "<applet>: applet not found" message | vda | 1 | -1/+5 |
2007-04-09 | Improve STANDALONE_SHELL. "safe" applets are renamed NOEXEC applets | vda | 5 | -93/+65 |
2007-04-09 | msh: smallish code shrinkage; cosmetics | vda | 1 | -68/+58 |
2007-04-09 | merge busybox.c into applets.c | vda | 6 | -209/+199 |
2007-04-08 | applets.h: de-obfuscate | vda | 1 | -26/+35 |
2007-04-08 | add some missed statics on constant objects. | vda | 10 | -35/+40 |