aboutsummaryrefslogtreecommitdiff
path: root/init (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* typo fixDenys Vlasenko2010-06-221-6/+6
* fix config help textDenys Vlasenko2010-06-211-11/+2
* bootchartd: added optional compat featuresDenys Vlasenko2010-06-212-43/+125
* *: add INSERTs to *.src files where appropriateDenys Vlasenko2010-06-082-0/+4
* remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko2010-06-061-11/+11
* mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko2010-06-042-0/+0
* ash: use CONFIG_FEATURE_EDITING_MAX_LENDenys Vlasenko2010-05-171-1/+1
* bootchartd: better wording in commentDenys Vlasenko2010-05-051-2/+3
* bootchartd: add missing parenthesisDenys Vlasenko2010-05-041-3/+3
* bootchartd: new appletDenys Vlasenko2010-05-043-3/+373
* 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
* telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363Denys Vlasenko2010-04-051-7/+8
* libbb: split update_utmp from login/getty in preparation to use it for telnetdDenys Vlasenko2010-04-051-1/+0
* *: remove some uses of argcDenys Vlasenko2010-01-041-4/+6
* 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
* libbb.h: tidy it up a bit. no code changes (verified)Denys Vlasenko2009-10-231-1/+6
* remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko2009-09-061-1/+1
* halt/reboot/poweroff: add a CONFIG_xxx to act SysV compatiblyAlexander Shishkin2009-07-272-1/+37
* init: make comment more understandable. no code changesDenys Vlasenko2009-07-191-5/+8
* halt/reboot/powerdown: accept and ignore -iDenis Vlasenko2009-04-121-5/+9
* 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
* halt/reboot/poweroff: improve error reportingDenis Vlasenko2009-03-071-1/+1
* init: fix compile breakage with '# CONFIG_FEATURE_KILL_REMOVED is not set'Denis Vlasenko2009-02-141-16/+16
* - improve helptextBernhard Reutner-Fischer2009-02-141-2/+2
* 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-312-9/+10
* 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
* libbb: introduce and use xmalloc_ttyname (-32 in bss).Denis Vlasenko2008-12-231-1/+1
* 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-212-11/+7
* whitespace fixesDenis Vlasenko2008-09-251-1/+1
* init: set stderr to NONBLOCKDenis Vlasenko2008-09-201-19/+14
* halt: reinstate -w even if !FEATURE_WTMP; beautify code in halt.cDenis Vlasenko2008-09-111-29/+35
* - remove excess whitespace (Vladimir Dronnikov)Bernhard Reutner-Fischer2008-09-011-2/+0