aboutsummaryrefslogtreecommitdiff
path: root/init/init.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* init,halt: portability improvementsJeremie Koenig2010-07-191-8/+8
* init,loginutils: termios portability fixesJeremie Koenig2010-07-191-1/+16
* libbb: add skip_dev_pfx()Denys Vlasenko2010-04-061-3/+1
* init: clear utmp entries for dead processes, if they (entries) existDenys Vlasenko2010-04-061-0/+4
* init: fix logically inverted FEATURE_EXTRA_QUIET checkDenys Vlasenko2009-12-151-1/+1
* init: use applet_name instead of "init" - we can be linuxrcDenys Vlasenko2009-12-141-5/+5
* init: for paranoid reasons, restore SIGCONT too.Denys Vlasenko2009-12-141-0/+1
* init: fix "while true; do reboot; done" bug. +15 bytes. Closes bug 781Denys Vlasenko2009-12-141-42/+59
* init: make FEATURE_EXTRA_QUIET more consistent. +1 byteDenys Vlasenko2009-12-141-2/+3
* init: restore possibility to reload inittab even before we finish initializationDenys Vlasenko2009-11-151-16/+18
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-131-2/+2
* remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko2009-09-061-1/+1
* init: make comment more understandable. no code changesDenys Vlasenko2009-07-191-5/+8
* init: test for vt terminal with VT_OPENQRY,Denis Vlasenko2009-03-191-27/+5
* mail.c: more robust handling of SIGCHLDDenis Vlasenko2009-03-101-18/+23
* init: fix compile breakage with '# CONFIG_FEATURE_KILL_REMOVED is not set'Denis Vlasenko2009-02-141-16/+16
* init: remove wait() loop on restart, it may be dangerousDenis Vlasenko2009-01-311-15/+22
* init: fix a bug where on reload order of entries might be wrongDenis Vlasenko2009-01-311-83/+89
* modutils-24: use xasprintf and xzalloc where appropriate,Denis Vlasenko2009-01-311-9/+9
* init: small correction in a commentDenis Vlasenko2009-01-311-1/+1
* init: major improvement in documentation and signal handling.Denis Vlasenko2009-01-311-297/+374
* init: preparatory patch, no code changesDenis Vlasenko2009-01-311-22/+22
* init: reinstate proper handling of !ENABLE_FEATURE_USE_INITTABDenis Vlasenko2009-01-291-28/+31
* init: reduce ifdef forest (specially for Rob's happiness)Denis Vlasenko2009-01-281-12/+4
* init: do not eat last char in messages;Denis Vlasenko2008-12-091-7/+7
* init: O_NONBLOCK needs more thought. reverted for nowDenis Vlasenko2008-11-291-2/+3
* *: a bit of code shrinkDenis Vlasenko2008-11-091-10/+6
* *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x...Denis Vlasenko2008-11-051-1/+1
* init: downgrade ENABLE_DEBUG_INIT to just a #define to prevent peopleDenis Vlasenko2008-10-211-3/+7
* init: set stderr to NONBLOCKDenis Vlasenko2008-09-201-19/+14
* fix several problems with config parser:Denis Vlasenko2008-07-261-2/+2
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-1/+1
* whitespace fixes, no code changedDenis Vlasenko2008-07-211-1/+2
* - fix spellingBernhard Reutner-Fischer2008-07-211-6/+6
* - remove superfluous forward declarationBernhard Reutner-Fischer2008-07-211-18/+17
* - no obj-code changes. Fix indentation, use existing defines.Bernhard Reutner-Fischer2008-07-211-120/+19