aboutsummaryrefslogtreecommitdiff
path: root/libbb (unfollow)
Commit message (Expand)AuthorFilesLines
2007-04-10- add ATTRIBUTE_DEPRECATED for functions that should be removed in the future.aldot1-0/+2
2007-04-10one-liner: fix indentationvda1-1/+1
2007-04-10bunzip2: big style cleanup. No code changes apart from one s/write/safe_write/vda1-190/+208
2007-04-10echo: fix regression ("echo" with no arguments didn't print newline.vda1-8/+11
2007-04-10audit small applets and mark some of them as NOFORK.vda41-128/+173
2007-04-10style fixes. No code changes.vda13-31/+30
2007-04-10- very minor shrinkage (-3b)aldot2-5/+7
2007-04-10- use skip_non_whitespace() where appropriatealdot3-7/+3
2007-04-10- add prototype for str_tolower()aldot1-0/+2
2007-04-10- add libbb function str_tolower to convert a string to lowercase.aldot3-56/+63
2007-04-09make xfunctions optionally longjump instead of exit.vda10-24/+39
2007-04-09factor out NOFORK/NOEXEC code from find. Use it for xargs too.vda4-68/+76
2007-04-09xargs: shrink code, ~80 bytesvda2-77/+80
2007-04-09wait4pid: if passed with pid < 0, do not set errno - it is already set by exec!vda2-34/+33
2007-04-09Implement first instance of NOFORK applet - echovda6-50/+77
2007-04-09busybox: fix "<applet>: applet not found" messagevda1-1/+5
2007-04-09Improve STANDALONE_SHELL. "safe" applets are renamed NOEXEC appletsvda5-93/+65
2007-04-09msh: smallish code shrinkage; cosmeticsvda1-68/+58
2007-04-09merge busybox.c into applets.cvda6-209/+199
2007-04-08applets.h: de-obfuscatevda1-26/+35
2007-04-08add some missed statics on constant objects.vda10-35/+40