index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
e2fsprogs
/
lsattr.c
Age
Commit message (
Expand
)
Author
2017-08-05
chattr,lsattr,tune2fs: make them NOEXEC
Denys Vlasenko
2017-07-21
config: deindent all help texts
Denys Vlasenko
2017-07-18
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2015-10-19
chattr,lsattr: shorten help message
Denys Vlasenko
2015-10-18
e2fsprogs/*: convert to new-style "one file" applets
Denys Vlasenko
2011-06-05
*: remove "Options:" string from help texts
Denys Vlasenko
2011-04-03
move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...
Pere Orga
2009-06-05
*: add FAST_FUNC to function ptrs where it makes sense
Denys Vlasenko
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-06-07
libbb: introduce and use print_flags().
Denis Vlasenko
2008-03-17
*: shrink by using [f]open_or_warn_stdin where appropriate
Denis Vlasenko
2008-03-17
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2007-10-30
e2fsprogs: code shrink
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-09-27
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
Denis Vlasenko
2007-08-18
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-04-15
e2fsprogs: stop using statics in chattr. Minor code shrinkage (-130 bytes)
Denis Vlasenko
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2006-12-26
put small subset of e2fsprogs back in the tree:
Denis Vlasenko
2006-12-26
remove e2fsprogs. Nobody volunteered to clean up that mess
Denis Vlasenko
2006-10-26
silly size savings and capitalization fixes
Denis Vlasenko
2006-10-08
correct largefile support, add comments about it.
Denis Vlasenko
2006-10-07
dd: make it recognize not only 'k' but 'K' too;
Denis Vlasenko
2006-10-03
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-07-02
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2006-05-03
Big dead code elimination pass from Garrett.
Rob Landley
2006-01-25
just whitespace
Tim Riker
2005-10-10
bb_mkdep: Rewroted. removed problem "include name must uniq", speed up * 3.
"Vladimir N. Oleynik"
2005-05-07
patch by Tito which uses a lot more busybox functions to reduce size nicely
Mike Frysinger
2005-04-25
use a generic error message
Mike Frysinger
2005-04-25
use asprintf in place of malloc/sprintf as suggested by solar
Mike Frysinger
2005-04-25
bbify to shrink size
Mike Frysinger
2005-04-24
add new subdir for e2fsprogs
Mike Frysinger