summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2010-11-02init: if PID!=1, show clearer error message. move usage text closer to main()Denys Vlasenko2-137/+137
2010-10-28*: whitespace fixesDenys Vlasenko82-183/+185
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-29bootchartd: mounting tmpfs is Linux-specificJeremie Koenig1-7/+13
2010-07-25*: trailing empty lines removedDenys Vlasenko42-46/+15
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-07-18mark Linux-specific configuration optionsJeremie Koenig19-4/+114
2010-07-06bootchartd: fix labels in config system. no code changesDenys Vlasenko1-2/+2
2010-07-04*: introduce and use xfork() and xvfork()Pascal Bellard21-95/+56
2010-06-28bootchartd: fix sample period calculationsKeisuke Yasui1-5/+7
2010-06-28conspy: code shrinkPascal Bellard3-86/+78
2010-06-22typo fixDenys Vlasenko1-6/+6
2010-06-21fix config help textDenys Vlasenko1-11/+2
2010-06-21bootchartd: added optional compat featuresDenys Vlasenko4-43/+127
2010-06-08*: add INSERTs to *.src files where appropriateDenys Vlasenko49-0/+102
2010-06-06remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko33-1484/+573
2010-06-04mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko53-0/+0
2010-05-17ash: use CONFIG_FEATURE_EDITING_MAX_LENDenys Vlasenko2-8/+7
2010-05-04bootchartd: better wording in commentDenys Vlasenko1-2/+3
2010-05-04bootchartd: add missing parenthesisDenys Vlasenko1-3/+3
2010-05-04bootchartd: new appletDenys Vlasenko5-15/+396
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
2010-04-05telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363Denys Vlasenko7-56/+134
2010-04-05libbb: split update_utmp from login/getty in preparation to use it for telnetdDenys Vlasenko7-159/+117
2010-01-04*: remove some uses of argcDenys Vlasenko26-78/+77
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-10-23libbb.h: tidy it up a bit. no code changes (verified)Denys Vlasenko2-18/+19
2009-09-06remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko15-17/+22
2009-07-27halt/reboot/poweroff: add a CONFIG_xxx to act SysV compatiblyAlexander Shishkin2-1/+37
2009-07-19init: make comment more understandable. no code changesDenys Vlasenko1-5/+8
2009-04-12halt/reboot/powerdown: accept and ignore -iDenis Vlasenko1-5/+9
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-03-07halt/reboot/poweroff: improve error reportingDenis Vlasenko2-2/+2
2009-02-14init: fix compile breakage with '# CONFIG_FEATURE_KILL_REMOVED is not set'Denis Vlasenko2-17/+17
2009-02-14- improve helptextBernhard Reutner-Fischer1-2/+2
2009-01-31init: remove wait() loop on restart, it may be dangerousDenis Vlasenko1-15/+22
2009-01-31init: fix a bug where on reload order of entries might be wrongDenis Vlasenko1-83/+89
[prev] [next]