Denys Vlasenko
|
99125c0495
chattr,lsattr,tune2fs: make them NOEXEC
|
7 years ago |
Denys Vlasenko
|
72089cf6b4
config: deindent all help texts
|
7 years ago |
Denys Vlasenko
|
4eed2c6c50
Update menuconfig items with approximate applet sizes
|
7 years ago |
Denys Vlasenko
|
36647abcc3
chattr,lsattr: shorten help message
|
9 years ago |
Denys Vlasenko
|
000eda41c0
e2fsprogs/*: convert to new-style "one file" applets
|
9 years ago |
Denys Vlasenko
|
66426760be
*: remove "Options:" string from help texts
|
13 years ago |
Pere Orga
|
6a3e01d5a9
move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c editors/*.c loginutils/*.c mailutils/*.c
|
13 years ago |
Denys Vlasenko
|
d5f1b1bbe0
*: add FAST_FUNC to function ptrs where it makes sense
|
15 years ago |
Denis Vlasenko
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
Denis Vlasenko
|
53354ac47d
libbb: introduce and use print_flags().
|
16 years ago |
Denis Vlasenko
|
62a90cdd74
*: shrink by using [f]open_or_warn_stdin where appropriate
|
16 years ago |
Denis Vlasenko
|
68404f13d4
*: add -Wunused-parameter; fix resulting breakage
|
16 years ago |
Denis Vlasenko
|
d059ddc1bb
e2fsprogs: code shrink
|
17 years ago |
Denis Vlasenko
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 years ago |
Denis Vlasenko
|
4daad9004d
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
|
17 years ago |
Denis Vlasenko
|
fe7cd642b0
don't pass argc in getopt32, it's superfluous
|
17 years ago |
Denis Vlasenko
|
b6adbf1be2
usage.c: remove reference to busybox.h
|
17 years ago |
Denis Vlasenko
|
8acf521432
e2fsprogs: stop using statics in chattr. Minor code shrinkage (-130 bytes)
|
17 years ago |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
18 years ago |
Denis Vlasenko
|
c4f623ef2a
put small subset of e2fsprogs back in the tree:
|
18 years ago |
Denis Vlasenko
|
64c5402584
remove e2fsprogs. Nobody volunteered to clean up that mess
|
18 years ago |
Denis Vlasenko
|
c6f188def8
silly size savings and capitalization fixes
|
18 years ago |
Denis Vlasenko
|
7039a66b58
correct largefile support, add comments about it.
|
18 years ago |
Denis Vlasenko
|
5625415085
dd: make it recognize not only 'k' but 'K' too;
|
18 years ago |
Denis Vlasenko
|
67b23e6043
getopt_ulflags -> getopt32.
|
18 years ago |
"Robert P. J. Day"
|
63fc1a9e08
Standardize on the vi editing directives being on the first line.
|
18 years ago |
Rob Landley
|
7c94bed234
Big dead code elimination pass from Garrett.
|
18 years ago |
Tim Riker
|
c1ef7bdd8d
just whitespace
|
19 years ago |
"Vladimir N. Oleynik"
|
083d3f49c2
|
19 years ago |
Mike Frysinger
|
ea338fffb5
patch by Tito which uses a lot more busybox functions to reduce size nicely
|
19 years ago |