aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* find: add support for -delete, -path (by Natanael Copa)Denis Vlasenko2007-04-133-0/+64
* sed: fix escaped newlines in -f; fix multiple -f and -eDenis Vlasenko2007-04-121-32/+18
* login: fixing my brainfart: xspawn(t_argv) <- was using argv!Denis Vlasenko2007-04-121-1/+1
* make sure we free the grep data as wellMike Frysinger2007-04-121-0/+1
* lash: "forking" applets are actually can be treated the same way as "non-fork...Denis Vlasenko2007-04-121-42/+27
* fix realloc-of-non-malloced pointer, and reduce size while at itDenis Vlasenko2007-04-122-15/+15
* login: remove setpgrp call (makes it work from shell prompt again).Denis Vlasenko2007-04-124-38/+32
* pass a copy of argv[i] to NOFORK applets (they may permute it etc).Denis Vlasenko2007-04-125-30/+38
* - shrink iproute a bit (-200 bytes). UntestedBernhard Reutner-Fischer2007-04-123-63/+84
* - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a...Bernhard Reutner-Fischer2007-04-1216-239/+159
* style fixes. No code changesDenis Vlasenko2007-04-1230-82/+84
* bb_full_fd_action: remove potential xmalloc from NOFORK pathDenis Vlasenko2007-04-1120-162/+183
* ash: fix kill -l (by Mats Erik Andersson <mats.andersson64@comhem.se>)Denis Vlasenko2007-04-111-1/+1
* fix typo in docDenis Vlasenko2007-04-111-1/+1
* style fixes, no code changes.Denis Vlasenko2007-04-116-33/+37
* rename: run_applet_by_name -> run_applet_and_exitDenis Vlasenko2007-04-118-11/+11
* - set the scope properly. Thanks to Jean Wolter, who wrote:Bernhard Reutner-Fischer2007-04-111-0/+12
* Add NOFORK/NOEXEC documentation.Denis Vlasenko2007-04-111-0/+70
* fix typo in commentDenis Vlasenko2007-04-111-2/+2
* fix misplaced #ifDenis Vlasenko2007-04-111-1/+1
* add more convenient defines for [NO]MMU:Denis Vlasenko2007-04-116-27/+30
* random NOMMU fixes. compressed --help really does work for NOMMU! /me happyDenis Vlasenko2007-04-105-9/+28
* Rename two config options:Denis Vlasenko2007-04-1017-40/+67
* xargs: fix my brain fart (resulted in memory leak)Denis Vlasenko2007-04-101-7/+6
* make compressed help code NOMMU- and NOFORK-friendly -Denis Vlasenko2007-04-1011-170/+134
* make a few struct bb_applet members conditionalDenis Vlasenko2007-04-1018-83/+114
* - mv ip*_main into ip.c; use a dispatcher to save on needless duplication.Bernhard Reutner-Fischer2007-04-107-136/+51
* - use enum for the OPs as suggested by vda. No obj-code changes.Bernhard Reutner-Fischer2007-04-101-14/+18
* - forgot this hunk that corrects the usage text of ipBernhard Reutner-Fischer2007-04-101-3/+15
* - rewrite the ip applet to be less bloatyBernhard Reutner-Fischer2007-04-102-23/+49
* - add ATTRIBUTE_DEPRECATED for functions that should be removed in the future.Bernhard Reutner-Fischer2007-04-101-0/+2
* one-liner: fix indentationDenis Vlasenko2007-04-101-1/+1
* bunzip2: big style cleanup. No code changes apart from one s/write/safe_write/Denis Vlasenko2007-04-101-190/+208
* echo: fix regression ("echo" with no arguments didn't print newline.Denis Vlasenko2007-04-101-8/+11
* audit small applets and mark some of them as NOFORK.Denis Vlasenko2007-04-1041-128/+173
* style fixes. No code changes.Denis Vlasenko2007-04-1013-31/+30
* - very minor shrinkage (-3b)Bernhard Reutner-Fischer2007-04-102-5/+7
* - use skip_non_whitespace() where appropriateBernhard Reutner-Fischer2007-04-103-7/+3
* - add prototype for str_tolower()Bernhard Reutner-Fischer2007-04-101-0/+2
* - add libbb function str_tolower to convert a string to lowercase.Bernhard Reutner-Fischer2007-04-103-56/+63
* make xfunctions optionally longjump instead of exit.Denis Vlasenko2007-04-0910-24/+39
* factor out NOFORK/NOEXEC code from find. Use it for xargs too.Denis Vlasenko2007-04-094-68/+76
* xargs: shrink code, ~80 bytesDenis Vlasenko2007-04-092-77/+80
* wait4pid: if passed with pid < 0, do not set errno - it is already set by exec!Denis Vlasenko2007-04-092-34/+33
* Implement first instance of NOFORK applet - echoDenis Vlasenko2007-04-096-50/+77
* busybox: fix "<applet>: applet not found" messageDenis Vlasenko2007-04-091-1/+5
* Improve STANDALONE_SHELL. "safe" applets are renamed NOEXEC appletsDenis Vlasenko2007-04-095-93/+65
* msh: smallish code shrinkage; cosmeticsDenis Vlasenko2007-04-091-68/+58
* merge busybox.c into applets.cDenis Vlasenko2007-04-096-209/+199
* applets.h: de-obfuscateDenis Vlasenko2007-04-081-26/+35