aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs/lsattr.c
AgeCommit message (Collapse)Author
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
no preceding prototype
2006-12-26put small subset of e2fsprogs back in the tree:Denis Vlasenko
lsattr, chattr, fsck. Old e2fsprogs tree is in e2fsprogs/old_e2fsprogs/*.
2006-12-26remove e2fsprogs. Nobody volunteered to clean up that messDenis Vlasenko
2006-10-26silly size savings and capitalization fixesDenis Vlasenko
2006-10-08correct largefile support, add comments about it.Denis Vlasenko
2006-10-07dd: make it recognize not only 'k' but 'K' too;Denis Vlasenko
make it (partially) CONFIG_LFS-aware
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko
It is impossible to formulate sane ABI based on size of ulong because it can be 32-bit or 64-bit. Basically it means that you cannot portably use more that 32 option chars in one call anyway... Make it explicit.
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"
2006-05-03Big dead code elimination pass from Garrett.Rob Landley
2006-01-25just whitespaceTim Riker
2005-10-10bb_mkdep: Rewroted. removed problem "include name must uniq", speed up * 3."Vladimir N. Oleynik"
e2fsprogs: remove confuse bb_mkdep. Use internal e2fsprogs includes only. other: remove confuse bb_mkdep.
2005-05-07patch by Tito which uses a lot more busybox functions to reduce size nicelyMike Frysinger
2005-04-25use a generic error messageMike Frysinger
2005-04-25use asprintf in place of malloc/sprintf as suggested by solarMike Frysinger
2005-04-25bbify to shrink sizeMike Frysinger
2005-04-24add new subdir for e2fsprogsMike Frysinger