aboutsummaryrefslogtreecommitdiff
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2007-04-10style fixes. No code changes.Denis Vlasenko13-31/+30
2007-04-10- very minor shrinkage (-3b)Bernhard Reutner-Fischer2-5/+7
2007-04-10- use skip_non_whitespace() where appropriateBernhard Reutner-Fischer3-7/+3
2007-04-10- add prototype for str_tolower()Bernhard Reutner-Fischer1-0/+2
2007-04-10- add libbb function str_tolower to convert a string to lowercase.Bernhard Reutner-Fischer3-56/+63
2007-04-09make xfunctions optionally longjump instead of exit.Denis Vlasenko10-24/+39
2007-04-09factor out NOFORK/NOEXEC code from find. Use it for xargs too.Denis Vlasenko4-68/+76
2007-04-09xargs: shrink code, ~80 bytesDenis Vlasenko2-77/+80
2007-04-09wait4pid: if passed with pid < 0, do not set errno - it is already set by exec!Denis Vlasenko2-34/+33
2007-04-09Implement first instance of NOFORK applet - echoDenis Vlasenko6-50/+77
2007-04-09busybox: fix "<applet>: applet not found" messageDenis Vlasenko1-1/+5
2007-04-09Improve STANDALONE_SHELL. "safe" applets are renamed NOEXEC appletsDenis Vlasenko5-93/+65
2007-04-09msh: smallish code shrinkage; cosmeticsDenis Vlasenko1-68/+58
2007-04-09merge busybox.c into applets.cDenis Vlasenko6-209/+199
2007-04-08applets.h: de-obfuscateDenis Vlasenko1-26/+35
2007-04-08add some missed statics on constant objects.Denis Vlasenko10-35/+40