| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - fixes parallel builds (make -j) | Bernhard Reutner-Fischer | 2006-03-01 | 1 | -28/+27 |
* | Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x) | Rob Landley | 2006-03-01 | 22 | -248/+115 |
* | I was playing around with a dependency generator a couple weeks ago and I found | Rob Landley | 2006-02-24 | 1 | -2/+2 |
* | - put NLS stuff in one central place to avoid redefines. | Bernhard Reutner-Fischer | 2006-02-23 | 1 | -4/+0 |
* | Don't build directory libraries unless we're building an applet that needs it. | Rob Landley | 2006-02-21 | 1 | -0/+3 |
* | make the build system puuuuuuuuuuurty | Mike Frysinger | 2006-02-02 | 1 | -3/+2 |
* | hopefully the last of the annoying signed/unsigned and mixed type errors | Eric Andersen | 2006-01-30 | 3 | -6/+10 |
* | just whitespace | Tim Riker | 2006-01-25 | 108 | -862/+862 |
* | Once more, with fewer inappropriate semicolons. | Rob Landley | 2006-01-24 | 1 | -2/+2 |
* | Ken McGuire's patch to make mke2fs and e2fsck work on big endian systems like | Rob Landley | 2006-01-23 | 5 | -31/+17 |
* | - add platform.h. | Bernhard Reutner-Fischer | 2006-01-22 | 2 | -2/+2 |
* | - shared libbusybox. | Bernhard Reutner-Fischer | 2006-01-15 | 1 | -0/+11 |
* | remove bug: fsck do not know path | "Vladimir N. Oleynik" | 2005-11-26 | 4 | -10/+10 |
* | change the interface of libbb/compare_string_array (unsigned short to int), u... | "Vladimir N. Oleynik" | 2005-11-26 | 1 | -2/+2 |
* | more use const for interface of libbb/compare_string_array, example usage for... | "Vladimir N. Oleynik" | 2005-11-26 | 1 | -9/+4 |
* | another more const | "Vladimir N. Oleynik" | 2005-10-20 | 6 | -24/+22 |
* | more const, all data to text | "Vladimir N. Oleynik" | 2005-10-15 | 2 | -21/+21 |
* | perror correction | "Vladimir N. Oleynik" | 2005-10-12 | 2 | -2/+1 |
* | create e2fs_set_sbin_path(), noticed by Tito, Thanks | "Vladimir N. Oleynik" | 2005-10-12 | 7 | -63/+36 |
* | usage bb_dev_null | "Vladimir N. Oleynik" | 2005-10-12 | 6 | -6/+6 |
* | make fsck.h as common, e2fsck: includes correct | "Vladimir N. Oleynik" | 2005-10-12 | 3 | -89/+90 |
* | more busyboxes, remove 1 extern function (mainstream also have for one fsck) | "Vladimir N. Oleynik" | 2005-10-12 | 8 | -163/+140 |
* | more busyboxes | "Vladimir N. Oleynik" | 2005-10-12 | 2 | -9/+4 |
* | bb_mkdep: Rewroted. removed problem "include name must uniq", speed up * 3. | "Vladimir N. Oleynik" | 2005-10-10 | 16 | -39/+21 |
* | - Fix spurious rebuilds for (parallel) out-of-tree builds. | Bernhard Reutner-Fischer | 2005-10-05 | 1 | -8/+12 |
* | - fix building out-of-tree; | Bernhard Reutner-Fischer | 2005-10-05 | 2 | -3/+15 |
* | as Tito points out, e2fsck and fsck need more dependencies | Mike Frysinger | 2005-10-05 | 1 | -2/+2 |
* | excellent shrinkage patch by Tito | Mike Frysinger | 2005-10-02 | 4 | -367/+307 |
* | clean out unneeded E2FSCK variables | Mike Frysinger | 2005-10-02 | 1 | -4/+1 |
* | typo | Bernhard Reutner-Fischer | 2005-09-30 | 1 | -1/+1 |
* | - remove duplicate entry of resolve.c in BLKID_SRC | Bernhard Reutner-Fischer | 2005-09-30 | 1 | -2/+3 |
* | change interface to bb_xasprintf() - more perfect for me. | "Vladimir N. Oleynik" | 2005-09-29 | 2 | -11/+7 |
* | forgotten putenv | "Vladimir N. Oleynik" | 2005-09-29 | 1 | -2/+1 |
* | more busybox's style for fsck.c, size reduce | "Vladimir N. Oleynik" | 2005-09-29 | 1 | -201/+142 |
* | more const, inline, forward declaration usage, strip 20k source size ;-) | "Vladimir N. Oleynik" | 2005-09-28 | 2 | -1178/+459 |
* | move e2fsck/* to e2fsck.c, one e2fsck_main and jornal exported, small automat... | "Vladimir N. Oleynik" | 2005-09-27 | 30 | -17233/+15465 |
* | fix building w/out et headers and w/out debug | Mike Frysinger | 2005-09-27 | 4 | -5/+3 |
* | fix building with debugging enabled #413 | Mike Frysinger | 2005-09-25 | 5 | -682/+485 |
* | force nodebug by default | Mike Frysinger | 2005-09-24 | 1 | -3/+1 |
* | use the shorter license header | Mike Frysinger | 2005-09-24 | 1 | -14/+1 |
* | import the very fat e2fsck/fsck applets | Mike Frysinger | 2005-09-24 | 34 | -22/+19694 |
* | make sure we include local header files | Mike Frysinger | 2005-09-24 | 1 | -2/+2 |
* | err, fix stupid mistake in previous do_findfs() change | Mike Frysinger | 2005-09-24 | 1 | -3/+3 |
* | use brief license line | Mike Frysinger | 2005-09-24 | 1 | -14/+1 |
* | fix broken whitespace and remove pointless mkdir | Mike Frysinger | 2005-09-24 | 1 | -12/+10 |
* | make e2label and findfs optional | Mike Frysinger | 2005-09-24 | 2 | -4/+24 |
* | hmm, forgoten remove llseek? | "Vladimir N. Oleynik" | 2005-09-19 | 1 | -55/+0 |
* | mke2fs.c can compiled for me, more bb_xstrdup and bb_xasprintf usage, remove ... | "Vladimir N. Oleynik" | 2005-09-19 | 6 | -188/+131 |
* | Fix warnings. | Rob Landley | 2005-09-07 | 1 | -2/+2 |
* | Bernhard Fischer submitted a couple of Makefile patches: | Rob Landley | 2005-08-24 | 1 | -3/+5 |