aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs/lsattr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* chattr,lsattr: improve help messagesRon Yorston2022-05-191-0/+21
* lsattr: distinguish between junctions and symlinksRon Yorston2022-05-191-2/+2
* chattr,lsattr: code shrinkRon Yorston2022-05-191-1/+6
* Merge branch 'busybox' into mergeRon Yorston2021-06-281-23/+57
|\
| * e2fsprogs: code shrinkDenys Vlasenko2021-06-241-2/+2
| * lsattr,chattr: do not open e.g. device files unless asked directly; do not fo...Denys Vlasenko2021-06-241-3/+12
| * chattr,lsattr: share stat error messageDenys Vlasenko2021-06-231-2/+3
| * e2fsprogs/*: remove ioctl calling obfuscationDenys Vlasenko2021-06-231-9/+20
| * lsattr,chattr: support -pDenys Vlasenko2021-06-201-11/+21
* | Merge branch 'busybox' into mergeRon Yorston2020-08-231-1/+0
|\|
| * build system: drop PLATFORM_LINUXRon Yorston2020-08-131-1/+0
* | chattr, lsattr: enable in the default configurationRon Yorston2020-07-091-0/+15
|/
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* chattr,lsattr,tune2fs: make them NOEXECDenys Vlasenko2017-08-051-1/+2
* config: deindent all help textsDenys Vlasenko2017-07-211-1/+1
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* chattr,lsattr: shorten help messageDenys Vlasenko2015-10-191-2/+2
* e2fsprogs/*: convert to new-style "one file" appletsDenys Vlasenko2015-10-181-7/+9
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga2011-04-031-0/+11
* *: add FAST_FUNC to function ptrs where it makes senseDenys Vlasenko2009-06-051-2/+3
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-2/+2
* libbb: introduce and use print_flags().Denis Vlasenko2008-06-071-2/+2
* *: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko2008-03-171-4/+2
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-2/+2
* e2fsprogs: code shrinkDenis Vlasenko2007-10-301-2/+1
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-271-2/+2
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* e2fsprogs: stop using statics in chattr. Minor code shrinkage (-130 bytes)Denis Vlasenko2007-04-151-7/+4
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* put small subset of e2fsprogs back in the tree:Denis Vlasenko2006-12-261-0/+114
* remove e2fsprogs. Nobody volunteered to clean up that messDenis Vlasenko2006-12-261-128/+0
* silly size savings and capitalization fixesDenis Vlasenko2006-10-261-2/+2
* correct largefile support, add comments about it.Denis Vlasenko2006-10-081-4/+4
* dd: make it recognize not only 'k' but 'K' too;Denis Vlasenko2006-10-071-8/+0
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-1/+1
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
* Big dead code elimination pass from Garrett.Rob Landley2006-05-031-7/+1
* just whitespaceTim Riker2006-01-251-2/+2
* bb_mkdep: Rewroted. removed problem "include name must uniq", speed up * 3."Vladimir N. Oleynik"2005-10-101-1/+1
* patch by Tito which uses a lot more busybox functions to reduce size nicelyMike Frysinger2005-05-071-22/+18
* use a generic error messageMike Frysinger2005-04-251-1/+1
* use asprintf in place of malloc/sprintf as suggested by solarMike Frysinger2005-04-251-8/+10
* bbify to shrink sizeMike Frysinger2005-04-251-99/+49
* add new subdir for e2fsprogsMike Frysinger2005-04-241-0/+193