aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* hush: begin fixing non-functional job controlDenis Vlasenko2007-04-213-74/+208
* hush: small code shrink; style fixesDenis Vlasenko2007-04-202-51/+58
* dd: NOEXEC fixDenis Vlasenko2007-04-191-2/+4
* dd: fix skip= parse error (spotted by Dirk Clemens <develop@cle-mens.de>)Denis Vlasenko2007-04-192-27/+92
* stty: fix option parsing bug (spotted by Sascha Hauer <s.hauer@pengutronix.de>)Denis Vlasenko2007-04-191-15/+16
* doc: add README on shell job controlDenis Vlasenko2007-04-191-0/+237
* procps: remove all global variablesDenis Vlasenko2007-04-195-45/+76
* ps: add -o tty and -o rss supportDenis Vlasenko2007-04-194-48/+80
* loop device code: readability improvementDenis Vlasenko2007-04-192-13/+20
* switch_root: error_msg -> perror_msg, reduce by 22 bytes while at it.Denis Vlasenko2007-04-181-7/+8
* "Unify base64 handling" is done, remove TODODenis Vlasenko2007-04-182-9/+3
* make "busybox" w/o args work again, and save 10 bytes in the process.Denis Vlasenko2007-04-181-50/+52
* hush: remove stray semicolon (should change nothing)Denis Vlasenko2007-04-181-3/+3
* ether-wake: save a few more bytes of codeDenis Vlasenko2007-04-161-8/+7
* ether-wake: close bug 1317. Reorder fuctions to avoidDenis Vlasenko2007-04-161-87/+86
* shells: remove few statics and duplicated codeDenis Vlasenko2007-04-162-42/+28
* style fixes, no code changesDenis Vlasenko2007-04-1613-17/+34
* applet.c: ruid is needed only if FEATURE_SUID=yDenis Vlasenko2007-04-161-2/+2
* - we unconditionally need ruid. Fixes build error in line 334Bernhard Reutner-Fischer2007-04-161-2/+0
* - fix compilation when ENABLE_FEATURE_IP_RULE was offBernhard Reutner-Fischer2007-04-161-3/+5
* - fix compilation if ENABLE_FEATURE_DD_IBS_OBS is offBernhard Reutner-Fischer2007-04-161-4/+4
* lineedit: state->hist_file doesn't exist if !FEATURE_EDITING_SAVEHISTORY,Denis Vlasenko2007-04-151-0/+2
* doc: fix code example which may provoke warningDenis Vlasenko2007-04-151-1/+1
* e2fsprogs: stop using statics in chattr. Minor code shrinkage (-130 bytes)Denis Vlasenko2007-04-153-83/+82
* deluser: add optional support for removing users from groupsDenis Vlasenko2007-04-154-55/+107
* update style-guide.txtDenis Vlasenko2007-04-151-54/+79
* xargs: simplify word list managementDenis Vlasenko2007-04-151-29/+25
* msh: style fixesDenis Vlasenko2007-04-142-6/+10
* lineedit: nuke two unused variables and code which sets themDenis Vlasenko2007-04-143-51/+51
* lash: recognize and use NOFORK appletsDenis Vlasenko2007-04-142-44/+46
* lineedit: do not try to open NULL history fileDenis Vlasenko2007-04-141-2/+2
* 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