aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* run_parts: do not check path portion of a name for "bad chars".vda2007-04-291-7/+11
* ash: fix infinite loop on exit if tty is not there anymorevda2007-04-282-1/+8
* hush: make job control and interactiveness configurable, part 2vda2007-04-282-52/+99
* hush: make job control and interactiveness configurable, part 1vda2007-04-282-14/+111
* hush: make hush properly detect EOF on stdin (even interactive one -vda2007-04-281-5/+8
* hush: add Ctrl-C handling to nofork casevda2007-04-281-3/+15
* hush: better signal handling across ctrl-zvda2007-04-281-87/+127
* hush: fix nofork + ctrl-Z clobbering of globalsvda2007-04-283-37/+58
* hush: add ctrl-Z handling for nofork'ed casevda2007-04-282-13/+84
* find_root_device: use lstat - don't follow linksvda2007-04-211-1/+2
* hush: make Ctrl-Z work (at least sometimes)vda2007-04-212-176/+229
* hust: add a commentvda2007-04-211-0/+4
* hush: fix more backgrounding bugs. Plenty of them remains still.vda2007-04-212-11/+29
* hush: explain why "pipe; exit $?" doesn't show correct exitcodevda2007-04-212-12/+21
* hush: do not print message if killed by signal;vda2007-04-211-122/+115
* hush: begin fixing non-functional job controlvda2007-04-213-74/+208
* hush: small code shrink; style fixesvda2007-04-202-51/+58
* dd: NOEXEC fixvda2007-04-191-2/+4
* dd: fix skip= parse error (spotted by Dirk Clemens <develop@cle-mens.de>)vda2007-04-192-27/+92
* stty: fix option parsing bug (spotted by Sascha Hauer <s.hauer@pengutronix.de>)vda2007-04-191-15/+16
* doc: add README on shell job controlvda2007-04-191-0/+237
* procps: remove all global variablesvda2007-04-195-45/+76
* ps: add -o tty and -o rss supportvda2007-04-194-48/+80
* loop device code: readability improvementvda2007-04-192-13/+20
* switch_root: error_msg -> perror_msg, reduce by 22 bytes while at it.vda2007-04-181-7/+8
* "Unify base64 handling" is done, remove TODOvda2007-04-182-9/+3
* make "busybox" w/o args work again, and save 10 bytes in the process.vda2007-04-181-50/+52
* hush: remove stray semicolon (should change nothing)vda2007-04-181-3/+3
* ether-wake: save a few more bytes of codevda2007-04-161-8/+7
* ether-wake: close bug 1317. Reorder fuctions to avoidvda2007-04-161-87/+86
* shells: remove few statics and duplicated codevda2007-04-162-42/+28
* style fixes, no code changesvda2007-04-1613-17/+34
* applet.c: ruid is needed only if FEATURE_SUID=yvda2007-04-161-2/+2
* - we unconditionally need ruid. Fixes build error in line 334aldot2007-04-161-2/+0
* - fix compilation when ENABLE_FEATURE_IP_RULE was offaldot2007-04-161-3/+5
* - fix compilation if ENABLE_FEATURE_DD_IBS_OBS is offaldot2007-04-161-4/+4
* lineedit: state->hist_file doesn't exist if !FEATURE_EDITING_SAVEHISTORY,vda2007-04-151-0/+2
* doc: fix code example which may provoke warningvda2007-04-151-1/+1
* 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