summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2015-10-18chattr,lsattr: shorten help messageDenys Vlasenko2-8/+6
2015-10-18e2fsprogs/*: convert to new-style "one file" appletsDenys Vlasenko7-69/+55
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-04-02move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga26-400/+418
2009-06-05*: add FAST_FUNC to function ptrs where it makes senseDenys Vlasenko22-346/+324
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
2007-10-30e2fsprogs: code shrinkDenis Vlasenko4-58/+80
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko119-447/+494
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-04-15e2fsprogs: stop using statics in chattr. Minor code shrinkage (-130 bytes)Denis Vlasenko3-83/+82
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2006-12-26chattr: bugfixes and size reductionDenis Vlasenko3-41/+31
2006-12-26put small subset of e2fsprogs back in the tree:Denis Vlasenko142-0/+42719
2006-12-26remove e2fsprogs. Nobody volunteered to clean up that messDenis Vlasenko133-40208/+0
2006-12-21introduce LONE_CHAR (optimized strcmp with one-char string)Denis Vlasenko17-35/+49
2006-10-08correct largefile support, add comments about it.Denis Vlasenko15-91/+121
2006-10-07dd: make it recognize not only 'k' but 'K' too;Denis Vlasenko7-63/+46
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"284-19/+285
2006-01-25just whitespaceTim Riker254-2027/+2027
2005-10-10bb_mkdep: Rewroted. removed problem "include name must uniq", speed up * 3."Vladimir N. Oleynik"19-441/+436
2005-05-07patch by Tito which uses a lot more busybox functions to reduce size nicelyMike Frysinger2-49/+37
2005-04-25use a generic error messageMike Frysinger2-2/+2
2005-04-25use asprintf in place of malloc/sprintf as suggested by solarMike Frysinger2-13/+13
2005-04-25bbify to shrink sizeMike Frysinger2-297/+177
2005-04-24add new subdir for e2fsprogsMike Frysinger27-2/+2218