summaryrefslogtreecommitdiff
path: root/e2fsprogs/old_e2fsprogs/e2fsck.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* replace printf with fputs where appropriateDenis Vlasenko2007-09-301-2/+2
|
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-271-7/+7
|
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-7/+7
| | | | | | | | | trylink: explain how to modify link and drastically decrease amount of padding (unfortunately, needs hand editing ATM). *: add ALIGN1 / ALIGN2 to global strings and arrays of bytes and shorts size saving: 0.5k
* style fix (stray space before ';')Denis Vlasenko2007-07-211-2/+2
|
* style fixes, no code changes.Denis Vlasenko2007-04-111-1/+1
|
* - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer2007-04-041-3/+3
|
* kill superfluous returns at the end of void functionsDenis Vlasenko2007-03-111-5/+0
|
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
| | | | no preceding prototype
* put small subset of e2fsprogs back in the tree:Denis Vlasenko2006-12-261-0/+13552
lsattr, chattr, fsck. Old e2fsprogs tree is in e2fsprogs/old_e2fsprogs/*.