| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | only declare do_swap if we need it | Mike Frysinger | 2005-07-30 | 1 | -2/+4 |
* | apgo in Bug 351 says: punt parse_version_number since it is no longer used | Mike Frysinger | 2005-07-30 | 1 | -24/+0 |
* | use toplevel ARFLAGS and update default ARFLAGS to be quiet | Mike Frysinger | 2005-07-27 | 1 | -1/+1 |
* | rip out all the non-linux code and ugly workarounds | Mike Frysinger | 2005-06-28 | 2 | -172/+9 |
* | Tito says: unify verbose/quiet flags | Mike Frysinger | 2005-06-17 | 1 | -3/+2 |
* | Tito says: strip unused program_name | Mike Frysinger | 2005-06-17 | 1 | -13/+1 |
* | use xmalloc instead of malloc | Mike Frysinger | 2005-06-12 | 3 | -34/+10 |
* | use malloc instead of xmalloc | Mike Frysinger | 2005-06-11 | 6 | -53/+29 |
* | use xmalloc() instead of malloc() | Mike Frysinger | 2005-06-11 | 2 | -6/+2 |
* | use xmalloc() and bb_perror_msg_and_die() | Mike Frysinger | 2005-06-11 | 1 | -9/+3 |
* | remove com_err.h includes | Mike Frysinger | 2005-06-11 | 3 | -5/+0 |
* | DOS only crap | Mike Frysinger | 2005-06-11 | 2 | -609/+0 |
* | import initial fat mke2fs | Mike Frysinger | 2005-06-11 | 3 | -3/+1498 |
* | import tune2fs support | Mike Frysinger | 2005-06-11 | 2 | -3/+35 |
* | fix signed/unsigned char pointers | Mike Frysinger | 2005-06-11 | 1 | -3/+3 |
* | oops, we only want to affect local CFLAGS | Mike Frysinger | 2005-06-11 | 1 | -2/+2 |
* | initial fat tune2fs/findfs/e2label source | Mike Frysinger | 2005-06-11 | 1 | -0/+776 |