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