Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-09-11 | Build fixes for gcc 4.0 with -Werror, from Tito. | Rob Landley | |
2006-07-02 | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | |
2006-05-28 | Fix hdparm to use PRIu64 instead of typecasting to long long (which is 128 bits | Rob Landley | |
on 64 bit platforms), and move #include <inttypes.h> to libbb.h. | |||
2006-05-27 | Consolidate #include <sys/time.h> so libbb.h does it. | Rob Landley | |
2006-05-05 | Another patch from Garrett: remove bad block bitmap checking code. Everything | Rob 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-03 | Big dead code elimination pass from Garrett. | Rob Landley | |
2006-05-03 | Patch from Garrett Kajmowicz to move a lot of #defines into the | Rob Landley | |
header file. | |||
2006-04-16 | kill off pointless malloc.h include | Mike Frysinger | |
2006-04-06 | Another size reduction patch from Garrett. | Rob Landley | |
2006-04-04 | - pull in prototype for e2fsck_main. | Bernhard Reutner-Fischer | |
2006-04-01 | Ext2fs cleanup from Garrett Kajmowicz. | Rob Landley | |