| Commit message (Expand) | Author | Age | Files | Lines |
* | init: do not run shutdown/reexec actions from signal handler | Denys Vlasenko | 2014-11-21 | 1 | -20/+30 |
* | init: do not fail build if SIGPWR is not defined | Michael Tokarev | 2014-01-30 | 1 | -0/+2 |
* | init: halt on SIGPWR too | Bogdan Purcareata | 2013-11-26 | 1 | -3/+4 |
* | libbb: move nuke_str() from passwd into libbb | Denys Vlasenko | 2013-11-19 | 1 | -1/+1 |
* | init: fix illegal memory access when max message length is reached | Yuan-Hsiang Lee | 2013-11-03 | 1 | -2/+2 |
* | init: better --help text | Denys Vlasenko | 2013-10-12 | 1 | -6/+13 |
* | init: don't srop unterminated processes' entries during inittab reload | Paulius Zaleckas | 2013-08-16 | 1 | -3/+10 |
* | init: don't use fixed size buffer for command | Denys Vlasenko | 2013-08-16 | 1 | -9/+13 |
* | init: remove special-case code for machines with less tham 1 MB of RAM. | Denys Vlasenko | 2013-05-21 | 1 | -15/+18 |
* | examples/inittab: fix a few incorrect statements about init | Denys Vlasenko | 2013-03-29 | 1 | -8/+1 |
* | whitespace cleanup. no code changes | Denys Vlasenko | 2013-01-14 | 1 | -1/+1 |
* | init: add a segv debugging aid, disabled by default | Denys Vlasenko | 2012-01-30 | 1 | -0/+51 |
* | init: code shrink -4 bytes | Denys Vlasenko | 2011-12-05 | 1 | -4/+5 |
* | init: utmp update of DEAD_PROCESS was misplaced, and could be skipped. Fixing. | Denys Vlasenko | 2011-12-05 | 1 | -3/+5 |
* | *: work around sysinfo.h versus linux/*.h problems | Denys Vlasenko | 2011-07-26 | 1 | -1/+2 |
* | init: fix a case where execv's 1st arg was wrong | Denys Vlasenko | 2011-03-21 | 1 | -0/+1 |
* | move utmp.h include to libbb.h | Denys Vlasenko | 2011-01-25 | 1 | -3/+0 |
* | mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo | Denys Vlasenko | 2011-01-18 | 1 | -2/+2 |
* | init: simpler handling of leading dash in commands | Denys Vlasenko | 2010-12-25 | 1 | -9/+11 |
* | init: if PID!=1, show clearer error message. move usage text closer to main() | Denys Vlasenko | 2010-11-02 | 1 | -134/+137 |
* | init: do not sleep forever on usage errors | Denys Vlasenko | 2010-10-25 | 1 | -4/+13 |
* | init: do not clear CRTSCTS (fix from Debian bug 528560) | Denys Vlasenko | 2010-10-24 | 1 | -3/+6 |
* | init/*: move applet/kbuild/config/help bits into applet source files | Denys Vlasenko | 2010-10-12 | 1 | -0/+231 |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
* | init: make the initial $TERM value configurable | Jeremie Koenig | 2010-07-19 | 1 | -1/+1 |
* | init,halt: portability improvements | Jeremie Koenig | 2010-07-19 | 1 | -8/+8 |
* | init,loginutils: termios portability fixes | Jeremie Koenig | 2010-07-19 | 1 | -1/+16 |
* | libbb: add skip_dev_pfx() | Denys Vlasenko | 2010-04-06 | 1 | -3/+1 |
* | init: clear utmp entries for dead processes, if they (entries) exist | Denys Vlasenko | 2010-04-06 | 1 | -0/+4 |
* | init: fix logically inverted FEATURE_EXTRA_QUIET check | Denys Vlasenko | 2009-12-15 | 1 | -1/+1 |
* | init: use applet_name instead of "init" - we can be linuxrc | Denys Vlasenko | 2009-12-14 | 1 | -5/+5 |
* | init: for paranoid reasons, restore SIGCONT too. | Denys Vlasenko | 2009-12-14 | 1 | -0/+1 |
* | init: fix "while true; do reboot; done" bug. +15 bytes. Closes bug 781 | Denys Vlasenko | 2009-12-14 | 1 | -42/+59 |
* | init: make FEATURE_EXTRA_QUIET more consistent. +1 byte | Denys Vlasenko | 2009-12-14 | 1 | -2/+3 |
* | init: restore possibility to reload inittab even before we finish initialization | Denys Vlasenko | 2009-11-15 | 1 | -16/+18 |
* | *: use "can't" instead of "cannot" | Denys Vlasenko | 2009-11-13 | 1 | -2/+2 |
* | remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com) | Denys Vlasenko | 2009-09-06 | 1 | -1/+1 |
* | init: make comment more understandable. no code changes | Denys Vlasenko | 2009-07-19 | 1 | -5/+8 |
* | init: test for vt terminal with VT_OPENQRY, | Denis Vlasenko | 2009-03-19 | 1 | -27/+5 |
* | mail.c: more robust handling of SIGCHLD | Denis Vlasenko | 2009-03-10 | 1 | -18/+23 |
* | init: fix compile breakage with '# CONFIG_FEATURE_KILL_REMOVED is not set' | Denis Vlasenko | 2009-02-14 | 1 | -16/+16 |
* | init: remove wait() loop on restart, it may be dangerous | Denis Vlasenko | 2009-01-31 | 1 | -15/+22 |
* | init: fix a bug where on reload order of entries might be wrong | Denis Vlasenko | 2009-01-31 | 1 | -83/+89 |
* | modutils-24: use xasprintf and xzalloc where appropriate, | Denis Vlasenko | 2009-01-31 | 1 | -9/+9 |
* | init: small correction in a comment | Denis Vlasenko | 2009-01-31 | 1 | -1/+1 |
* | init: major improvement in documentation and signal handling. | Denis Vlasenko | 2009-01-31 | 1 | -297/+374 |
* | init: preparatory patch, no code changes | Denis Vlasenko | 2009-01-31 | 1 | -22/+22 |
* | init: reinstate proper handling of !ENABLE_FEATURE_USE_INITTAB | Denis Vlasenko | 2009-01-29 | 1 | -28/+31 |
* | init: reduce ifdef forest (specially for Rob's happiness) | Denis Vlasenko | 2009-01-28 | 1 | -12/+4 |
* | init: do not eat last char in messages; | Denis Vlasenko | 2008-12-09 | 1 | -7/+7 |