aboutsummaryrefslogtreecommitdiff
path: root/init/init.c
AgeCommit message (Expand)Author
2015-01-05libbb: code shrink by factoring out common update_utmp_DEAD_PROCESSDenys Vlasenko
2014-11-21init: do not run shutdown/reexec actions from signal handlerDenys Vlasenko
2014-01-30init: do not fail build if SIGPWR is not definedMichael Tokarev
2013-11-26init: halt on SIGPWR tooBogdan Purcareata
2013-11-19libbb: move nuke_str() from passwd into libbbDenys Vlasenko
2013-11-03init: fix illegal memory access when max message length is reachedYuan-Hsiang Lee
2013-10-12init: better --help textDenys Vlasenko
2013-08-16init: don't srop unterminated processes' entries during inittab reloadPaulius Zaleckas
2013-08-16init: don't use fixed size buffer for commandDenys Vlasenko
2013-05-21init: remove special-case code for machines with less tham 1 MB of RAM.Denys Vlasenko
2013-03-29examples/inittab: fix a few incorrect statements about initDenys Vlasenko
2013-01-14whitespace cleanup. no code changesDenys Vlasenko
2012-01-30init: add a segv debugging aid, disabled by defaultDenys Vlasenko
2011-12-05init: code shrink -4 bytesDenys Vlasenko
2011-12-05init: utmp update of DEAD_PROCESS was misplaced, and could be skipped. Fixing.Denys Vlasenko
2011-07-26*: work around sysinfo.h versus linux/*.h problemsDenys Vlasenko
2011-03-21init: fix a case where execv's 1st arg was wrongDenys Vlasenko
2011-01-25move utmp.h include to libbb.hDenys Vlasenko
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko
2010-12-25init: simpler handling of leading dash in commandsDenys Vlasenko
2010-11-02init: if PID!=1, show clearer error message. move usage text closer to main()Denys Vlasenko
2010-10-25init: do not sleep forever on usage errorsDenys Vlasenko
2010-10-24init: do not clear CRTSCTS (fix from Debian bug 528560)Denys Vlasenko
2010-10-12init/*: move applet/kbuild/config/help bits into applet source filesDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-07-19init: make the initial $TERM value configurableJeremie Koenig
2010-07-19init,halt: portability improvementsJeremie Koenig
2010-07-19init,loginutils: termios portability fixesJeremie Koenig
2010-04-06libbb: add skip_dev_pfx()Denys Vlasenko
2010-04-06init: clear utmp entries for dead processes, if they (entries) existDenys Vlasenko
2009-12-15init: fix logically inverted FEATURE_EXTRA_QUIET checkDenys Vlasenko
2009-12-14init: use applet_name instead of "init" - we can be linuxrcDenys Vlasenko
2009-12-14init: for paranoid reasons, restore SIGCONT too.Denys Vlasenko
2009-12-14init: fix "while true; do reboot; done" bug. +15 bytes. Closes bug 781Denys Vlasenko
2009-12-14init: make FEATURE_EXTRA_QUIET more consistent. +1 byteDenys Vlasenko
2009-11-15init: restore possibility to reload inittab even before we finish initializationDenys Vlasenko
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko
2009-09-06remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko
2009-07-19init: make comment more understandable. no code changesDenys Vlasenko
2009-03-19init: test for vt terminal with VT_OPENQRY,Denis Vlasenko
2009-03-10mail.c: more robust handling of SIGCHLDDenis Vlasenko
2009-02-14init: fix compile breakage with '# CONFIG_FEATURE_KILL_REMOVED is not set'Denis Vlasenko
2009-01-31init: remove wait() loop on restart, it may be dangerousDenis Vlasenko
2009-01-31init: fix a bug where on reload order of entries might be wrongDenis Vlasenko
2009-01-31modutils-24: use xasprintf and xzalloc where appropriate,Denis Vlasenko
2009-01-31init: small correction in a commentDenis Vlasenko
2009-01-31init: major improvement in documentation and signal handling.Denis Vlasenko
2009-01-31init: preparatory patch, no code changesDenis Vlasenko
2009-01-29init: reinstate proper handling of !ENABLE_FEATURE_USE_INITTABDenis Vlasenko
2009-01-28init: reduce ifdef forest (specially for Rob's happiness)Denis Vlasenko