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 |
Bernhard Reutner-Fischer
|
636a1f85e8
- use EXIT_{SUCCESS,FAILURE}. No object-code changes
|
16 years ago |
Denis Vlasenko
|
ad4da989e3
init: fix askfirst not working as intended
|
16 years ago |
Denis Vlasenko
|
c693840fe8
*: whitespace fixes, no code changes
|
16 years ago |
Denis Vlasenko
|
e421b5ebf6
init: do not close all descriptors > 2. We were doing it - sometimes.
|
16 years ago |
Denis Vlasenko
|
fb274df079
init: do not use bb_sanitize_stdio(), "/dev/null" may be missing (yet)
|
16 years ago |
Denis Vlasenko
|
1d42665b6b
*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)
|
16 years ago |
Denis Vlasenko
|
3f165fa5b3
libbb: introduce and use sigprocmask_allsigs and sigaction_set.
|
16 years ago |
Denis Vlasenko
|
671ca33aa1
init: make it NOMMU-capable
|
17 years ago |
Denis Vlasenko
|
a58a637bed
init: fix comments
|
17 years ago |
Denis Vlasenko
|
99a61842df
init: HUP should not be temporarily set to "restart",
|
17 years ago |
Denis Vlasenko
|
a37e7134f7
init: fix bug 1111: restart actions were not splitting words:
|
17 years ago |
Denis Vlasenko
|
25591c322c
libbb: introduce bb_signals and bb_signals_recursive,
|
17 years ago |
Denis Vlasenko
|
c882f341ce
init: allow last line to be not terminated by '\n'
|
17 years ago |
Bernhard Reutner-Fischer
|
f470196a41
- fix conflicting decls of syslog related facilitynames and prioritynames tables
|
17 years ago |
Denis Vlasenko
|
21e20cb4ad
init: wait for orphaned children too while waiting
|
17 years ago |
Denis Vlasenko
|
fb0eba706c
libbb: introduce and use safe_waitpid (loops in EINTR)
|
17 years ago |
Denis Vlasenko
|
d55268d0d4
init: don't spawn tons of waiting children, one is enough
|
17 years ago |
Denis Vlasenko
|
5adfa44101
init: sometimes, #ifdefs are cleaner.
|
17 years ago |
Mike Frysinger
|
bb50fdfe07
convert #if to if -- let gcc optimize away dead code for us
|
17 years ago |
Denis Vlasenko
|
ec5631b6d6
init: add FEATURE_KILL_REMOVED (Eugene Bordenkircher <eugebo@gmail.com>)
|
17 years ago |
Denis Vlasenko
|
d7e2e127a9
cttyhack: add missing ';'
|
17 years ago |