summaryrefslogtreecommitdiff
path: root/e2fsprogs/lsattr.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-05*: add FAST_FUNC to function ptrs where it makes senseDenys Vlasenko1-2/+3
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko1-2/+2
2008-06-07libbb: introduce and use print_flags().Denis Vlasenko1-2/+2
2008-03-17*: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko1-4/+2
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko1-2/+2
2007-10-30e2fsprogs: code shrinkDenis Vlasenko1-2/+1
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko1-1/+1
2007-09-27introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko1-2/+2
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko1-1/+1
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko1-1/+1
2007-04-15e2fsprogs: stop using statics in chattr. Minor code shrinkage (-130 bytes)Denis Vlasenko1-7/+4
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko1-0/+1
2006-12-26put small subset of e2fsprogs back in the tree:Denis Vlasenko1-0/+114
2006-12-26remove e2fsprogs. Nobody volunteered to clean up that messDenis Vlasenko1-128/+0
2006-10-26silly size savings and capitalization fixesDenis Vlasenko1-2/+2
2006-10-08correct largefile support, add comments about it.Denis Vlasenko1-4/+4
2006-10-07dd: make it recognize not only 'k' but 'K' too;Denis Vlasenko1-8/+0
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko1-1/+1
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"1-0/+1
2006-05-03Big dead code elimination pass from Garrett.Rob Landley1-7/+1
2006-01-25just whitespaceTim Riker1-2/+2
2005-10-10bb_mkdep: Rewroted. removed problem "include name must uniq", speed up * 3."Vladimir N. Oleynik"1-1/+1
2005-05-07patch by Tito which uses a lot more busybox functions to reduce size nicelyMike Frysinger1-22/+18
2005-04-25use a generic error messageMike Frysinger1-1/+1
2005-04-25use asprintf in place of malloc/sprintf as suggested by solarMike Frysinger1-8/+10
2005-04-25bbify to shrink sizeMike Frysinger1-99/+49
2005-04-24add new subdir for e2fsprogsMike Frysinger1-0/+193