Denys Vlasenko
|
47cfbf32fd
*: add most of the required setup_common_bufsiz() calls
|
8 years ago |
Denys Vlasenko
|
e6a2f4cc5a
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
|
8 years ago |
Denys Vlasenko
|
6c634f7968
swaponoff: fix compile-time warning
|
9 years ago |
Mike Frysinger
|
5f11ec3f6a
swapon/swapoff: refine the -e (ifexists) option
|
9 years ago |
René Rhéaume
|
e76957708b
swaponoff: add support for -e
|
10 years ago |
Tito Ragusa
|
c9a67133d6
swapon/swapoff: -a returns 0 on ignored errors
|
10 years ago |
Tito Ragusa
|
a3f326cd66
swapon/swapoff: size reduction, cleanup, fixes, improvements
|
10 years ago |
Matt Whitlock
|
0a53b203f9
add discard option -d to swapon
|
10 years ago |
Matt Whitlock
|
b9bbd4ddf6
fix interaction of -a and -p options in swapon
|
10 years ago |
Matt Whitlock
|
c3a27b0bfd
avoid calling bb_strtou twice in MIN macro expansion
|
10 years ago |
Denys Vlasenko
|
087843a65b
fix "warning: ISO C90 forbids mixed declarations and code"
|
11 years ago |
Bernhard Reutner-Fischer
|
b541d1fcbd
swaponoff: shrink
|
11 years ago |
Tito Ragusa
|
8c7fcbd752
swapon: support "pri=NNN" in fstab
|
11 years ago |
Denys Vlasenko
|
a241069004
remove duplicate include <sys/swap.h>
|
13 years ago |
Denys Vlasenko
|
16714245f9
add INIT_G()'s. No code changes.
|
13 years ago |
Denys Vlasenko
|
c21c310e46
swapoff: dont pass "p" in opt_complementary
|
13 years ago |
Denys Vlasenko
|
14bd16ac56
more tweak for bionic
|
13 years ago |
Denys Vlasenko
|
66426760be
*: remove "Options:" string from help texts
|
13 years ago |
Pere Orga
|
5bc8c005a8
move remaining help text from include/usage.src.h
|
13 years ago |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 years ago |
Lauri Kasanen
|
d2844fcb68
swapon: skip noauto entries
|
14 years ago |
Denys Vlasenko
|
98a4c7cf3d
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
|
15 years ago |
Natanael Copa
|
9aff29997e
swaponoff: add uuid/label support. By Natanael Copa
|
15 years ago |
Denis Vlasenko
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
Denis Vlasenko
|
ee56e013cf
swapon: optional -p PRIO support (by Francois Barel <frabar666 AT gmail.com>)
|
16 years ago |
Denis Vlasenko
|
1d42665b6b
*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)
|
16 years ago |
Denis Vlasenko
|
f8b21d0933
swaponoff: prevent arithmetic overflow (spotted by Paul Fox <pgf@brightstareng.com>)
|
17 years ago |
Denis Vlasenko
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 years ago |
Denis Vlasenko
|
0c97c9d437
'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.
|
17 years ago |
Denis Vlasenko
|
fe7cd642b0
don't pass argc in getopt32, it's superfluous
|
17 years ago |