aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* hush: use NOFORK applets as appropriate. Net reduction of code size.Denis Vlasenko2007-04-147-114/+125
* teach find_root_device to deal with /dev/ subdirsDenis Vlasenko2007-04-139-27/+71
* dpkg: use nitfields which are a bit closer to typical ushort.Denis Vlasenko2007-04-131-62/+65
* style fixesDenis Vlasenko2007-04-138-59/+58
* sourse_route_list -> source_route_listDenis Vlasenko2007-04-131-6/+6
* make xsocket die with address family printed (if VERBOSE_RESOLUTION_ERRORS=y)Denis Vlasenko2007-04-131-1/+12
* hush: more style fixes.Denis Vlasenko2007-04-131-64/+66
* hush: comment out and replace bug in set_local_var:Denis Vlasenko2007-04-131-44/+46
* shell/: add SUSv3 doc for fast & easy referenceDenis Vlasenko2007-04-131-0/+0
* fix typo in commentDenis Vlasenko2007-04-131-1/+1
* 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