Denys Vlasenko
|
3ed181b7ac
init: make comment more understandable. no code changes
|
15 years ago |
Denis Vlasenko
|
5981ba5843
init: test for vt terminal with VT_OPENQRY,
|
15 years ago |
Denis Vlasenko
|
4774179cb9
mail.c: more robust handling of SIGCHLD
|
15 years ago |
Denis Vlasenko
|
93b38208d1
init: fix compile breakage with '# CONFIG_FEATURE_KILL_REMOVED is not set'
|
16 years ago |
Denis Vlasenko
|
9ec0ecbfdd
init: remove wait() loop on restart, it may be dangerous
|
16 years ago |
Denis Vlasenko
|
4ae8a05b13
init: fix a bug where on reload order of entries might be wrong
|
16 years ago |
Denis Vlasenko
|
e35af56790
modutils-24: use xasprintf and xzalloc where appropriate,
|
16 years ago |
Denis Vlasenko
|
fc2a4fc2ba
init: small correction in a comment
|
16 years ago |
Denis Vlasenko
|
72c99af0b4
init: major improvement in documentation and signal handling.
|
16 years ago |
Denis Vlasenko
|
cab28aa7de
init: preparatory patch, no code changes
|
16 years ago |
Denis Vlasenko
|
6c62246a35
init: reinstate proper handling of !ENABLE_FEATURE_USE_INITTAB
|
16 years ago |
Denis Vlasenko
|
b2b2c404b5
init: reduce ifdef forest (specially for Rob's happiness)
|
16 years ago |
Denis Vlasenko
|
1bcdcd2ef0
init: do not eat last char in messages;
|
16 years ago |
Denis Vlasenko
|
a34b8a4d30
init: O_NONBLOCK needs more thought. reverted for now
|
16 years ago |
Denis Vlasenko
|
3fa36e2350
*: a bit of code shrink
|
16 years ago |
Denis Vlasenko
|
202ac504e1
*: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, xx) op
|
16 years ago |
Denis Vlasenko
|
5cb54b5adc
init: downgrade ENABLE_DEBUG_INIT to just a #define to prevent people
|
16 years ago |
Denis Vlasenko
|
b8d1a4cd5f
init: set stderr to NONBLOCK
|
16 years ago |
Denis Vlasenko
|
084266ed52
fix several problems with config parser:
|
16 years ago |
Denis Vlasenko
|
5415c856ea
libbb: [x]fopen_for_{read,write} introduced and used.
|
16 years ago |
Denis Vlasenko
|
b74a2dba57
whitespace fixes, no code changed
|
16 years ago |
Bernhard Reutner-Fischer
|
a53de7f7c2
- fix spelling
|
16 years ago |
Bernhard Reutner-Fischer
|
5259361957
- remove superfluous forward declaration
|
16 years ago |
Bernhard Reutner-Fischer
|
ad2fa65fc0
- no obj-code changes. Fix indentation, use existing defines.
|
16 years ago |
Denis Vlasenko
|
2e157ddf9e
libbb: updated config_parse() from Vladimir
|
16 years ago |
Denis Vlasenko
|
a474b68991
init: fix compile-time error; fix exiting on broken config file
|
16 years ago |
Bernhard Reutner-Fischer
|
54d50a0b47
- fix "noreduce" flag of config_read (didn't work at all, at least for me).
|
16 years ago |
Denis Vlasenko
|
d48e81f0cd
mdev: do not follow symlinks in /sys (as was intended prior to rev 18811).
|
16 years ago |
Denis Vlasenko
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
Bernhard Reutner-Fischer
|
5e25ddb7d3
- use STD*_FILENO some more. No object-code changes
|
16 years ago |