aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs/e2fsck.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove e2fsprogs. Nobody volunteered to clean up that messDenis Vlasenko2006-12-261-13552/+0
|
* fix remaining survivors of the return(a) cleanupDenis Vlasenko2006-11-271-1/+1
|
* style cleanup: return(a) -> return a, part 2Denis Vlasenko2006-11-271-1/+1
|
* style cleanup: return(a) -> return a, part 1Denis Vlasenko2006-11-271-4/+4
|
* rodata cleanup. "unable to" == "cannot". -300 bytesDenis Vlasenko2006-11-181-1/+1
|
* add -Wundef, fix uncovered bugsDenis Vlasenko2006-11-171-1/+1
|
* mostly style fixesDenis Vlasenko2006-11-011-24/+24
|
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-3/+3
|
* Yet another silly little byte saving. couldn't -> cannotDenis Vlasenko2006-09-291-3/+3
|
* whitespace cleanupDenis Vlasenko2006-09-171-1/+1
|
* Build fixes for gcc 4.0 with -Werror, from Tito.Rob Landley2006-09-111-5/+5
|
* removed a lot of trailing \n in bb_msg() calls. It is addedDenis Vlasenko2006-09-061-11/+11
| | | | | automatically by function itself.
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
|
* Make some 64 bit warnings go away on x86-64.Rob Landley2006-06-191-33/+8
|
* Remove _() and N_() from platform.h. #define them as NOP macros in the twoRob Landley2006-05-291-0/+3
| | | | | | files still using them. I didn't remove them from e2fsck.c to avoid stomping pending cleanup patches from Garrett, and I didn't bother to remove them from fdisk.c because that entire file needs to be rewritten from scratch.
* Remove unused function parameter, from Garrett.Rob Landley2006-05-191-2/+1
|
* Typo that hits big endian systems.Rob Landley2006-05-171-1/+0
|
* Another patch from Garrett: remove bad block bitmap checking code. EverythingRob Landley2006-05-051-417/+10
| | | | | | | | 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 Landley2006-05-031-150/+93
|
* Patch from Garrett Kajmowicz to move a lot of #defines into theRob Landley2006-05-031-857/+0
| | | | header file.
* Another size reduction patch from Garrett.Rob Landley2006-04-061-468/+18
|
* Ext2fs cleanup from Garrett Kajmowicz.Rob Landley2006-04-011-389/+9
|
* import most of e2fsprogs 1.38 updatesMike Frysinger2006-03-081-81/+92
|
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
| | | | definitions. (That should only be on prototypes.)
* Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x)Rob Landley2006-03-011-127/+57
| | | | from before "if(x) free(x)".
* just whitespaceTim Riker2006-01-251-2/+2
|
* Once more, with fewer inappropriate semicolons.Rob Landley2006-01-241-2/+2
|
* Ken McGuire's patch to make mke2fs and e2fsck work on big endian systems likeRob Landley2006-01-231-2/+9
| | | | PPC, with an obligatory couple of swipes from me.
* create e2fs_set_sbin_path(), noticed by Tito, Thanks"Vladimir N. Oleynik"2005-10-121-46/+18
|
* usage bb_dev_null"Vladimir N. Oleynik"2005-10-121-1/+1
|
* make fsck.h as common, e2fsck: includes correct"Vladimir N. Oleynik"2005-10-121-46/+46
|
* more const, inline, forward declaration usage, strip 20k source size ;-)"Vladimir N. Oleynik"2005-09-281-1176/+459
|
* move e2fsck/* to e2fsck.c, one e2fsck_main and jornal exported, small ↵"Vladimir N. Oleynik"2005-09-271-106/+15452
| | | | automatic size reduction
* fix building w/out et headers and w/out debugMike Frysinger2005-09-271-2/+0
|
* import the very fat e2fsck/fsck appletsMike Frysinger2005-09-241-0/+1179