summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2017-01-01Tweak some config defaults; fix MODPROBE_SMALL ordering in "make config"Denys Vlasenko5-39/+41
2016-08-22init: fix for FreeBSD console opening. Closes 9031Denys Vlasenko1-0/+5
2016-03-30Rename FEATURE_INITRD to LINUXRC and make it separate, not an alias to initDenys Vlasenko11-30/+31
2016-02-11init: make the command-line rewrite optionalNicolas Carrier1-5/+22
2016-02-01Fix compiling with musl's utmp stubsKylie McClain4-3/+5
2015-10-09remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS buildsDenys Vlasenko7-61/+61
2015-01-05libbb: code shrink by factoring out common update_utmp_DEAD_PROCESSDenys Vlasenko5-16/+20
2014-11-21init: do not run shutdown/reexec actions from signal handlerDenys Vlasenko1-20/+30
2014-01-30init: do not fail build if SIGPWR is not definedMichael Tokarev1-0/+2
2013-11-26init: halt on SIGPWR tooBogdan Purcareata1-3/+4
2013-11-19libbb: move nuke_str() from passwd into libbbDenys Vlasenko4-10/+15
2013-11-02init: fix illegal memory access when max message length is reachedYuan-Hsiang Lee1-2/+2
2013-10-12init: better --help textDenys Vlasenko1-6/+13
2013-08-16init: don't srop unterminated processes' entries during inittab reloadPaulius Zaleckas1-3/+10
2013-08-16init: don't use fixed size buffer for commandDenys Vlasenko1-9/+13
2013-05-21init: remove special-case code for machines with less tham 1 MB of RAM.Denys Vlasenko1-15/+18
2013-03-29examples/inittab: fix a few incorrect statements about initDenys Vlasenko2-15/+2
2013-01-14whitespace cleanup. no code changesDenys Vlasenko59-219/+233
2012-01-30init: add a segv debugging aid, disabled by defaultDenys Vlasenko1-0/+51
2011-12-05init: code shrink -4 bytesDenys Vlasenko1-4/+5
2011-12-05init: utmp update of DEAD_PROCESS was misplaced, and could be skipped. Fixing.Denys Vlasenko1-3/+5
2011-07-26*: work around sysinfo.h versus linux/*.h problemsDenys Vlasenko5-5/+18
2011-03-21init: fix a case where execv's 1st arg was wrongDenys Vlasenko1-0/+1
2011-01-25move utmp.h include to libbb.hDenys Vlasenko16-38/+24
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko41-409/+409
2010-12-25init: simpler handling of leading dash in commandsDenys Vlasenko2-10/+12
2010-11-02init: if PID!=1, show clearer error message. move usage text closer to main()Denys Vlasenko2-137/+137
2010-10-24init: do not sleep forever on usage errorsDenys Vlasenko1-4/+13
2010-10-24init: do not clear CRTSCTS (fix from Debian bug 528560)Denys Vlasenko1-3/+6
2010-10-12init/*: move applet/kbuild/config/help bits into applet source filesDenys Vlasenko8-307/+315
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-07-18init: make the initial $TERM value configurableJeremie Koenig2-1/+13
2010-07-18init,halt: portability improvementsJeremie Koenig4-23/+40
2010-07-18init,loginutils: termios portability fixesJeremie Koenig4-17/+31
2010-04-06libbb: add skip_dev_pfx()Denys Vlasenko7-21/+17
2010-04-06init: clear utmp entries for dead processes, if they (entries) existDenys Vlasenko1-0/+4
2009-12-14init: fix logically inverted FEATURE_EXTRA_QUIET checkDenys Vlasenko1-1/+1
2009-12-14init: use applet_name instead of "init" - we can be linuxrcDenys Vlasenko1-5/+5
2009-12-14init: for paranoid reasons, restore SIGCONT too.Denys Vlasenko1-0/+1
2009-12-14init: fix "while true; do reboot; done" bug. +15 bytes. Closes bug 781Denys Vlasenko1-42/+59
2009-12-14init: make FEATURE_EXTRA_QUIET more consistent. +1 byteDenys Vlasenko1-2/+3
2009-11-15init: restore possibility to reload inittab even before we finish initializationDenys Vlasenko1-16/+18
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko63-148/+148
2009-09-06remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko15-17/+22
2009-07-19init: make comment more understandable. no code changesDenys Vlasenko1-5/+8
2009-03-19init: test for vt terminal with VT_OPENQRY,Denis Vlasenko1-27/+5
2009-03-10mail.c: more robust handling of SIGCHLDDenis Vlasenko2-22/+30
2009-02-14init: fix compile breakage with '# CONFIG_FEATURE_KILL_REMOVED is not set'Denis Vlasenko2-17/+17
2009-01-31init: remove wait() loop on restart, it may be dangerousDenis Vlasenko1-15/+22
[next]