summaryrefslogtreecommitdiff
path: root/init
Commit message (Expand)AuthorAgeFilesLines
* libbb: consolidate NOMMU fix of restoring high bit in argv[0][0]Denys Vlasenko2023-04-061-2/+0
* init: do not set HOMEDenys Vlasenko2022-05-021-1/+5
* libbb: code shrink: introduce and use [_]exit_SUCCESS()Denys Vlasenko2022-01-051-3/+3
* *: use fopen helpers where appropriateDenys Vlasenko2020-12-301-5/+5
* help text tweaksDenys Vlasenko2020-12-181-3/+3
* libbb: introduce and use sleep1()Denys Vlasenko2020-11-292-8/+8
* 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-022-2/+2
* config: more tweaksDenys Vlasenko2018-12-281-1/+1
* config: update size informationDenys Vlasenko2018-12-282-4/+4
* init: hopefully fix "rebooting" in containersDenys Vlasenko2018-09-221-2/+7
* restore documentation on the build config languageKartik Agaram2018-06-061-1/+1
* libbb.h: always include sys/resource.hDenys Vlasenko2018-04-081-1/+0
* poweroff: add a config option for people needing VERY early poweroffDenys Vlasenko2018-02-191-0/+54
* 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-183-7/+4
* config: deindent all help textsDenys Vlasenko2017-07-213-74/+74
* bootchartd: fix typo in commentDenys Vlasenko2017-07-201-1/+1
* bootchartd: prevent premature stop by device mapperUwe Geuder2017-07-201-1/+3
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-183-5/+5
* Sort more misplaced applets into coreutils or util-linuxDenys Vlasenko2017-04-121-76/+0
* init: dont send "Sent SIGTERM to all" msg to syslog: we just TERMed it!Denys Vlasenko2017-04-071-18/+22
* *: add comment about APPLET_ODDNAME formatDenys Vlasenko2017-01-291-1/+2
* 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
* Make halt/poweroff/reboot independently selectableDenys Vlasenko2016-11-141-9/+32
* init: fix for FreeBSD console opening. Closes 9031Denys Vlasenko2016-08-221-0/+5
* getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-061-2/+1
* *: slap on a few ALIGN1/2s where appropriateDenys Vlasenko2016-04-221-1/+1
* *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-211-1/+1
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-1/+2
* Rename FEATURE_INITRD to LINUXRC and make it separate, not an alias to initDenys Vlasenko2016-03-312-21/+22
* 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
* *: Switch to POSIX utmpx APIBernhard Reutner-Fischer2015-04-021-2/+2
* 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
* bootchartd: warn if .config looks wrongDenys Vlasenko2013-11-031-0/+6
* 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