| Commit message (Expand) | Author | Age | Files | Lines |
* | - Fix spurious rebuilds for (parallel) out-of-tree builds. | aldot | 2005-10-05 | 1 | -8/+12 |
* | - fix building out-of-tree; | aldot | 2005-10-05 | 2 | -3/+15 |
* | as Tito points out, e2fsck and fsck need more dependencies | vapier | 2005-10-05 | 1 | -2/+2 |
* | excellent shrinkage patch by Tito | vapier | 2005-10-02 | 4 | -367/+307 |
* | clean out unneeded E2FSCK variables | vapier | 2005-10-02 | 1 | -4/+1 |
* | typo | aldot | 2005-09-30 | 1 | -1/+1 |
* | - remove duplicate entry of resolve.c in BLKID_SRC | aldot | 2005-09-30 | 1 | -2/+3 |
* | change interface to bb_xasprintf() - more perfect for me. | vodz | 2005-09-29 | 2 | -11/+7 |
* | forgotten putenv | vodz | 2005-09-29 | 1 | -2/+1 |
* | more busybox's style for fsck.c, size reduce | vodz | 2005-09-29 | 1 | -201/+142 |
* | more const, inline, forward declaration usage, strip 20k source size ;-) | vodz | 2005-09-28 | 2 | -1178/+459 |
* | move e2fsck/* to e2fsck.c, one e2fsck_main and jornal exported, small automat... | vodz | 2005-09-27 | 30 | -17233/+15465 |
* | fix building w/out et headers and w/out debug | vapier | 2005-09-27 | 4 | -5/+3 |
* | fix building with debugging enabled #413 | vapier | 2005-09-25 | 5 | -682/+485 |
* | force nodebug by default | vapier | 2005-09-24 | 1 | -3/+1 |
* | use the shorter license header | vapier | 2005-09-24 | 1 | -14/+1 |
* | import the very fat e2fsck/fsck applets | vapier | 2005-09-24 | 34 | -22/+19694 |
* | make sure we include local header files | vapier | 2005-09-24 | 1 | -2/+2 |
* | err, fix stupid mistake in previous do_findfs() change | vapier | 2005-09-24 | 1 | -3/+3 |
* | use brief license line | vapier | 2005-09-24 | 1 | -14/+1 |
* | fix broken whitespace and remove pointless mkdir | vapier | 2005-09-24 | 1 | -12/+10 |
* | make e2label and findfs optional | vapier | 2005-09-24 | 2 | -4/+24 |
* | hmm, forgoten remove llseek? | vodz | 2005-09-19 | 1 | -55/+0 |
* | mke2fs.c can compiled for me, more bb_xstrdup and bb_xasprintf usage, remove ... | vodz | 2005-09-19 | 6 | -188/+131 |
* | Fix warnings. | landley | 2005-09-07 | 1 | -2/+2 |
* | Bernhard Fischer submitted a couple of Makefile patches: | landley | 2005-08-24 | 1 | -3/+5 |
* | only declare do_swap if we need it | vapier | 2005-07-30 | 1 | -2/+4 |
* | apgo in Bug 351 says: punt parse_version_number since it is no longer used | vapier | 2005-07-30 | 1 | -24/+0 |
* | use toplevel ARFLAGS and update default ARFLAGS to be quiet | vapier | 2005-07-27 | 1 | -1/+1 |
* | rip out all the non-linux code and ugly workarounds | vapier | 2005-06-28 | 2 | -172/+9 |
* | Tito says: unify verbose/quiet flags | vapier | 2005-06-17 | 1 | -3/+2 |
* | Tito says: strip unused program_name | vapier | 2005-06-17 | 1 | -13/+1 |
* | use xmalloc instead of malloc | vapier | 2005-06-12 | 3 | -34/+10 |
* | use malloc instead of xmalloc | vapier | 2005-06-11 | 6 | -53/+29 |
* | use xmalloc() instead of malloc() | vapier | 2005-06-11 | 2 | -6/+2 |
* | use xmalloc() and bb_perror_msg_and_die() | vapier | 2005-06-11 | 1 | -9/+3 |
* | remove com_err.h includes | vapier | 2005-06-11 | 3 | -5/+0 |
* | DOS only crap | vapier | 2005-06-11 | 2 | -609/+0 |
* | import initial fat mke2fs | vapier | 2005-06-11 | 3 | -3/+1498 |
* | import tune2fs support | vapier | 2005-06-11 | 2 | -3/+35 |
* | fix signed/unsigned char pointers | vapier | 2005-06-11 | 1 | -3/+3 |
* | oops, we only want to affect local CFLAGS | vapier | 2005-06-11 | 1 | -2/+2 |
* | initial fat tune2fs/findfs/e2label source | vapier | 2005-06-11 | 1 | -0/+776 |
* | replace simple is_null func with a memcmp define | vapier | 2005-06-11 | 2 | -51/+4 |
* | force including of e2fsbb.h and move the HAVE_* defines to it | vapier | 2005-06-11 | 1 | -6/+5 |
* | make sure clean removes objects in subdirs | vapier | 2005-06-11 | 1 | -1/+1 |
* | need strings.h for ffs() | vapier | 2005-06-11 | 1 | -0/+1 |
* | only define some variables if legacy EXT2FS_ENABLE_SWAPFS is enabled | vapier | 2005-06-11 | 3 | -3/+13 |
* | replace simple functions with defines | vapier | 2005-06-11 | 2 | -87/+0 |
* | whitespace updates | vapier | 2005-06-11 | 1 | -1/+0 |