| Commit message (Expand) | Author | Age | Files | Lines |
* | sed: fix escaped newlines in -f; fix multiple -f and -e | vda | 2007-04-12 | 1 | -32/+18 |
* | login: fixing my brainfart: xspawn(t_argv) <- was using argv! | vda | 2007-04-12 | 1 | -1/+1 |
* | make sure we free the grep data as well | vapier | 2007-04-12 | 1 | -0/+1 |
* | lash: "forking" applets are actually can be treated the same way as "non-fork... | vda | 2007-04-12 | 1 | -42/+27 |
* | fix realloc-of-non-malloced pointer, and reduce size while at it | vda | 2007-04-12 | 2 | -15/+15 |
* | login: remove setpgrp call (makes it work from shell prompt again). | vda | 2007-04-12 | 4 | -38/+32 |
* | pass a copy of argv[i] to NOFORK applets (they may permute it etc). | vda | 2007-04-12 | 5 | -30/+38 |
* | - shrink iproute a bit (-200 bytes). Untested | aldot | 2007-04-12 | 3 | -63/+84 |
* | - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a... | aldot | 2007-04-12 | 16 | -239/+159 |
* | style fixes. No code changes | vda | 2007-04-12 | 30 | -82/+84 |
* | bb_full_fd_action: remove potential xmalloc from NOFORK path | vda | 2007-04-11 | 20 | -162/+183 |
* | ash: fix kill -l (by Mats Erik Andersson <mats.andersson64@comhem.se>) | vda | 2007-04-11 | 1 | -1/+1 |
* | fix typo in doc | vda | 2007-04-11 | 1 | -1/+1 |
* | style fixes, no code changes. | vda | 2007-04-11 | 6 | -33/+37 |
* | rename: run_applet_by_name -> run_applet_and_exit | vda | 2007-04-11 | 8 | -11/+11 |
* | - set the scope properly. Thanks to Jean Wolter, who wrote: | aldot | 2007-04-11 | 1 | -0/+12 |
* | Add NOFORK/NOEXEC documentation. | vda | 2007-04-11 | 1 | -0/+70 |
* | fix typo in comment | vda | 2007-04-11 | 1 | -2/+2 |
* | fix misplaced #if | vda | 2007-04-11 | 1 | -1/+1 |
* | add more convenient defines for [NO]MMU: | vda | 2007-04-11 | 6 | -27/+30 |
* | random NOMMU fixes. compressed --help really does work for NOMMU! /me happy | vda | 2007-04-10 | 5 | -9/+28 |
* | Rename two config options: | vda | 2007-04-10 | 17 | -40/+67 |
* | xargs: fix my brain fart (resulted in memory leak) | vda | 2007-04-10 | 1 | -7/+6 |
* | make compressed help code NOMMU- and NOFORK-friendly - | vda | 2007-04-10 | 11 | -170/+134 |
* | make a few struct bb_applet members conditional | vda | 2007-04-10 | 18 | -83/+114 |
* | - mv ip*_main into ip.c; use a dispatcher to save on needless duplication. | aldot | 2007-04-10 | 7 | -136/+51 |
* | - use enum for the OPs as suggested by vda. No obj-code changes. | aldot | 2007-04-10 | 1 | -14/+18 |
* | - forgot this hunk that corrects the usage text of ip | aldot | 2007-04-10 | 1 | -3/+15 |
* | - rewrite the ip applet to be less bloaty | aldot | 2007-04-10 | 2 | -23/+49 |
* | - add ATTRIBUTE_DEPRECATED for functions that should be removed in the future. | aldot | 2007-04-10 | 1 | -0/+2 |
* | one-liner: fix indentation | vda | 2007-04-10 | 1 | -1/+1 |
* | bunzip2: big style cleanup. No code changes apart from one s/write/safe_write/ | vda | 2007-04-10 | 1 | -190/+208 |
* | echo: fix regression ("echo" with no arguments didn't print newline. | vda | 2007-04-10 | 1 | -8/+11 |
* | audit small applets and mark some of them as NOFORK. | vda | 2007-04-10 | 41 | -128/+173 |
* | style fixes. No code changes. | vda | 2007-04-10 | 13 | -31/+30 |
* | - very minor shrinkage (-3b) | aldot | 2007-04-10 | 2 | -5/+7 |
* | - use skip_non_whitespace() where appropriate | aldot | 2007-04-10 | 3 | -7/+3 |
* | - add prototype for str_tolower() | aldot | 2007-04-10 | 1 | -0/+2 |
* | - add libbb function str_tolower to convert a string to lowercase. | aldot | 2007-04-10 | 3 | -56/+63 |
* | make xfunctions optionally longjump instead of exit. | vda | 2007-04-09 | 10 | -24/+39 |
* | factor out NOFORK/NOEXEC code from find. Use it for xargs too. | vda | 2007-04-09 | 4 | -68/+76 |
* | xargs: shrink code, ~80 bytes | vda | 2007-04-09 | 2 | -77/+80 |
* | wait4pid: if passed with pid < 0, do not set errno - it is already set by exec! | vda | 2007-04-09 | 2 | -34/+33 |
* | Implement first instance of NOFORK applet - echo | vda | 2007-04-09 | 6 | -50/+77 |
* | busybox: fix "<applet>: applet not found" message | vda | 2007-04-09 | 1 | -1/+5 |
* | Improve STANDALONE_SHELL. "safe" applets are renamed NOEXEC applets | vda | 2007-04-09 | 5 | -93/+65 |
* | msh: smallish code shrinkage; cosmetics | vda | 2007-04-09 | 1 | -68/+58 |
* | merge busybox.c into applets.c | vda | 2007-04-09 | 6 | -209/+199 |
* | applets.h: de-obfuscate | vda | 2007-04-08 | 1 | -26/+35 |
* | add some missed statics on constant objects. | vda | 2007-04-08 | 10 | -35/+40 |