Age | Commit message (Expand) | Author |
2009-11-13 | *: use "can't" instead of "cannot" | Denys Vlasenko |
2009-09-06 | remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com) | Denys Vlasenko |
2009-07-19 | init: make comment more understandable. no code changes | Denys Vlasenko |
2009-03-19 | init: test for vt terminal with VT_OPENQRY, | Denis Vlasenko |
2009-03-10 | mail.c: more robust handling of SIGCHLD | Denis Vlasenko |
2009-02-14 | init: fix compile breakage with '# CONFIG_FEATURE_KILL_REMOVED is not set' | Denis Vlasenko |
2009-01-31 | init: remove wait() loop on restart, it may be dangerous | Denis Vlasenko |
2009-01-31 | init: fix a bug where on reload order of entries might be wrong | Denis Vlasenko |
2009-01-31 | modutils-24: use xasprintf and xzalloc where appropriate, | Denis Vlasenko |
2009-01-31 | init: small correction in a comment | Denis Vlasenko |
2009-01-31 | init: major improvement in documentation and signal handling. | Denis Vlasenko |
2009-01-31 | init: preparatory patch, no code changes | Denis Vlasenko |
2009-01-29 | init: reinstate proper handling of !ENABLE_FEATURE_USE_INITTAB | Denis Vlasenko |
2009-01-28 | init: reduce ifdef forest (specially for Rob's happiness) | Denis Vlasenko |
2008-12-09 | init: do not eat last char in messages; | Denis Vlasenko |
2008-11-29 | init: O_NONBLOCK needs more thought. reverted for now | Denis Vlasenko |
2008-11-09 | *: a bit of code shrink | Denis Vlasenko |
2008-11-05 | *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x... | Denis Vlasenko |
2008-10-21 | init: downgrade ENABLE_DEBUG_INIT to just a #define to prevent people | Denis Vlasenko |
2008-09-20 | init: set stderr to NONBLOCK | Denis Vlasenko |
2008-07-26 | fix several problems with config parser: | Denis Vlasenko |
2008-07-21 | libbb: [x]fopen_for_{read,write} introduced and used. | Denis Vlasenko |
2008-07-21 | whitespace fixes, no code changed | Denis Vlasenko |
2008-07-21 | - fix spelling | Bernhard Reutner-Fischer |
2008-07-21 | - remove superfluous forward declaration | Bernhard Reutner-Fischer |
2008-07-21 | - no obj-code changes. Fix indentation, use existing defines. | Bernhard Reutner-Fischer |
2008-07-19 | libbb: updated config_parse() from Vladimir | Denis Vlasenko |
2008-07-17 | init: fix compile-time error; fix exiting on broken config file | Denis Vlasenko |
2008-07-17 | - fix "noreduce" flag of config_read (didn't work at all, at least for me). | Bernhard Reutner-Fischer |
2008-07-06 | mdev: do not follow symlinks in /sys (as was intended prior to rev 18811). | Denis Vlasenko |
2008-07-05 | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko |
2008-05-19 | - use STD*_FILENO some more. No object-code changes | Bernhard Reutner-Fischer |
2008-05-19 | - use EXIT_{SUCCESS,FAILURE}. No object-code changes | Bernhard Reutner-Fischer |
2008-04-05 | init: fix askfirst not working as intended | Denis Vlasenko |
2008-03-24 | *: whitespace fixes, no code changes | Denis Vlasenko |
2008-03-17 | init: do not close all descriptors > 2. We were doing it - sometimes. | Denis Vlasenko |
2008-03-17 | init: do not use bb_sanitize_stdio(), "/dev/null" may be missing (yet) | Denis Vlasenko |
2008-03-17 | *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param) | Denis Vlasenko |
2008-03-17 | libbb: introduce and use sigprocmask_allsigs and sigaction_set. | Denis Vlasenko |
2008-02-19 | init: make it NOMMU-capable | Denis Vlasenko |
2008-02-19 | init: fix comments | Denis Vlasenko |
2008-02-19 | init: HUP should not be temporarily set to "restart", | Denis Vlasenko |
2008-02-19 | init: fix bug 1111: restart actions were not splitting words: | Denis Vlasenko |
2008-02-16 | libbb: introduce bb_signals and bb_signals_recursive, | Denis Vlasenko |
2008-01-29 | init: allow last line to be not terminated by '\n' | Denis Vlasenko |
2008-01-27 | - fix conflicting decls of syslog related facilitynames and prioritynames tables | Bernhard Reutner-Fischer |
2008-01-04 | init: wait for orphaned children too while waiting | Denis Vlasenko |
2008-01-02 | libbb: introduce and use safe_waitpid (loops in EINTR) | Denis Vlasenko |
2007-12-26 | init: don't spawn tons of waiting children, one is enough | Denis Vlasenko |
2007-12-25 | init: sometimes, #ifdefs are cleaner. | Denis Vlasenko |