summaryrefslogtreecommitdiff
path: root/init/init.c
Commit message (Expand)AuthorAgeFilesLines
* init: do not set HOMEDenys Vlasenko2022-05-021-1/+5
* libbb: code shrink: introduce and use [_]exit_SUCCESS()Denys Vlasenko2022-01-051-3/+3
* libbb: introduce and use sleep1()Denys Vlasenko2020-11-291-6/+6
* init: improve handling of signals racing with each otherDenys Vlasenko2019-12-031-159/+119
* init: if tcgetattr() fails, don't even try to tcsetattr()Denys Vlasenko2019-12-021-9/+8
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-1/+1
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* init: hopefully fix "rebooting" in containersDenys Vlasenko2018-09-221-2/+7
* libbb.h: always include sys/resource.hDenys Vlasenko2018-04-081-1/+0
* init: stop using static dataDenys Vlasenko2018-01-101-16/+24
* init: reduce the window when init can lose reboot/poweroff signalsDenys Vlasenko2017-11-021-23/+8
* use %m printf specifier where appropriateDenys Vlasenko2017-09-291-3/+5
* regularize format of source file headers, no code changesDenys Vlasenko2017-09-181-1/+0
* config: deindent all help textsDenys Vlasenko2017-07-211-43/+43
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* init: dont send "Sent SIGTERM to all" msg to syslog: we just TERMed it!Denys Vlasenko2017-04-071-18/+22
* init: rename FEATURE_EXTRA_QUIET -> FEATURE_INIT_QUIETDenys Vlasenko2017-01-101-6/+4
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-101-2/+2
* Tweak some config defaults; fix MODPROBE_SMALL ordering in "make config"Denys Vlasenko2016-12-221-1/+1
* init: fix for FreeBSD console opening. Closes 9031Denys Vlasenko2016-08-221-0/+5
* Rename FEATURE_INITRD to LINUXRC and make it separate, not an alias to initDenys Vlasenko2016-03-311-20/+21
* init: make the command-line rewrite optionalNicolas Carrier2016-02-111-5/+22
* Fix compiling with musl's utmp stubsKylie McClain2016-02-011-1/+0
* remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS buildsDenys Vlasenko2015-10-091-2/+7
* libbb: code shrink by factoring out common update_utmp_DEAD_PROCESSDenys Vlasenko2015-01-051-5/+1
* init: do not run shutdown/reexec actions from signal handlerDenys Vlasenko2014-11-211-20/+30
* init: do not fail build if SIGPWR is not definedMichael Tokarev2014-01-301-0/+2
* init: halt on SIGPWR tooBogdan Purcareata2013-11-261-3/+4
* libbb: move nuke_str() from passwd into libbbDenys Vlasenko2013-11-191-1/+1
* init: fix illegal memory access when max message length is reachedYuan-Hsiang Lee2013-11-031-2/+2
* init: better --help textDenys Vlasenko2013-10-121-6/+13
* init: don't srop unterminated processes' entries during inittab reloadPaulius Zaleckas2013-08-161-3/+10
* init: don't use fixed size buffer for commandDenys Vlasenko2013-08-161-9/+13
* init: remove special-case code for machines with less tham 1 MB of RAM.Denys Vlasenko2013-05-211-15/+18
* examples/inittab: fix a few incorrect statements about initDenys Vlasenko2013-03-291-8/+1
* whitespace cleanup. no code changesDenys Vlasenko2013-01-141-1/+1
* init: add a segv debugging aid, disabled by defaultDenys Vlasenko2012-01-301-0/+51
* init: code shrink -4 bytesDenys Vlasenko2011-12-051-4/+5
* init: utmp update of DEAD_PROCESS was misplaced, and could be skipped. Fixing.Denys Vlasenko2011-12-051-3/+5
* *: work around sysinfo.h versus linux/*.h problemsDenys Vlasenko2011-07-261-1/+2
* init: fix a case where execv's 1st arg was wrongDenys Vlasenko2011-03-211-0/+1
* move utmp.h include to libbb.hDenys Vlasenko2011-01-251-3/+0
* mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko2011-01-181-2/+2
* init: simpler handling of leading dash in commandsDenys Vlasenko2010-12-251-9/+11
* init: if PID!=1, show clearer error message. move usage text closer to main()Denys Vlasenko2010-11-021-134/+137
* init: do not sleep forever on usage errorsDenys Vlasenko2010-10-251-4/+13
* init: do not clear CRTSCTS (fix from Debian bug 528560)Denys Vlasenko2010-10-241-3/+6
* init/*: move applet/kbuild/config/help bits into applet source filesDenys Vlasenko2010-10-121-0/+231
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* init: make the initial $TERM value configurableJeremie Koenig2010-07-191-1/+1