aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs/e2fsck.h
AgeCommit message (Collapse)Author
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"
2006-05-28Fix hdparm to use PRIu64 instead of typecasting to long long (which is 128 bitsRob Landley
on 64 bit platforms), and move #include <inttypes.h> to libbb.h.
2006-05-27Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley
2006-05-05Another patch from Garrett: remove bad block bitmap checking code. EverythingRob Landley
produced in the list ten years has some variant of internal error correction (disks, cdrom, flash), so if it has user-visible bad blocks on it the hardware has exhausted its remapping reserve and is dying, and you need to get your data off pronto. (The one exception I can think of is floppies, and I don't care.)
2006-05-03Big dead code elimination pass from Garrett.Rob Landley
2006-05-03Patch from Garrett Kajmowicz to move a lot of #defines into theRob Landley
header file.
2006-04-16kill off pointless malloc.h includeMike Frysinger
2006-04-06Another size reduction patch from Garrett.Rob Landley
2006-04-04- pull in prototype for e2fsck_main.Bernhard Reutner-Fischer
2006-04-01Ext2fs cleanup from Garrett Kajmowicz.Rob Landley