| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | 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 |
* | mount: save 80 bytes by forced de-inlining | Denys Vlasenko | 2009-05-13 | 1 | -2/+2 |
* | mount: document when kernel started accepting string as NFS options | Denys Vlasenko | 2009-05-13 | 1 | -1/+4 |
* | split website off into dedicated git repo | Mike Frysinger | 2009-05-13 | 41 | -5512/+0 |
* | TODO: add some | Denys Vlasenko | 2009-05-13 | 3 | -6/+42 |
* | Adjust names, link contributing info in main index | Bernhard Reutner-Fischer | 2009-05-11 | 2 | -26/+50 |
* | sysctl: stop abusing parser->line | Denys Vlasenko | 2009-05-10 | 1 | -4/+4 |
* | tftp: do not risk invoking Sorcerer's Apprentice syndrome | Denys Vlasenko | 2009-05-10 | 2 | -1/+4 |
* | test commit | Bernhard Reutner-Fischer | 2009-05-08 | 1 | -1/+0 |
* | Revert "test commit" | Bernhard Reutner-Fischer | 2009-05-08 | 1 | -0/+1 |
* | test commit | Bernhard Reutner-Fischer | 2009-05-08 | 1 | -1/+0 |
* | LICENSE: update address of the FSF | Mike Frysinger | 2009-05-06 | 1 | -2/+2 |
* | modprobe: add comment about expected modules.dep format | Mike Frysinger | 2009-05-06 | 1 | -0/+5 |
* | depmod.pl: updates and fixes galore | Mike Frysinger | 2009-05-05 | 1 | -9/+56 |
* | modprobe: add more useful debug points | Mike Frysinger | 2009-05-05 | 1 | -2/+10 |
* | add .gitignore files | Mike Frysinger | 2009-05-05 | 7 | -0/+66 |
* | libunarchive: fix build failure with !FEATURE_TAR_UNAME_GNAME | Mike Frysinger | 2009-05-05 | 1 | -5/+4 |
* | mdev: revert last wrong commit | Denys Vlasenko | 2009-05-04 | 1 | -6/+7 |
* | hush: small fix for unset -f on NOMMU. | root | 2009-05-04 | 1 | -5/+5 |
* | fix debug message | Bernhard Reutner-Fischer | 2009-05-04 | 1 | -7/+8 |
* | hush: add more complex case to leak testcase, fix found breakage | Denys Vlasenko | 2009-05-04 | 2 | -38/+47 |
* | hush: fix bug where in "var=val func" var's value is not visible in func | Denys Vlasenko | 2009-05-04 | 3 | -92/+109 |
* | hush: fix \<newline> handling | Denys Vlasenko | 2009-05-03 | 4 | -14/+22 |
* | hush: fix handling of unterminated subshell: (<eof>. Fixes bug 229. | Denys Vlasenko | 2009-05-02 | 1 | -4/+11 |
* | mdev: do not exit if user:group parse failed. closes bug 309. | Denys Vlasenko | 2009-05-02 | 1 | -1/+2 |
* | hush: fix multiple redirections of the same fd (bug 227) | Denys Vlasenko | 2009-05-02 | 3 | -2/+15 |
* | hush: make . cmd search $PATH | Denys Vlasenko | 2009-05-02 | 1 | -2/+26 |
* | httpd: speed up httpd.conf at the cost of 49 bytes of code | Denys Vlasenko | 2009-05-02 | 1 | -8/+20 |
* | ifplugd: fix warnings | Denys Vlasenko | 2009-05-01 | 1 | -6/+9 |
* | des encrypt: fix goof with NUL byte added at the end as '.' | Denys Vlasenko | 2009-05-01 | 1 | -1/+3 |
* | mdev: fix a case where we mangle device_path string and then use it. | Denys Vlasenko | 2009-05-01 | 1 | -1/+4 |
* | Make it clearer that usually people should _NOT_ | Denys Vlasenko | 2009-05-01 | 1 | -1/+1 |
* | git commit test | Denys Vlasenko | 2009-04-30 | 1 | -1/+2 |
* | *: bb_error_msg's messages should not be capitalized | Denis Vlasenko | 2009-04-29 | 4 | -12/+12 |
* | lzop: new applet. Busyboxed by Alain Knaff. +7700 bytes. | Denis Vlasenko | 2009-04-29 | 12 | -0/+2990 |