Denys Vlasenko
|
3d27d435db
randomconfig fixes
|
5 년 전 |
Denys Vlasenko
|
72089cf6b4
config: deindent all help texts
|
7 년 전 |
Denys Vlasenko
|
f560422fa0
Big cleanup in config help and description
|
7 년 전 |
Denys Vlasenko
|
f88e3bfa8d
Convert all miscutils/* applets to "new style" applet definitions
|
8 년 전 |
Denys Vlasenko
|
fb4da16711
Split miscutils/Config.src items into miscutils/*.c files
|
8 년 전 |
Denys Vlasenko
|
066e76befe
Replace a few more bb_info_msg's by bb_error_msg or printf
|
8 년 전 |
Denys Vlasenko
|
02859aaeb2
use auto_string() where appropriate to kill a few statics
|
9 년 전 |
Denys Vlasenko
|
8dff01d06a
libbb: introduce and use is_prefixed_with()
|
9 년 전 |
Denys Vlasenko
|
4d8ad381ab
devfsd: remove static variable
|
11 년 전 |
Denys Vlasenko
|
6830ade6aa
whitespace fixes. no code changes
|
11 년 전 |
Denys Vlasenko
|
60cb48ca50
whitespace cleanup. no code changes
|
11 년 전 |
Denys Vlasenko
|
66426760be
*: remove "Options:" string from help texts
|
13 년 전 |
Pere Orga
|
5bc8c005a8
move remaining help text from include/usage.src.h
|
13 년 전 |
Denys Vlasenko
|
e4dcba1c10
*: whitespace fixes
|
14 년 전 |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 년 전 |
Denys Vlasenko
|
8531d76a15
*: code shrink and better "died from signal" reporting from wait4pid
|
14 년 전 |
Denys Vlasenko
|
083e172641
style fixes, no code changes
|
14 년 전 |
Denys Vlasenko
|
d5f1b1bbe0
*: add FAST_FUNC to function ptrs where it makes sense
|
15 년 전 |
Denis Vlasenko
|
5415c856ea
libbb: [x]fopen_for_{read,write} introduced and used.
|
16 년 전 |
Denis Vlasenko
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 년 전 |
Denis Vlasenko
|
f5d8c90d73
style fixes, no code changes
|
16 년 전 |
Bernhard Reutner-Fischer
|
636a1f85e8
- use EXIT_{SUCCESS,FAILURE}. No object-code changes
|
16 년 전 |
Denis Vlasenko
|
2570b2e575
whitespace fixes
|
16 년 전 |
Denis Vlasenko
|
8e2cfec1cd
libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set
|
16 년 전 |
Denis Vlasenko
|
4cf1d08fc2
nc: remove a bit of bloat
|
16 년 전 |
Denis Vlasenko
|
6f1713f216
*: intrduce and use safe_gethostname. By Tito <farmatito AT tiscali.it>
|
16 년 전 |
Bernhard Reutner-Fischer
|
f470196a41
- fix conflicting decls of syslog related facilitynames and prioritynames tables
|
17 년 전 |
Denis Vlasenko
|
6bef3d1d22
fbset: fix buglet where we were using wrong pointer
|
17 년 전 |
Denis Vlasenko
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 년 전 |
Denis Vlasenko
|
96e1b38586
introduce and use close_on_exec_on(fd). -50 bytes.
|
17 년 전 |