summaryrefslogtreecommitdiff
path: root/e2fsprogs/chattr.c
Commit message (Expand)AuthorAgeFilesLines
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-3/+3
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* chattr,lsattr,tune2fs: make them NOEXECDenys Vlasenko2017-08-051-1/+1
* chattr: fix option parsing to accept more cryptic option combosDenys Vlasenko2017-08-051-35/+51
* 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-6/+4
* e2fsprogs/*: convert to new-style "one file" appletsDenys Vlasenko2015-10-181-8/+8
* *: 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/+24
* *: add FAST_FUNC to function ptrs where it makes senseDenys Vlasenko2009-06-051-1/+1
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+1
* e2fsprogs: code shrinkDenis Vlasenko2007-10-301-21/+3
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-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-72/+72
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* chattr: bugfixes and size reductionDenis Vlasenko2006-12-261-38/+28
* put small subset of e2fsprogs back in the tree:Denis Vlasenko2006-12-261-0/+199
* remove e2fsprogs. Nobody volunteered to clean up that messDenis Vlasenko2006-12-261-219/+0
* introduce LONE_CHAR (optimized strcmp with one-char string)Denis Vlasenko2006-12-211-3/+4
* correct largefile support, add comments about it.Denis Vlasenko2006-10-081-2/+2
* dd: make it recognize not only 'k' but 'K' too;Denis Vlasenko2006-10-071-8/+0
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+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-27/+19
* use a generic error messageMike Frysinger2005-04-251-1/+1
* use asprintf in place of malloc/sprintf as suggested by solarMike Frysinger2005-04-251-5/+3
* bbify to shrink sizeMike Frysinger2005-04-251-198/+128
* add new subdir for e2fsprogsMike Frysinger2005-04-241-0/+305