aboutsummaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Expand)Author
2016-02-11init: make the command-line rewrite optionalNicolas Carrier
2016-02-01Fix compiling with musl's utmp stubsKylie McClain
2015-10-09remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS buildsDenys Vlasenko
2015-04-02*: Switch to POSIX utmpx APIBernhard Reutner-Fischer
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-11-03bootchartd: warn if .config looks wrongDenys Vlasenko
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
2012-01-18bootchartd: add process accounting featureQuentin Casasnovas
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-11-22nommu: fix cases where we mangle argv[0][0]Denys Vlasenko
2011-07-26*: work around sysinfo.h versus linux/*.h problemsDenys Vlasenko
2011-07-08halt: perror_msg_and_die needs bb_ prefixDenys Vlasenko
2011-07-03halt/reboot: better message if /sbin/telinit is not foundDenys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-03-28mesg: operate on stdin, not on stderr (compat)Denys Vlasenko
2011-03-22mesg: make group/all writability configurableDenys 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-28use BB_EXECVP_or_die where appropriateDenys Vlasenko
2010-11-02init: if PID!=1, show clearer error message. move usage text closer to main()Denys Vlasenko
2010-10-28*: whitespace fixesDenys 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-30bootchartd: mounting tmpfs is Linux-specificJeremie Koenig
2010-07-26*: trailing empty lines removedDenys 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-07-19mark Linux-specific configuration optionsJeremie Koenig
2010-07-06bootchartd: fix labels in config system. no code changesDenys Vlasenko
2010-07-04*: introduce and use xfork() and xvfork()Pascal Bellard
2010-06-28bootchartd: fix sample period calculationsKeisuke Yasui
2010-06-28conspy: code shrinkPascal Bellard
2010-06-22typo fixDenys Vlasenko