| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | bloat-o-meter: fix tab/space mixing | Mike Frysinger | 2009-06-01 | 1 | -3/+3 |
* | hush_test: stop mixing tabs/spaces for indentation | Mike Frysinger | 2009-06-01 | 1 | -37/+37 |
* | gitignore: add debugging related files | Mike Frysinger | 2009-06-01 | 1 | -0/+7 |
* | hush: unify syntax_error_unterm_{ch,str} a bit | Mike Frysinger | 2009-06-01 | 1 | -9/+7 |
* | hush: push down expansion var in handle_dollar() | Mike Frysinger | 2009-06-01 | 1 | -2/+3 |
* | hush: add support for special vars in braces | Mike Frysinger | 2009-06-01 | 7 | -8/+9 |
* | hush_test: filter test output to avoid C lib differences | Mike Frysinger | 2009-06-01 | 1 | -0/+4 |
* | lineedit: fix warning about unused label when VI editing is disabled | Mike Frysinger | 2009-06-01 | 1 | -0/+2 |
* | nc, hush: cosmetic cleanups, no code changes | Denys Vlasenko | 2009-06-01 | 2 | -14/+14 |
* | read_key: drop optimization where we read 3 bytes at once | Denys Vlasenko | 2009-05-29 | 4 | -59/+65 |
* | hust: trivial simplification in builtin_type | Denys Vlasenko | 2009-05-28 | 1 | -3/+1 |
* | hush: fix bug 353 (wrong handling of \x in assignments) | Denys Vlasenko | 2009-05-28 | 3 | -22/+31 |
* | hush: optimize type builtin a bit more | Denys Vlasenko | 2009-05-28 | 1 | -6/+5 |
* | hush: optimize type builtin a bit | Denys Vlasenko | 2009-05-28 | 1 | -11/+10 |
* | only build common libarchive objs when needed | Mike Frysinger | 2009-05-28 | 1 | -1/+7 |
* | modprobe: fix more bugs in modprobe -r | Denys Vlasenko | 2009-05-28 | 1 | -7/+15 |
* | cpio.tests: fix false positive | Denys Vlasenko | 2009-05-28 | 1 | -1/+2 |
* | hush: implement `type` | Mike Frysinger | 2009-05-27 | 1 | -27/+78 |
* | hush: remove outdated TODO and superfluous macro; fix compile breakage | Denys Vlasenko | 2009-05-27 | 1 | -5/+6 |
* | POSIX conformance documentation for busybox | David Krakov | 2009-05-26 | 1 | -0/+698 |
* | hush: tweak comment | Denys Vlasenko | 2009-05-26 | 1 | -2/+2 |
* | hush: rename last_waitpid_was_0 to we_have_children | Denys Vlasenko | 2009-05-26 | 1 | -11/+19 |
* | modprobe: fix modprobe -r. closes bug 315 | Denys Vlasenko | 2009-05-26 | 1 | -2/+4 |
* | hush: fix SIGCHLD counting code, but keep it disabled for now. | Denys Vlasenko | 2009-05-25 | 1 | -19/+66 |
* | flash_lock, flash_unlock: new applets | Denys Vlasenko | 2009-05-25 | 10 | -6/+112 |
* | make compound.tests executable | Denys Vlasenko | 2009-05-23 | 1 | -0/+0 |
* | hush: fix problems with case in subshells and with "case esac" | Denys Vlasenko | 2009-05-23 | 4 | -18/+42 |
* | hush_test: add some pathological compound list tests | Mike Frysinger | 2009-05-21 | 2 | -0/+35 |
* | hush_test: test for subshell function syntax | Mike Frysinger | 2009-05-21 | 2 | -0/+12 |
* | hush_test: add subshelled case tests | Mike Frysinger | 2009-05-21 | 1 | -0/+12 |
* | hush_test: update test output to match new getopt() output | Mike Frysinger | 2009-05-21 | 1 | -1/+1 |
* | hush_test: ignore generated files | Mike Frysinger | 2009-05-21 | 1 | -0/+4 |
* | hdparm: fix a thinko in a previous commit | Denys Vlasenko | 2009-05-20 | 1 | -1/+2 |
* | Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox | Denys Vlasenko | 2009-05-20 | 2 | -217/+237 |
|\ |
|
| * | hdparm: code shrink | Denys Vlasenko | 2009-05-20 | 1 | -171/+146 |
| * | hdparm: correct (t & 1) ? '0' : '5' thinko; wrap 80+ col lines | Denys Vlasenko | 2009-05-20 | 1 | -43/+83 |
| * | Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox | Denys Vlasenko | 2009-05-20 | 1 | -16/+19 |
| |\ |
|
| * | | appletlib.c: prevent applet list overflowing screen | Denys Vlasenko | 2009-05-19 | 1 | -9/+14 |
* | | | Merge branch 'master' of git+ssh://vda@busybox.net/var/lib/git/busybox | Denys Vlasenko | 2009-05-20 | 9 | -116/+203 |
|\ \ \
| | |/
| |/| |
|
| * | | hush: fix build failure when jobs are disabled | Mike Frysinger | 2009-05-20 | 1 | -16/+19 |
| |/ |
|
| * | scriptreplay: new applet. +423 bytes | Denys Vlasenko | 2009-05-19 | 6 | -21/+95 |
| * | add platform tweaks | Denys Vlasenko | 2009-05-19 | 2 | -79/+89 |
* | | awk: put at least one NUL between $n. Hopefully closes 337. | Denys Vlasenko | 2009-05-18 | 1 | -4/+5 |
|/ |
|
* | gzip: fix gzip with many files corrupting some files after first | Denys Vlasenko | 2009-05-18 | 1 | -38/+32 |
* | depmod: fix handling of .gz modules | Denys Vlasenko | 2009-05-18 | 3 | -14/+47 |
* | lineedit: small fixes | Denys Vlasenko | 2009-05-17 | 1 | -12/+15 |
* | line editing: add an option to emit ESC [ 6 n and use results | Denys Vlasenko | 2009-05-17 | 6 | -35/+116 |
* | xmalloc_[open_]read[_close]: do not ignore xrealloc return value | Denys Vlasenko | 2009-05-15 | 2 | -2/+8 |
* | lineedit: use read_key to recognize ESC sequence. | Denys Vlasenko | 2009-05-15 | 3 | -176/+158 |
* | adduser/addgroup: make system id range configurable. | Denys Vlasenko | 2009-05-14 | 3 | -8/+32 |