aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs/fsck.c
AgeCommit message (Expand)Author
2007-02-06EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>Denis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2007-01-19fsck: dead code removal; also disable progress indicator codeDenis Vlasenko
2007-01-19fsck: stop using strtokDenis Vlasenko
2007-01-19fsck: move functions around so that related ones are nearbyDenis Vlasenko
2007-01-19fsck: small optimizationDenis Vlasenko
2006-12-26style fixesDenis Vlasenko
2006-12-26leftover of e2fsck surgeryDenis Vlasenko
2006-12-26put small subset of e2fsprogs back in the tree:Denis Vlasenko
2006-12-26remove e2fsprogs. Nobody volunteered to clean up that messDenis Vlasenko
2006-12-21introduce LONE_CHAR (optimized strcmp with one-char string)Denis Vlasenko
2006-12-16inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]Denis Vlasenko
2006-11-27style cleanup: return(a) -> return a, part 1Denis Vlasenko
2006-11-05rename: compare_string_array -> index_in_str_arrayDenis Vlasenko
2006-10-26silly size savings and capitalization fixesDenis Vlasenko
2006-10-20message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko
2006-09-29Yet another silly little byte saving. couldn't -> cannotDenis Vlasenko
2006-08-03Remove xcalloc() and convert its callers to xzalloc(). About half of themRob Landley
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"
2006-07-01Yet more "#if 0" content removed."Robert P. J. Day"
2006-05-03Big dead code elimination pass from Garrett.Rob Landley
2006-04-16kill off pointless malloc.h includeMike Frysinger
2006-03-222006-03-21 Shaun Jackman <sjackman@gmail.com>: Include signal.h instead of ...Mike Frysinger
2006-01-25just whitespaceTim Riker
2005-11-26remove bug: fsck do not know path"Vladimir N. Oleynik"
2005-11-26change the interface of libbb/compare_string_array (unsigned short to int), u..."Vladimir N. Oleynik"
2005-11-26more use const for interface of libbb/compare_string_array, example usage for..."Vladimir N. Oleynik"
2005-10-20another more const"Vladimir N. Oleynik"
2005-10-12perror correction"Vladimir N. Oleynik"
2005-10-12create e2fs_set_sbin_path(), noticed by Tito, Thanks"Vladimir N. Oleynik"
2005-10-12make fsck.h as common, e2fsck: includes correct"Vladimir N. Oleynik"
2005-10-12more busyboxes, remove 1 extern function (mainstream also have for one fsck)"Vladimir N. Oleynik"
2005-09-29change interface to bb_xasprintf() - more perfect for me."Vladimir N. Oleynik"
2005-09-29more busybox's style for fsck.c, size reduce"Vladimir N. Oleynik"
2005-09-24import the very fat e2fsck/fsck appletsMike Frysinger