aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* e2fsprogs: stop using statics in chattr. Minor code shrinkage (-130 bytes)vda2007-04-153-83/+82
* deluser: add optional support for removing users from groupsvda2007-04-154-55/+107
* update style-guide.txtvda2007-04-151-54/+79
* xargs: simplify word list managementvda2007-04-151-29/+25
* msh: style fixesvda2007-04-142-6/+10
* lineedit: nuke two unused variables and code which sets themvda2007-04-143-51/+51
* lash: recognize and use NOFORK appletsvda2007-04-142-44/+46
* lineedit: do not try to open NULL history filevda2007-04-141-2/+2
* hush: use NOFORK applets as appropriate. Net reduction of code size.vda2007-04-147-114/+125
* teach find_root_device to deal with /dev/ subdirsvda2007-04-139-27/+71
* dpkg: use nitfields which are a bit closer to typical ushort.vda2007-04-131-62/+65
* style fixesvda2007-04-138-59/+58
* sourse_route_list -> source_route_listvda2007-04-131-6/+6
* make xsocket die with address family printed (if VERBOSE_RESOLUTION_ERRORS=y)vda2007-04-131-1/+12
* hush: more style fixes.vda2007-04-131-64/+66
* hush: comment out and replace bug in set_local_var:vda2007-04-131-44/+46
* shell/: add SUSv3 doc for fast & easy referencevda2007-04-131-0/+0
* fix typo in commentvda2007-04-131-1/+1
* find: add support for -delete, -path (by Natanael Copa)vda2007-04-133-0/+64
* 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