Start 1.33.0 development cycle
[oweals/busybox.git] / init /
2019-12-03 Denys Vlasenkoinit: improve handling of signals racing with each...
2019-12-02 Denys Vlasenkoinit: if tcgetattr() fails, don't even try to tcsetattr()
2019-07-02 James Byrnelibbb: reduce the overhead of single parameter bb_error...
2018-12-28 Denys Vlasenkoconfig: more tweaks
2018-12-28 Denys Vlasenkoconfig: update size information
2018-09-22 Denys Vlasenkoinit: hopefully fix "rebooting" in containers
2018-06-06 Kartik Agaramrestore documentation on the build config language
2018-04-08 Denys Vlasenkolibbb.h: always include sys/resource.h
2018-02-19 Denys Vlasenkopoweroff: add a config option for people needing VERY...
2018-01-10 Denys Vlasenkoinit: stop using static data
2017-11-02 Denys Vlasenkoinit: reduce the window when init can lose reboot/power...
2017-09-29 Denys Vlasenkouse %m printf specifier where appropriate
2017-09-18 Denys Vlasenkoregularize format of source file headers, no code changes
2017-07-21 Denys Vlasenkoconfig: deindent all help texts
2017-07-20 Denys Vlasenkobootchartd: fix typo in comment
2017-07-20 Uwe Geuderbootchartd: prevent premature stop by device mapper
2017-07-18 Denys VlasenkoUpdate menuconfig items with approximate applet sizes
2017-04-12 Denys VlasenkoSort more misplaced applets into coreutils or util...
2017-04-07 Denys Vlasenkoinit: dont send "Sent SIGTERM to all" msg to syslog...
2017-01-29 Denys Vlasenko*: add comment about APPLET_ODDNAME format
2017-01-10 Denys Vlasenkoinit: rename FEATURE_EXTRA_QUIET -> FEATURE_INIT_QUIET
2017-01-10 Denys VlasenkoBig cleanup in config help and description
2016-12-22 Denys VlasenkoTweak some config defaults; fix MODPROBE_SMALL ordering...
2016-11-14 Denys VlasenkoMake halt/poweroff/reboot independently selectable
2016-08-22 Denys Vlasenkoinit: fix for FreeBSD console opening. Closes 9031
2016-07-06 Denys Vlasenkogetopt32: add new syntax of 'o:+' and 'o:*' for -o...
2016-04-22 Denys Vlasenko*: slap on a few ALIGN1/2s where appropriate
2016-04-21 Denys Vlasenko*: add most of the required setup_common_bufsiz() calls
2016-04-21 Denys Vlasenkolibbb: make bb_common_bufsiz1 1 kbyte, add capability...
2016-03-30 Denys VlasenkoRename FEATURE_INITRD to LINUXRC and make it separate...
2016-02-11 Nicolas Carrierinit: make the command-line rewrite optional
2016-02-01 Kylie McClainFix compiling with musl's utmp stubs
2015-10-09 Denys Vlasenkoremove global "jmp_buf die_jmp" from !FEATURE_PREFER_AP...
2015-04-02 Bernhard Reutner... *: Switch to POSIX utmpx API
2015-01-05 Denys Vlasenkolibbb: code shrink by factoring out common update_utmp_...
2014-11-21 Denys Vlasenkoinit: do not run shutdown/reexec actions from signal...
2014-01-30 Michael Tokarevinit: do not fail build if SIGPWR is not defined
2013-11-26 Bogdan Purcareatainit: halt on SIGPWR too
2013-11-19 Denys Vlasenkolibbb: move nuke_str() from passwd into libbb
2013-11-02 Yuan-Hsiang Leeinit: fix illegal memory access when max message length...
2013-11-02 Denys Vlasenkobootchartd: warn if .config looks wrong
2013-10-12 Denys Vlasenkoinit: better --help text
2013-08-16 Paulius Zaleckasinit: don't srop unterminated processes' entries during...
2013-08-16 Denys Vlasenkoinit: don't use fixed size buffer for command
2013-05-21 Denys Vlasenkoinit: remove special-case code for machines with less...
2013-03-29 Denys Vlasenkoexamples/inittab: fix a few incorrect statements about...
2013-01-14 Denys Vlasenkowhitespace cleanup. no code changes
2012-01-30 Denys Vlasenkoinit: add a segv debugging aid, disabled by default
2012-01-18 Quentin Casasnovasbootchartd: add process accounting feature
2011-12-05 Denys Vlasenkoinit: code shrink -4 bytes
2011-12-05 Denys Vlasenkoinit: utmp update of DEAD_PROCESS was misplaced, and...
2011-11-22 Denys Vlasenkonommu: fix cases where we mangle argv[0][0]
2011-07-26 Denys Vlasenko*: work around sysinfo.h versus linux/*.h problems
2011-07-08 Denys Vlasenkohalt: perror_msg_and_die needs bb_ prefix
2011-07-02 Denys Vlasenkohalt/reboot: better message if /sbin/telinit is not...
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-03-27 Denys Vlasenkomesg: operate on stdin, not on stderr (compat)
2011-03-22 Denys Vlasenkomesg: make group/all writability configurable
2011-03-21 Denys Vlasenkoinit: fix a case where execv's 1st arg was wrong
2011-01-25 Denys Vlasenkomove utmp.h include to libbb.h
2011-01-18 Denys Vlasenkomass removal of underscores from _BB_DIR_foo and _BB_SU...
2010-12-25 Denys Vlasenkoinit: simpler handling of leading dash in commands
2010-11-28 Denys Vlasenkouse BB_EXECVP_or_die where appropriate
2010-11-02 Denys Vlasenkoinit: if PID!=1, show clearer error message. move usage...
2010-10-28 Denys Vlasenko*: whitespace fixes
2010-10-24 Denys Vlasenkoinit: do not sleep forever on usage errors
2010-10-24 Denys Vlasenkoinit: do not clear CRTSCTS (fix from Debian bug 528560)
2010-10-12 Denys Vlasenkoinit/*: move applet/kbuild/config/help bits into applet...
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-07-29 Jeremie Koenigbootchartd: mounting tmpfs is Linux-specific
2010-07-25 Denys Vlasenko*: trailing empty lines removed
2010-07-18 Jeremie Koeniginit: make the initial $TERM value configurable
2010-07-18 Jeremie Koeniginit,halt: portability improvements
2010-07-18 Jeremie Koeniginit,loginutils: termios portability fixes
2010-07-18 Jeremie Koenigmark Linux-specific configuration options
2010-07-06 Denys Vlasenkobootchartd: fix labels in config system. no code changes
2010-07-04 Pascal Bellard*: introduce and use xfork() and xvfork()
2010-06-28 Keisuke Yasuibootchartd: fix sample period calculations
2010-06-28 Pascal Bellardconspy: code shrink
2010-06-22 Denys Vlasenkotypo fix
2010-06-21 Denys Vlasenkofix config help text
2010-06-21 Denys Vlasenkobootchartd: added optional compat features
2010-06-08 Denys Vlasenko*: add INSERTs to *.src files where appropriate
2010-06-06 Denys Vlasenkoremove defconfig. Now "make defconfig" simply uses...
2010-06-04 Denys Vlasenkomass renaming Kbuild -> Kbuild.src, Config.in -> Config.src
2010-05-17 Denys Vlasenkoash: use CONFIG_FEATURE_EDITING_MAX_LEN
2010-05-04 Denys Vlasenkobootchartd: better wording in comment
2010-05-04 Denys Vlasenkobootchartd: add missing parenthesis
2010-05-04 Denys Vlasenkobootchartd: new applet
2010-04-06 Denys Vlasenkolibbb: add skip_dev_pfx()
2010-04-06 Denys Vlasenkoinit: clear utmp entries for dead processes, if they...
2010-04-05 Denys Vlasenkotelnetd: write LOGIN/DEAD_PROCESS utmp records. Closes...
2010-04-05 Denys Vlasenkolibbb: split update_utmp from login/getty in preparatio...
2010-01-04 Denys Vlasenko*: remove some uses of argc
2009-12-14 Denys Vlasenkoinit: fix logically inverted FEATURE_EXTRA_QUIET check
2009-12-14 Denys Vlasenkoinit: use applet_name instead of "init" - we can be...
2009-12-14 Denys Vlasenkoinit: for paranoid reasons, restore SIGCONT too.
2009-12-14 Denys Vlasenkoinit: fix "while true; do reboot; done" bug. +15 bytes...
2009-12-14 Denys Vlasenkoinit: make FEATURE_EXTRA_QUIET more consistent. +1...
2009-11-15 Denys Vlasenkoinit: restore possibility to reload inittab even before...
next