aboutsummaryrefslogtreecommitdiff
path: root/init/init.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* init: make FEATURE_EXTRA_QUIET more consistent. +1 byteDenys Vlasenko2009-12-141-2/+3
* init: restore possibility to reload inittab even before we finish initializationDenys Vlasenko2009-11-151-16/+18
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-131-2/+2
* remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko2009-09-061-1/+1
* init: make comment more understandable. no code changesDenys Vlasenko2009-07-191-5/+8
* init: test for vt terminal with VT_OPENQRY,Denis Vlasenko2009-03-191-27/+5
* mail.c: more robust handling of SIGCHLDDenis Vlasenko2009-03-101-18/+23
* init: fix compile breakage with '# CONFIG_FEATURE_KILL_REMOVED is not set'Denis Vlasenko2009-02-141-16/+16
* init: remove wait() loop on restart, it may be dangerousDenis Vlasenko2009-01-311-15/+22
* init: fix a bug where on reload order of entries might be wrongDenis Vlasenko2009-01-311-83/+89
* modutils-24: use xasprintf and xzalloc where appropriate,Denis Vlasenko2009-01-311-9/+9
* init: small correction in a commentDenis Vlasenko2009-01-311-1/+1
* init: major improvement in documentation and signal handling.Denis Vlasenko2009-01-311-297/+374
* init: preparatory patch, no code changesDenis Vlasenko2009-01-311-22/+22
* init: reinstate proper handling of !ENABLE_FEATURE_USE_INITTABDenis Vlasenko2009-01-291-28/+31
* init: reduce ifdef forest (specially for Rob's happiness)Denis Vlasenko2009-01-281-12/+4
* init: do not eat last char in messages;Denis Vlasenko2008-12-091-7/+7
* init: O_NONBLOCK needs more thought. reverted for nowDenis Vlasenko2008-11-291-2/+3
* *: a bit of code shrinkDenis Vlasenko2008-11-091-10/+6
* *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x...Denis Vlasenko2008-11-051-1/+1
* init: downgrade ENABLE_DEBUG_INIT to just a #define to prevent peopleDenis Vlasenko2008-10-211-3/+7
* init: set stderr to NONBLOCKDenis Vlasenko2008-09-201-19/+14
* fix several problems with config parser:Denis Vlasenko2008-07-261-2/+2
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-1/+1
* whitespace fixes, no code changedDenis Vlasenko2008-07-211-1/+2
* - fix spellingBernhard Reutner-Fischer2008-07-211-6/+6
* - remove superfluous forward declarationBernhard Reutner-Fischer2008-07-211-18/+17
* - no obj-code changes. Fix indentation, use existing defines.Bernhard Reutner-Fischer2008-07-211-120/+19
* libbb: updated config_parse() from VladimirDenis Vlasenko2008-07-191-2/+2
* init: fix compile-time error; fix exiting on broken config fileDenis Vlasenko2008-07-171-22/+18
* - fix "noreduce" flag of config_read (didn't work at all, at least for me).Bernhard Reutner-Fischer2008-07-171-5/+69
* mdev: do not follow symlinks in /sys (as was intended prior to rev 18811).Denis Vlasenko2008-07-061-14/+1
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-8/+8
* - use STD*_FILENO some more. No object-code changesBernhard Reutner-Fischer2008-05-191-3/+3
* - use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer2008-05-191-10/+10
* init: fix askfirst not working as intendedDenis Vlasenko2008-04-051-21/+26
* *: whitespace fixes, no code changesDenis Vlasenko2008-03-241-2/+2
* init: do not close all descriptors > 2. We were doing it - sometimes.Denis Vlasenko2008-03-171-5/+4
* init: do not use bb_sanitize_stdio(), "/dev/null" may be missing (yet)Denis Vlasenko2008-03-171-2/+16
* *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko2008-03-171-4/+4
* libbb: introduce and use sigprocmask_allsigs and sigaction_set.Denis Vlasenko2008-03-171-29/+2
* init: make it NOMMU-capableDenis Vlasenko2008-02-191-19/+31
* init: fix commentsDenis Vlasenko2008-02-191-2/+2
* init: HUP should not be temporarily set to "restart",Denis Vlasenko2008-02-191-4/+1
* init: fix bug 1111: restart actions were not splitting words:Denis Vlasenko2008-02-191-102/+87
* libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko2008-02-161-19/+29
* init: allow last line to be not terminated by '\n'Denis Vlasenko2008-01-291-3/+3
* - fix conflicting decls of syslog related facilitynames and prioritynames tablesBernhard Reutner-Fischer2008-01-271-1/+1
* init: wait for orphaned children too while waitingDenis Vlasenko2008-01-041-3/+9
* libbb: introduce and use safe_waitpid (loops in EINTR)Denis Vlasenko2008-01-021-17/+9