aboutsummaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Expand)Author
2020-12-30*: use fopen helpers where appropriateDenys Vlasenko
2020-12-18help text tweaksDenys Vlasenko
2020-11-29libbb: introduce and use sleep1()Denys Vlasenko
2019-12-03init: improve handling of signals racing with each otherDenys Vlasenko
2019-12-02init: if tcgetattr() fails, don't even try to tcsetattr()Denys Vlasenko
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2018-12-28config: more tweaksDenys Vlasenko
2018-12-28config: update size informationDenys Vlasenko
2018-09-22init: hopefully fix "rebooting" in containersDenys Vlasenko
2018-06-06restore documentation on the build config languageKartik Agaram
2018-04-08libbb.h: always include sys/resource.hDenys Vlasenko
2018-02-19poweroff: add a config option for people needing VERY early poweroffDenys Vlasenko
2018-01-10init: stop using static dataDenys Vlasenko
2017-11-02init: reduce the window when init can lose reboot/poweroff signalsDenys Vlasenko
2017-09-29use %m printf specifier where appropriateDenys Vlasenko
2017-09-18regularize format of source file headers, no code changesDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-20bootchartd: fix typo in commentDenys Vlasenko
2017-07-20bootchartd: prevent premature stop by device mapperUwe Geuder
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-04-12Sort more misplaced applets into coreutils or util-linuxDenys Vlasenko
2017-04-07init: dont send "Sent SIGTERM to all" msg to syslog: we just TERMed it!Denys Vlasenko
2017-01-29*: add comment about APPLET_ODDNAME formatDenys Vlasenko
2017-01-10init: rename FEATURE_EXTRA_QUIET -> FEATURE_INIT_QUIETDenys Vlasenko
2017-01-10Big cleanup in config help and descriptionDenys Vlasenko
2016-12-22Tweak some config defaults; fix MODPROBE_SMALL ordering in "make config"Denys Vlasenko
2016-11-14Make halt/poweroff/reboot independently selectableDenys Vlasenko
2016-08-22init: fix for FreeBSD console opening. Closes 9031Denys Vlasenko
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2016-03-31Rename FEATURE_INITRD to LINUXRC and make it separate, not an alias to initDenys Vlasenko
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