| Commit message (Expand) | Author | Files | Lines |
2005-09-20 | The testsuite/links directory wasn't being created. | Rob Landley | 2 | -2/+3 |
2005-09-20 | This is strange typically modern mistake. Learn please: stat(2) used sys/type... | "Vladimir N. Oleynik" | 1 | -1/+1 |
2005-09-20 | Bernhard Fischer writes: | Mike Frysinger | 1 | -29/+28 |
2005-09-19 | remove duplicate depend, its work for bb_mkdepend | "Vladimir N. Oleynik" | 1 | -2/+0 |
2005-09-19 | correct build bbconfig applet, correct previous change | "Vladimir N. Oleynik" | 1 | -3/+3 |
2005-09-19 | corect build bbconfig applet, Thanks, Bernhard Fischer | "Vladimir N. Oleynik" | 2 | -8/+9 |
2005-09-19 | hmm, forgoten remove llseek? | "Vladimir N. Oleynik" | 1 | -55/+0 |
2005-09-19 | 1) read from stdin work now | "Vladimir N. Oleynik" | 1 | -34/+21 |
2005-09-19 | mke2fs.c can compiled for me, more bb_xstrdup and bb_xasprintf usage, remove ... | "Vladimir N. Oleynik" | 6 | -188/+131 |
2005-09-19 | destroy bug #421 | "Vladimir N. Oleynik" | 1 | -2/+5 |
2005-09-19 | quick patchs: drop founded memory leak, more libbb, more C-compatibility, siz... | "Vladimir N. Oleynik" | 1 | -82/+89 |
2005-09-19 | small bug found after strength test | "Vladimir N. Oleynik" | 1 | -1/+2 |
2005-09-18 | Bernhard Fischer writes: | Mike Frysinger | 1 | -7/+7 |
2005-09-18 | First cleanup pass, from Rob Sullivan. More to be done... | Rob Landley | 2 | -147/+109 |
2005-09-17 | Tito pointed out that if readlink doesn't have -f, there's no need to call | Rob Landley | 1 | -6/+6 |
2005-09-16 | Update TODO with mention of the CONFIG->ENABLE migration and ruminations | Rob Landley | 1 | -1/+66 |
2005-09-16 | speed up +10%, update (c), make CONFIG_FEATURE_MOD2_4 as config/feature/mod_2_4 | "Vladimir N. Oleynik" | 1 | -26/+30 |
2005-09-16 | more C-compatibily, Thanks Bernhard Fischer | "Vladimir N. Oleynik" | 1 | -1/+2 |
2005-09-16 | removed 'less' section from TODO | "Vladimir N. Oleynik" | 1 | -4/+0 |
2005-09-16 | ENABLE_FEATURE_TOP_CPU_USAGE_PERCENTAGE->CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE | "Vladimir N. Oleynik" | 4 | -21/+21 |
2005-09-16 | initialize a couple of vars whose warnings were suppressed because | Paul Fox | 1 | -1/+1 |
2005-09-16 | small change for highlihting flags, more busyboxes: indent, forward declarati... | "Vladimir N. Oleynik" | 1 | -510/+464 |
2005-09-16 | some combinations of status line and screen refresh don't give a | Paul Fox | 1 | -76/+112 |
2005-09-16 | accept unlimited number of swap arguments like the real swap{on,off} and shri... | Mike Frysinger | 1 | -8/+11 |
2005-09-16 | update for newer build system | Mike Frysinger | 1 | -9/+3 |
2005-09-15 | New applet "less", from Rob Sullivan. | Rob Landley | 5 | -0/+1329 |
2005-09-15 | Whitespace patch (and removal of gratuitous use of cat) by Berhnard Fischer. | Rob Landley | 1 | -5/+7 |
2005-09-15 | Amir Shalem observed that telnetd doesn't really require login, so forcing | Rob Landley | 1 | -1/+0 |
2005-09-15 | Get rid of warnings, remove compat with older gnu uniq to truly conform to su... | Manuel Novoa III | 1 | -46/+43 |
2005-09-15 | Bernhard Fischer: | Mike Frysinger | 5 | -10/+10 |
2005-09-15 | BsAtHome writes in Bug 433: | Mike Frysinger | 1 | -5/+6 |
2005-09-14 | split libbb: moved xregcomp separatelly for speed up recompile | "Vladimir N. Oleynik" | 7 | -8/+36 |
2005-09-14 | removed strange extern void xregcomp(... from some applets, but declared from... | "Vladimir N. Oleynik" | 3 | -5/+0 |
2005-09-14 | FEATURE->ENABLE_FEATURE loses one for 'top' applet | "Vladimir N. Oleynik" | 4 | -21/+21 |
2005-09-14 | Patch from Berhnard Fischer to keep duplicate objects out of the library. | Rob Landley | 1 | -0/+1 |
2005-09-14 | remove unrequired dependences | "Vladimir N. Oleynik" | 2 | -3/+1 |
2005-09-14 | Cleanup patch from tito: migrate option parsing to the bb_ functions and fix | Rob Landley | 1 | -25/+12 |
2005-09-14 | Cleanup patch from Tito. | Rob Landley | 1 | -12/+9 |
2005-09-14 | bb_mkdep version 2.0. speed up *2, remove problem of find e2fsprogs/uu*.h, sp... | "Vladimir N. Oleynik" | 1 | -242/+248 |
2005-09-14 | Our config should write out each symbol once and only once, but still write | Rob Landley | 1 | -28/+39 |
2005-09-14 | Test full susv3 spec for uniq (except internationalization). | Rob Landley | 1 | -13/+48 |
2005-09-14 | committing bug #7: | Paul Fox | 1 | -29/+42 |
2005-09-14 | initial ppc64 support | Mike Frysinger | 1 | -1/+6 |
2005-09-13 | allow either backspace or DEL, in addition to the user's erase | Paul Fox | 1 | -1/+2 |
2005-09-13 | bb_mkdep release. speed up *3, clearing, more comments | "Vladimir N. Oleynik" | 2 | -219/+267 |
2005-09-13 | whitespace/syntax cleanups, dont mind me :p | Mike Frysinger | 1 | -36/+22 |
2005-09-13 | touch up usage for swap utils | Mike Frysinger | 1 | -2/+2 |
2005-09-13 | Cleanup patch from Tito. | Rob Landley | 1 | -36/+11 |
2005-09-12 | sysctl was seriously broken. And since in some cases 'CONFIG_SYSCTL' | Eric Andersen | 5 | -9/+7 |
2005-09-12 | Kunihiko IMAI writes: | Eric Andersen | 1 | -1/+1 |