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-06-07libbb: introduce and use print_flags().Denis Vlasenko11-76/+77
2008-03-17*: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko26-219/+214
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-09-27introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko62-210/+208
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
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-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-10-26silly size savings and capitalization fixesDenis Vlasenko24-81/+81
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-10-03getopt_ulflags -> getopt32.Denis Vlasenko120-327/+322
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"284-19/+285
2006-05-03Big dead code elimination pass from Garrett.Rob Landley24-449/+138
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