aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs/fsck.c
AgeCommit message (Expand)Author
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