Denys Vlasenko
|
e2b9215868
*: --help tweaks
|
3 years ago |
Denys Vlasenko
|
84d5eddb25
help text: replace [OPTIONS] with actual options (if not too long)
|
3 years ago |
Denys Vlasenko
|
b097a84d62
config: update size information
|
5 years ago |
Denys Vlasenko
|
cf686ae3b4
syslogd,logger: code shrink for musl
|
7 years ago |
Denys Vlasenko
|
95f7953f2c
do not use `a' quoting style in comments
|
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
|
9de2e5a222
*: hopefully all setup_common_bufsiz() are in place
|
8 years ago |
Denys Vlasenko
|
d34f300db6
sysklogd/*: convert to new-style "one file" applets
|
9 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
|
e4dcba1c10
*: whitespace fixes
|
14 years ago |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 years ago |
Denys Vlasenko
|
2ec91aead5
*: remove some uses of argc
|
15 years ago |
Denis Vlasenko
|
0c68a874e7
libbb: password/group function helpers rewritten by Tito:
|
16 years ago |
Denis Vlasenko
|
bd1aeeb850
logger: "clean up" a dirty hack a bit
|
16 years ago |
Bernhard Reutner-Fischer
|
f470196a41
- fix conflicting decls of syslog related facilitynames and prioritynames tables
|
17 years ago |
Denis Vlasenko
|
d2023283ac
fix buglets found by randomconfig
|
17 years ago |
Denis Vlasenko
|
ff2b6d2185
logread: eliminate usage of data/bss
|
17 years ago |
Denis Vlasenko
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 years ago |
Denis Vlasenko
|
ebeaea04dc
logger: fix a problem of losing all argv except first
|
17 years ago |
Denis Vlasenko
|
fe7cd642b0
don't pass argc in getopt32, it's superfluous
|
17 years ago |
Denis Vlasenko
|
3734b946bf
bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one;
|
17 years ago |
Denis Vlasenko
|
74324c8666
Audit bb_common_bufsiz usage, add script which looks for misuse.
|
17 years ago |
Denis Vlasenko
|
b6adbf1be2
usage.c: remove reference to busybox.h
|
17 years ago |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
18 years ago |
Denis Vlasenko
|
4df8135cf6
undo RESERVE_CONFIG_BUFFER change. aldot, small on-stack char[N] objects
|
18 years ago |
Bernhard Reutner-Fischer
|
0f48663f83
- shrink by 26 bytes or so
|
18 years ago |
Denis Vlasenko
|
a0e2a0a192
syslogd: start using bb_common_bufsiz1 instead of stack/malloc
|
18 years ago |
Denis Vlasenko
|
1385899416
attempt to regularize atoi mess.
|
18 years ago |