aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2007-04-10random NOMMU fixes. compressed --help really does work for NOMMU! /me happyvda5-9/+28
2007-04-10Rename two config options:vda17-40/+67
2007-04-10xargs: fix my brain fart (resulted in memory leak)vda1-7/+6
2007-04-10make compressed help code NOMMU- and NOFORK-friendly -vda11-170/+134
2007-04-10make a few struct bb_applet members conditionalvda18-83/+114
2007-04-10- mv ip*_main into ip.c; use a dispatcher to save on needless duplication.aldot7-136/+51
2007-04-10- use enum for the OPs as suggested by vda. No obj-code changes.aldot1-14/+18
2007-04-10- forgot this hunk that corrects the usage text of ipaldot1-3/+15
2007-04-10- rewrite the ip applet to be less bloatyaldot2-23/+49
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