summaryrefslogtreecommitdiff
path: root/init
Commit message (Expand)AuthorAgeFilesLines
* 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
* libbb: introduce and use sigprocmask_allsigs and sigaction_set.Denis Vlasenko2008-03-171-29/+2
* init: make it NOMMU-capableDenis Vlasenko2008-02-191-19/+31
* init: fix commentsDenis Vlasenko2008-02-191-2/+2
* init: HUP should not be temporarily set to "restart",Denis Vlasenko2008-02-191-4/+1
* init: fix bug 1111: restart actions were not splitting words:Denis Vlasenko2008-02-192-108/+96
* libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko2008-02-161-19/+29
* init: allow last line to be not terminated by '\n'Denis Vlasenko2008-01-291-3/+3
* - fix conflicting decls of syslog related facilitynames and prioritynames tablesBernhard Reutner-Fischer2008-01-271-1/+1
* halt: write wtmp entry if wtmp support is enabledDenis Vlasenko2008-01-241-5/+38
* whitespace fixesDenis Vlasenko2008-01-071-2/+2
* init: wait for orphaned children too while waitingDenis Vlasenko2008-01-041-3/+9
* libbb: introduce and use safe_waitpid (loops in EINTR)Denis Vlasenko2008-01-021-17/+9
* init: don't spawn tons of waiting children, one is enoughDenis Vlasenko2007-12-261-39/+47
* init: sometimes, #ifdefs are cleaner.Denis Vlasenko2007-12-251-22/+13
* convert #if to if -- let gcc optimize away dead code for usMike Frysinger2007-12-252-133/+109
* init: add FEATURE_KILL_REMOVED (Eugene Bordenkircher <eugebo@gmail.com>)Denis Vlasenko2007-12-252-63/+74
* cttyhack: add missing ';'Denis Vlasenko2007-12-101-5/+7
* init: remove superfluous forks and messing up with argv[0]Denis Vlasenko2007-12-102-124/+123
* syslogd: use DEV_CONSOLE consistentlyDenis Vlasenko2007-11-181-4/+0
* init: fix bug 1584: improper check for fork errorDenis Vlasenko2007-11-101-2/+1
* fbset: fix buglet where we were using wrong pointerDenis Vlasenko2007-11-061-2/+4
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-113-3/+3
* 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko2007-10-011-1/+1
* introduce and use close_on_exec_on(fd). -50 bytes.Denis Vlasenko2007-09-301-1/+1
* *: kill bb_get_last_path_component, replace with two functionsDenis Vlasenko2007-09-241-2/+3