index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
init
Age
Commit message (
Expand
)
Author
2019-12-03
init: improve handling of signals racing with each other
Denys Vlasenko
2019-12-02
init: if tcgetattr() fails, don't even try to tcsetattr()
Denys Vlasenko
2019-07-02
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2018-12-28
config: more tweaks
Denys Vlasenko
2018-12-28
config: update size information
Denys Vlasenko
2018-09-22
init: hopefully fix "rebooting" in containers
Denys Vlasenko
2018-06-06
restore documentation on the build config language
Kartik Agaram
2018-04-08
libbb.h: always include sys/resource.h
Denys Vlasenko
2018-02-19
poweroff: add a config option for people needing VERY early poweroff
Denys Vlasenko
2018-01-10
init: stop using static data
Denys Vlasenko
2017-11-02
init: reduce the window when init can lose reboot/poweroff signals
Denys Vlasenko
2017-09-29
use %m printf specifier where appropriate
Denys Vlasenko
2017-09-18
regularize format of source file headers, no code changes
Denys Vlasenko
2017-07-21
config: deindent all help texts
Denys Vlasenko
2017-07-20
bootchartd: fix typo in comment
Denys Vlasenko
2017-07-20
bootchartd: prevent premature stop by device mapper
Uwe Geuder
2017-07-18
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-04-12
Sort more misplaced applets into coreutils or util-linux
Denys Vlasenko
2017-04-07
init: dont send "Sent SIGTERM to all" msg to syslog: we just TERMed it!
Denys Vlasenko
2017-01-29
*: add comment about APPLET_ODDNAME format
Denys Vlasenko
2017-01-10
init: rename FEATURE_EXTRA_QUIET -> FEATURE_INIT_QUIET
Denys Vlasenko
2017-01-10
Big cleanup in config help and description
Denys Vlasenko
2016-12-22
Tweak some config defaults; fix MODPROBE_SMALL ordering in "make config"
Denys Vlasenko
2016-11-14
Make halt/poweroff/reboot independently selectable
Denys Vlasenko
2016-08-22
init: fix for FreeBSD console opening. Closes 9031
Denys Vlasenko
2016-07-06
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
Denys Vlasenko
2016-04-22
*: slap on a few ALIGN1/2s where appropriate
Denys Vlasenko
2016-04-21
*: add most of the required setup_common_bufsiz() calls
Denys Vlasenko
2016-04-21
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2016-03-31
Rename FEATURE_INITRD to LINUXRC and make it separate, not an alias to init
Denys Vlasenko
2016-02-11
init: make the command-line rewrite optional
Nicolas Carrier
2016-02-01
Fix compiling with musl's utmp stubs
Kylie McClain
2015-10-09
remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS builds
Denys Vlasenko
2015-04-02
*: Switch to POSIX utmpx API
Bernhard Reutner-Fischer
2015-01-05
libbb: code shrink by factoring out common update_utmp_DEAD_PROCESS
Denys Vlasenko
2014-11-21
init: do not run shutdown/reexec actions from signal handler
Denys Vlasenko
2014-01-30
init: do not fail build if SIGPWR is not defined
Michael Tokarev
2013-11-26
init: halt on SIGPWR too
Bogdan Purcareata
2013-11-19
libbb: move nuke_str() from passwd into libbb
Denys Vlasenko
2013-11-03
init: fix illegal memory access when max message length is reached
Yuan-Hsiang Lee
2013-11-03
bootchartd: warn if .config looks wrong
Denys Vlasenko
2013-10-12
init: better --help text
Denys Vlasenko
2013-08-16
init: don't srop unterminated processes' entries during inittab reload
Paulius Zaleckas
2013-08-16
init: don't use fixed size buffer for command
Denys Vlasenko
2013-05-21
init: remove special-case code for machines with less tham 1 MB of RAM.
Denys Vlasenko
2013-03-29
examples/inittab: fix a few incorrect statements about init
Denys Vlasenko
2013-01-14
whitespace cleanup. no code changes
Denys Vlasenko
2012-01-30
init: add a segv debugging aid, disabled by default
Denys Vlasenko
2012-01-18
bootchartd: add process accounting feature
Quentin Casasnovas
2011-12-05
init: code shrink -4 bytes
Denys Vlasenko
[next]