| Commit message (Expand) | Author | Age | Files | Lines |
* | hush: fix "true | exit 3; echo $?" bug | vda | 2007-05-03 | 2 | -46/+105 |
* | hush: remove env builtin (it is buggy). Add comments | vda | 2007-05-02 | 1 | -17/+16 |
* | fix suid config handling | vda | 2007-05-02 | 2 | -16/+27 |
* | ifupdown: small optimization (avoid doing useless work if we are | vda | 2007-05-02 | 1 | -10/+10 |
* | allow people to stick custom things into Makefile.local so they dont need to ... | vapier | 2007-05-02 | 1 | -0/+2 |
* | ifupdown: mke it possible to use DHCP clients different from udhcp. | vda | 2007-05-02 | 2 | -33/+48 |
* | hush: simplify debugging prints a little bit | vda | 2007-05-02 | 1 | -62/+61 |
* | klogd: remove dependency on syslogd | vda | 2007-05-02 | 1 | -2/+0 |
* | ifupdown: reread state file before rewriting it. | vda | 2007-05-02 | 1 | -36/+37 |
* | hush: add debugging for tracing execution, | vda | 2007-05-02 | 1 | -2/+33 |
* | hush: fix incorrect exitcodes without job control | vda | 2007-05-02 | 1 | -14/+9 |
* | test: code size saving, no logic changes | vda | 2007-05-01 | 4 | -116/+228 |
* | ash,kill: use common code for kill applet/builtin | vda | 2007-04-29 | 4 | -130/+86 |
* | run_parts: do not check path portion of a name for "bad chars". | vda | 2007-04-29 | 1 | -7/+11 |
* | ash: fix infinite loop on exit if tty is not there anymore | vda | 2007-04-28 | 2 | -1/+8 |
* | hush: make job control and interactiveness configurable, part 2 | vda | 2007-04-28 | 2 | -52/+99 |
* | hush: make job control and interactiveness configurable, part 1 | vda | 2007-04-28 | 2 | -14/+111 |
* | hush: make hush properly detect EOF on stdin (even interactive one - | vda | 2007-04-28 | 1 | -5/+8 |
* | hush: add Ctrl-C handling to nofork case | vda | 2007-04-28 | 1 | -3/+15 |
* | hush: better signal handling across ctrl-z | vda | 2007-04-28 | 1 | -87/+127 |
* | hush: fix nofork + ctrl-Z clobbering of globals | vda | 2007-04-28 | 3 | -37/+58 |
* | hush: add ctrl-Z handling for nofork'ed case | vda | 2007-04-28 | 2 | -13/+84 |
* | find_root_device: use lstat - don't follow links | vda | 2007-04-21 | 1 | -1/+2 |
* | hush: make Ctrl-Z work (at least sometimes) | vda | 2007-04-21 | 2 | -176/+229 |
* | hust: add a comment | vda | 2007-04-21 | 1 | -0/+4 |
* | hush: fix more backgrounding bugs. Plenty of them remains still. | vda | 2007-04-21 | 2 | -11/+29 |
* | hush: explain why "pipe; exit $?" doesn't show correct exitcode | vda | 2007-04-21 | 2 | -12/+21 |
* | hush: do not print message if killed by signal; | vda | 2007-04-21 | 1 | -122/+115 |
* | hush: begin fixing non-functional job control | vda | 2007-04-21 | 3 | -74/+208 |
* | hush: small code shrink; style fixes | vda | 2007-04-20 | 2 | -51/+58 |
* | dd: NOEXEC fix | vda | 2007-04-19 | 1 | -2/+4 |
* | dd: fix skip= parse error (spotted by Dirk Clemens <develop@cle-mens.de>) | vda | 2007-04-19 | 2 | -27/+92 |
* | stty: fix option parsing bug (spotted by Sascha Hauer <s.hauer@pengutronix.de>) | vda | 2007-04-19 | 1 | -15/+16 |
* | doc: add README on shell job control | vda | 2007-04-19 | 1 | -0/+237 |
* | procps: remove all global variables | vda | 2007-04-19 | 5 | -45/+76 |
* | ps: add -o tty and -o rss support | vda | 2007-04-19 | 4 | -48/+80 |
* | loop device code: readability improvement | vda | 2007-04-19 | 2 | -13/+20 |
* | switch_root: error_msg -> perror_msg, reduce by 22 bytes while at it. | vda | 2007-04-18 | 1 | -7/+8 |
* | "Unify base64 handling" is done, remove TODO | vda | 2007-04-18 | 2 | -9/+3 |
* | make "busybox" w/o args work again, and save 10 bytes in the process. | vda | 2007-04-18 | 1 | -50/+52 |
* | hush: remove stray semicolon (should change nothing) | vda | 2007-04-18 | 1 | -3/+3 |
* | ether-wake: save a few more bytes of code | vda | 2007-04-16 | 1 | -8/+7 |
* | ether-wake: close bug 1317. Reorder fuctions to avoid | vda | 2007-04-16 | 1 | -87/+86 |
* | shells: remove few statics and duplicated code | vda | 2007-04-16 | 2 | -42/+28 |
* | style fixes, no code changes | vda | 2007-04-16 | 13 | -17/+34 |
* | applet.c: ruid is needed only if FEATURE_SUID=y | vda | 2007-04-16 | 1 | -2/+2 |
* | - we unconditionally need ruid. Fixes build error in line 334 | aldot | 2007-04-16 | 1 | -2/+0 |
* | - fix compilation when ENABLE_FEATURE_IP_RULE was off | aldot | 2007-04-16 | 1 | -3/+5 |
* | - fix compilation if ENABLE_FEATURE_DD_IBS_OBS is off | aldot | 2007-04-16 | 1 | -4/+4 |
* | lineedit: state->hist_file doesn't exist if !FEATURE_EDITING_SAVEHISTORY, | vda | 2007-04-15 | 1 | -0/+2 |