aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* style fixes. No code changesvda2007-04-1230-82/+84
* bb_full_fd_action: remove potential xmalloc from NOFORK pathvda2007-04-1120-162/+183
* ash: fix kill -l (by Mats Erik Andersson <mats.andersson64@comhem.se>)vda2007-04-111-1/+1
* fix typo in docvda2007-04-111-1/+1
* style fixes, no code changes.vda2007-04-116-33/+37
* rename: run_applet_by_name -> run_applet_and_exitvda2007-04-118-11/+11
* - set the scope properly. Thanks to Jean Wolter, who wrote:aldot2007-04-111-0/+12
* Add NOFORK/NOEXEC documentation.vda2007-04-111-0/+70
* fix typo in commentvda2007-04-111-2/+2
* fix misplaced #ifvda2007-04-111-1/+1
* add more convenient defines for [NO]MMU:vda2007-04-116-27/+30
* random NOMMU fixes. compressed --help really does work for NOMMU! /me happyvda2007-04-105-9/+28
* Rename two config options:vda2007-04-1017-40/+67
* xargs: fix my brain fart (resulted in memory leak)vda2007-04-101-7/+6
* make compressed help code NOMMU- and NOFORK-friendly -vda2007-04-1011-170/+134
* make a few struct bb_applet members conditionalvda2007-04-1018-83/+114
* - mv ip*_main into ip.c; use a dispatcher to save on needless duplication.aldot2007-04-107-136/+51
* - use enum for the OPs as suggested by vda. No obj-code changes.aldot2007-04-101-14/+18
* - forgot this hunk that corrects the usage text of ipaldot2007-04-101-3/+15
* - rewrite the ip applet to be less bloatyaldot2007-04-102-23/+49
* - add ATTRIBUTE_DEPRECATED for functions that should be removed in the future.aldot2007-04-101-0/+2
* one-liner: fix indentationvda2007-04-101-1/+1
* bunzip2: big style cleanup. No code changes apart from one s/write/safe_write/vda2007-04-101-190/+208
* echo: fix regression ("echo" with no arguments didn't print newline.vda2007-04-101-8/+11
* audit small applets and mark some of them as NOFORK.vda2007-04-1041-128/+173
* style fixes. No code changes.vda2007-04-1013-31/+30
* - very minor shrinkage (-3b)aldot2007-04-102-5/+7
* - use skip_non_whitespace() where appropriatealdot2007-04-103-7/+3
* - add prototype for str_tolower()aldot2007-04-101-0/+2
* - add libbb function str_tolower to convert a string to lowercase.aldot2007-04-103-56/+63
* make xfunctions optionally longjump instead of exit.vda2007-04-0910-24/+39
* factor out NOFORK/NOEXEC code from find. Use it for xargs too.vda2007-04-094-68/+76
* xargs: shrink code, ~80 bytesvda2007-04-092-77/+80
* wait4pid: if passed with pid < 0, do not set errno - it is already set by exec!vda2007-04-092-34/+33
* Implement first instance of NOFORK applet - echovda2007-04-096-50/+77
* busybox: fix "<applet>: applet not found" messagevda2007-04-091-1/+5
* Improve STANDALONE_SHELL. "safe" applets are renamed NOEXEC appletsvda2007-04-095-93/+65
* msh: smallish code shrinkage; cosmeticsvda2007-04-091-68/+58
* merge busybox.c into applets.cvda2007-04-096-209/+199
* applets.h: de-obfuscatevda2007-04-081-26/+35
* add some missed statics on constant objects.vda2007-04-0810-35/+40
* adding small script, mostly for documentational purposesvda2007-04-081-0/+9
* getopt32: fix llist_t options ordering. llist_rev is not unused.vda2007-04-0810-55/+53
* find: fix -prune more. Add big comment about it.vda2007-04-081-7/+21
* find: fix handling of -prunevda2007-04-089-59/+71
* busybox.net: micro fixvda2007-04-071-1/+0
* busybox.net: update "screenshot"vda2007-04-071-35/+39
* getopt: use getopt32 for option parsing - inspired by patch by vda2007-04-071-195/+158
* docs: "how to add a patch"vda2007-04-072-1/+17
* libiproute: audit callgraph, shortcut error paths into die() functions.vda2007-04-0711-319/+247