aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sed: fix escaped newlines in -f; fix multiple -f and -evda2007-04-121-32/+18
* login: fixing my brainfart: xspawn(t_argv) <- was using argv!vda2007-04-121-1/+1
* make sure we free the grep data as wellvapier2007-04-121-0/+1
* lash: "forking" applets are actually can be treated the same way as "non-fork...vda2007-04-121-42/+27
* fix realloc-of-non-malloced pointer, and reduce size while at itvda2007-04-122-15/+15
* login: remove setpgrp call (makes it work from shell prompt again).vda2007-04-124-38/+32
* pass a copy of argv[i] to NOFORK applets (they may permute it etc).vda2007-04-125-30/+38
* - shrink iproute a bit (-200 bytes). Untestedaldot2007-04-123-63/+84
* - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a...aldot2007-04-1216-239/+159
* 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