summaryrefslogtreecommitdiff
path: root/init
Commit message (Expand)AuthorAgeFilesLines
* init/*: move applet/kbuild/config/help bits into applet source filesDenys Vlasenko2010-10-126-131/+315
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-165-5/+5
* bootchartd: mounting tmpfs is Linux-specificJeremie Koenig2010-07-301-7/+13
* *: trailing empty lines removedDenys Vlasenko2010-07-261-1/+0
* init: make the initial $TERM value configurableJeremie Koenig2010-07-192-1/+13
* init,halt: portability improvementsJeremie Koenig2010-07-194-23/+40
* init,loginutils: termios portability fixesJeremie Koenig2010-07-191-1/+16
* mark Linux-specific configuration optionsJeremie Koenig2010-07-192-0/+3
* bootchartd: fix labels in config system. no code changesDenys Vlasenko2010-07-061-2/+2
* *: introduce and use xfork() and xvfork()Pascal Bellard2010-07-041-3/+1
* bootchartd: fix sample period calculationsKeisuke Yasui2010-06-281-5/+7
* conspy: code shrinkPascal Bellard2010-06-281-16/+15
* 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