aboutsummaryrefslogtreecommitdiff
path: root/init (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* - halt's -w depends on FEATURE_WTMP (Vladimir Dronnikov)Bernhard Reutner-Fischer2008-09-011-7/+8
* halt: signal init regardless of ENABLE_INITDenis Vlasenko2008-08-031-2/+5
* fix several problems with config parser:Denis Vlasenko2008-07-261-2/+2
* - wrap overlong lines (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2008-07-221-3/+3
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-1/+1
* whitespace fixes, no code changedDenis Vlasenko2008-07-211-1/+2
* - fix spellingBernhard Reutner-Fischer2008-07-211-6/+6
* - remove superfluous forward declarationBernhard Reutner-Fischer2008-07-211-18/+17
* - document -fBernhard Reutner-Fischer2008-07-211-2/+2
* - no obj-code changes. Fix indentation, use existing defines.Bernhard Reutner-Fischer2008-07-211-120/+19
* libbb: updated config_parse() from VladimirDenis Vlasenko2008-07-191-2/+2
* init: fix compile-time error; fix exiting on broken config fileDenis Vlasenko2008-07-171-22/+18
* - fix "noreduce" flag of config_read (didn't work at all, at least for me).Bernhard Reutner-Fischer2008-07-171-5/+69
* mdev: do not follow symlinks in /sys (as was intended prior to rev 18811).Denis Vlasenko2008-07-061-14/+1
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-052-9/+9
* - use ut_user rather than ut_name (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2008-06-011-4/+1
* - use STD*_FILENO some more. No object-code changesBernhard Reutner-Fischer2008-05-191-3/+3
* - use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer2008-05-191-10/+10
* init: fix askfirst not working as intendedDenis Vlasenko2008-04-051-21/+26
* shells: do not frocibly enable test, echo and kill _applets_,Denis Vlasenko2008-04-011-2/+2
* *: whitespace fixes, no code changesDenis Vlasenko2008-03-241-2/+2
* init: do not close all descriptors > 2. We were doing it - sometimes.Denis Vlasenko2008-03-171-5/+4
* init: do not use bb_sanitize_stdio(), "/dev/null" may be missing (yet)Denis Vlasenko2008-03-171-2/+16
* *: mode tcp/udpsvd to networking, delete ipsvd/*Denis Vlasenko2008-03-171-1/+1
* *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko2008-03-172-7/+8
* *: fix fallout from -Wunused-parameterDenis Vlasenko2008-03-171-1/+1