hush/e2fsprogs
Bernhard Reutner-Fischer 7abe709867 - Fix spurious rebuilds for (parallel) out-of-tree builds.
Make sure that the directories are order-only prerequisites. Otherwise we
  may have object files created after the timestamp of the directory was
  updated which would lead to spurious rebuilds (as some of the dentries
  may be older than the dir itself).
2005-10-05 10:06:11 +00:00
..
blkid hmm, forgoten remove llseek? 2005-09-19 14:25:55 +00:00
e2p use xmalloc() instead of malloc() 2005-06-11 22:25:27 +00:00
ext2fs fix building with debugging enabled #413 2005-09-25 05:18:04 +00:00
uuid replace simple is_null func with a memcmp define 2005-06-11 00:36:04 +00:00
base_device.c import base_device.c for fsck 2005-05-09 22:09:00 +00:00
chattr.c patch by Tito which uses a lot more busybox functions to reduce size nicely 2005-05-07 07:17:43 +00:00
Config.in import the very fat e2fsck/fsck applets 2005-09-24 07:11:16 +00:00
e2fsbb.h more const, inline, forward declaration usage, strip 20k source size ;-) 2005-09-28 15:16:22 +00:00
e2fsck.c more const, inline, forward declaration usage, strip 20k source size ;-) 2005-09-28 15:16:22 +00:00
fsck.c change interface to bb_xasprintf() - more perfect for me. 2005-09-29 16:18:57 +00:00
fsck.h import the very fat e2fsck/fsck applets 2005-09-24 07:11:16 +00:00
lsattr.c patch by Tito which uses a lot more busybox functions to reduce size nicely 2005-05-07 07:17:43 +00:00
Makefile - fix building out-of-tree; 2005-10-05 07:40:46 +00:00
Makefile.in - Fix spurious rebuilds for (parallel) out-of-tree builds. 2005-10-05 10:06:11 +00:00
mke2fs.c excellent shrinkage patch by Tito 2005-10-02 08:10:31 +00:00
README add new subdir for e2fsprogs 2005-04-24 05:07:59 +00:00
tune2fs.c excellent shrinkage patch by Tito 2005-10-02 08:10:31 +00:00
util.c excellent shrinkage patch by Tito 2005-10-02 08:10:31 +00:00
util.h excellent shrinkage patch by Tito 2005-10-02 08:10:31 +00:00

This is a pretty straight rip from the e2fsprogs pkg.

See README's in subdirs for specific info.