aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs/fsck.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* style fixesDenis Vlasenko2006-12-261-1/+1
* leftover of e2fsck surgeryDenis Vlasenko2006-12-261-82/+36
* put small subset of e2fsprogs back in the tree:Denis Vlasenko2006-12-261-0/+1319
* remove e2fsprogs. Nobody volunteered to clean up that messDenis Vlasenko2006-12-261-1392/+0
* introduce LONE_CHAR (optimized strcmp with one-char string)Denis Vlasenko2006-12-211-2/+2
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]Denis Vlasenko2006-12-161-2/+2
* style cleanup: return(a) -> return a, part 1Denis Vlasenko2006-11-271-1/+1
* rename: compare_string_array -> index_in_str_arrayDenis Vlasenko2006-11-051-2/+2
* silly size savings and capitalization fixesDenis Vlasenko2006-10-261-1/+1
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-1/+1
* Yet another silly little byte saving. couldn't -> cannotDenis Vlasenko2006-09-291-7/+7
* Remove xcalloc() and convert its callers to xzalloc(). About half of themRob Landley2006-08-031-2/+2
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-3/+3
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
* Yet more "#if 0" content removed."Robert P. J. Day"2006-07-011-9/+0
* Big dead code elimination pass from Garrett.Rob Landley2006-05-031-11/+3
* kill off pointless malloc.h includeMike Frysinger2006-04-161-1/+0
* 2006-03-21 Shaun Jackman <sjackman@gmail.com>: Include signal.h instead of ...Mike Frysinger2006-03-221-1/+0
* just whitespaceTim Riker2006-01-251-2/+2
* remove bug: fsck do not know path"Vladimir N. Oleynik"2005-11-261-3/+1
* change the interface of libbb/compare_string_array (unsigned short to int), u..."Vladimir N. Oleynik"2005-11-261-2/+2
* more use const for interface of libbb/compare_string_array, example usage for..."Vladimir N. Oleynik"2005-11-261-9/+4
* another more const"Vladimir N. Oleynik"2005-10-201-5/+6
* perror correction"Vladimir N. Oleynik"2005-10-121-1/+1
* create e2fs_set_sbin_path(), noticed by Tito, Thanks"Vladimir N. Oleynik"2005-10-121-8/+1
* make fsck.h as common, e2fsck: includes correct"Vladimir N. Oleynik"2005-10-121-0/+44
* more busyboxes, remove 1 extern function (mainstream also have for one fsck)"Vladimir N. Oleynik"2005-10-121-0/+137
* change interface to bb_xasprintf() - more perfect for me."Vladimir N. Oleynik"2005-09-291-7/+6
* more busybox's style for fsck.c, size reduce"Vladimir N. Oleynik"2005-09-291-201/+142
* import the very fat e2fsck/fsck appletsMike Frysinger2005-09-241-0/+1302