aboutsummaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Expand)Author
2010-07-06bootchartd: fix labels in config system. no code changesDenys Vlasenko
2010-07-04*: introduce and use xfork() and xvfork()Pascal Bellard
2010-06-28bootchartd: fix sample period calculationsKeisuke Yasui
2010-06-28conspy: code shrinkPascal Bellard
2010-06-22typo fixDenys Vlasenko
2010-06-21fix config help textDenys Vlasenko
2010-06-21bootchartd: added optional compat featuresDenys Vlasenko
2010-06-08*: add INSERTs to *.src files where appropriateDenys Vlasenko
2010-06-06remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko
2010-06-04mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko
2010-05-17ash: use CONFIG_FEATURE_EDITING_MAX_LENDenys Vlasenko
2010-05-05bootchartd: better wording in commentDenys Vlasenko
2010-05-04bootchartd: add missing parenthesisDenys Vlasenko
2010-05-04bootchartd: new appletDenys Vlasenko
2010-04-06libbb: add skip_dev_pfx()Denys Vlasenko
2010-04-06init: clear utmp entries for dead processes, if they (entries) existDenys Vlasenko
2010-04-05telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363Denys Vlasenko
2010-04-05libbb: split update_utmp from login/getty in preparation to use it for telnetdDenys Vlasenko
2010-01-04*: remove some uses of argcDenys Vlasenko
2009-12-15init: fix logically inverted FEATURE_EXTRA_QUIET checkDenys Vlasenko
2009-12-14init: use applet_name instead of "init" - we can be linuxrcDenys Vlasenko
2009-12-14init: for paranoid reasons, restore SIGCONT too.Denys Vlasenko
2009-12-14init: fix "while true; do reboot; done" bug. +15 bytes. Closes bug 781Denys Vlasenko
2009-12-14init: make FEATURE_EXTRA_QUIET more consistent. +1 byteDenys Vlasenko
2009-11-15init: restore possibility to reload inittab even before we finish initializationDenys Vlasenko
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko
2009-10-23libbb.h: tidy it up a bit. no code changes (verified)Denys Vlasenko
2009-09-06remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko
2009-07-27halt/reboot/poweroff: add a CONFIG_xxx to act SysV compatiblyAlexander Shishkin
2009-07-19init: make comment more understandable. no code changesDenys Vlasenko
2009-04-12halt/reboot/powerdown: accept and ignore -iDenis Vlasenko
2009-03-19init: test for vt terminal with VT_OPENQRY,Denis Vlasenko
2009-03-10mail.c: more robust handling of SIGCHLDDenis Vlasenko
2009-03-07halt/reboot/poweroff: improve error reportingDenis Vlasenko
2009-02-14init: fix compile breakage with '# CONFIG_FEATURE_KILL_REMOVED is not set'Denis Vlasenko
2009-02-14- improve helptextBernhard Reutner-Fischer
2009-01-31init: remove wait() loop on restart, it may be dangerousDenis Vlasenko
2009-01-31init: fix a bug where on reload order of entries might be wrongDenis Vlasenko
2009-01-31modutils-24: use xasprintf and xzalloc where appropriate,Denis Vlasenko
2009-01-31init: small correction in a commentDenis Vlasenko
2009-01-31init: major improvement in documentation and signal handling.Denis Vlasenko
2009-01-31init: preparatory patch, no code changesDenis Vlasenko
2009-01-29init: reinstate proper handling of !ENABLE_FEATURE_USE_INITTABDenis Vlasenko
2009-01-28init: reduce ifdef forest (specially for Rob's happiness)Denis Vlasenko
2008-12-23libbb: introduce and use xmalloc_ttyname (-32 in bss).Denis Vlasenko
2008-12-09init: do not eat last char in messages;Denis Vlasenko
2008-11-29init: O_NONBLOCK needs more thought. reverted for nowDenis Vlasenko
2008-11-09*: a bit of code shrinkDenis Vlasenko
2008-11-05*: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x...Denis Vlasenko
2008-10-21init: downgrade ENABLE_DEBUG_INIT to just a #define to prevent peopleDenis Vlasenko