Bernhard Reutner-Fischer
|
636a1f85e8
- use EXIT_{SUCCESS,FAILURE}. No object-code changes
|
16 سال پیش |
Denis Vlasenko
|
ad4da989e3
init: fix askfirst not working as intended
|
16 سال پیش |
Denis Vlasenko
|
c693840fe8
*: whitespace fixes, no code changes
|
16 سال پیش |
Denis Vlasenko
|
e421b5ebf6
init: do not close all descriptors > 2. We were doing it - sometimes.
|
16 سال پیش |
Denis Vlasenko
|
fb274df079
init: do not use bb_sanitize_stdio(), "/dev/null" may be missing (yet)
|
16 سال پیش |
Denis Vlasenko
|
1d42665b6b
*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)
|
16 سال پیش |
Denis Vlasenko
|
3f165fa5b3
libbb: introduce and use sigprocmask_allsigs and sigaction_set.
|
16 سال پیش |
Denis Vlasenko
|
671ca33aa1
init: make it NOMMU-capable
|
17 سال پیش |
Denis Vlasenko
|
a58a637bed
init: fix comments
|
17 سال پیش |
Denis Vlasenko
|
99a61842df
init: HUP should not be temporarily set to "restart",
|
17 سال پیش |
Denis Vlasenko
|
a37e7134f7
init: fix bug 1111: restart actions were not splitting words:
|
17 سال پیش |
Denis Vlasenko
|
25591c322c
libbb: introduce bb_signals and bb_signals_recursive,
|
17 سال پیش |
Denis Vlasenko
|
c882f341ce
init: allow last line to be not terminated by '\n'
|
17 سال پیش |
Bernhard Reutner-Fischer
|
f470196a41
- fix conflicting decls of syslog related facilitynames and prioritynames tables
|
17 سال پیش |
Denis Vlasenko
|
21e20cb4ad
init: wait for orphaned children too while waiting
|
17 سال پیش |
Denis Vlasenko
|
fb0eba706c
libbb: introduce and use safe_waitpid (loops in EINTR)
|
17 سال پیش |
Denis Vlasenko
|
d55268d0d4
init: don't spawn tons of waiting children, one is enough
|
17 سال پیش |
Denis Vlasenko
|
5adfa44101
init: sometimes, #ifdefs are cleaner.
|
17 سال پیش |
Mike Frysinger
|
bb50fdfe07
convert #if to if -- let gcc optimize away dead code for us
|
17 سال پیش |
Denis Vlasenko
|
ec5631b6d6
init: add FEATURE_KILL_REMOVED (Eugene Bordenkircher <eugebo@gmail.com>)
|
17 سال پیش |
Denis Vlasenko
|
d7e2e127a9
cttyhack: add missing ';'
|
17 سال پیش |
Denis Vlasenko
|
2afabe8b83
init: remove superfluous forks and messing up with argv[0]
|
17 سال پیش |
Denis Vlasenko
|
70ab28f907
syslogd: use DEV_CONSOLE consistently
|
17 سال پیش |
Denis Vlasenko
|
f6ccc62c70
init: fix bug 1584: improper check for fork error
|
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 سال پیش |
Denis Vlasenko
|
818322b9b1
*: kill bb_get_last_path_component, replace with two functions
|
17 سال پیش |
Denis Vlasenko
|
6ca409e0e4
trylink: produce even more info about final link stage
|
17 سال پیش |
Denis Vlasenko
|
d8540f71ac
init: make sure fd 0,1,2 are not closed, + related optimizations.
|
17 سال پیش |