aboutsummaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Expand)Author
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
2008-09-25whitespace fixesDenis Vlasenko
2008-09-20init: set stderr to NONBLOCKDenis Vlasenko
2008-09-11halt: reinstate -w even if !FEATURE_WTMP; beautify code in halt.cDenis Vlasenko
2008-09-01- remove excess whitespace (Vladimir Dronnikov)Bernhard Reutner-Fischer
2008-09-01- halt's -w depends on FEATURE_WTMP (Vladimir Dronnikov)Bernhard Reutner-Fischer
2008-08-03halt: signal init regardless of ENABLE_INITDenis Vlasenko
2008-07-26fix several problems with config parser:Denis Vlasenko
2008-07-22- wrap overlong lines (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko
2008-07-21whitespace fixes, no code changedDenis Vlasenko
2008-07-21- fix spellingBernhard Reutner-Fischer
2008-07-21- remove superfluous forward declarationBernhard Reutner-Fischer
2008-07-21- document -fBernhard Reutner-Fischer
2008-07-21- no obj-code changes. Fix indentation, use existing defines.Bernhard Reutner-Fischer
2008-07-19libbb: updated config_parse() from VladimirDenis Vlasenko
2008-07-17init: fix compile-time error; fix exiting on broken config fileDenis Vlasenko
2008-07-17- fix "noreduce" flag of config_read (didn't work at all, at least for me).Bernhard Reutner-Fischer
2008-07-06mdev: do not follow symlinks in /sys (as was intended prior to rev 18811).Denis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-06-01- use ut_user rather than ut_name (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
2008-05-19- use STD*_FILENO some more. No object-code changesBernhard Reutner-Fischer
2008-05-19- use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer
2008-04-05init: fix askfirst not working as intendedDenis Vlasenko
2008-04-01shells: do not frocibly enable test, echo and kill _applets_,Denis Vlasenko
2008-03-24*: whitespace fixes, no code changesDenis Vlasenko
2008-03-17init: do not close all descriptors > 2. We were doing it - sometimes.Denis Vlasenko
2008-03-17init: do not use bb_sanitize_stdio(), "/dev/null" may be missing (yet)Denis Vlasenko
2008-03-17*: mode tcp/udpsvd to networking, delete ipsvd/*Denis Vlasenko
2008-03-17*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko
2008-03-17*: fix fallout from -Wunused-parameterDenis Vlasenko
2008-03-17libbb: introduce and use sigprocmask_allsigs and sigaction_set.Denis Vlasenko