summaryrefslogtreecommitdiff
path: root/init
Commit message (Expand)AuthorAgeFilesLines
* - 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
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-3/+3
* init: make sure fd 0,1,2 are not closed, + related optimizations.Denis Vlasenko2007-06-141-12/+10
* *: BB_BANNER -> bb_banner (it is not a const or #define)!Denis Vlasenko2007-06-131-1/+1
* remove nearly-duplicate PATHs in several placesDenis Vlasenko2007-06-121-5/+1
* delete tons of extra #includesDenis Vlasenko2007-05-311-3/+3
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-263-3/+3
* style fixes. No code changesDenis Vlasenko2007-04-121-1/+1
* - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer2007-04-042-4/+4
* random style fixes (extra spaces deleted)Denis Vlasenko2007-03-241-2/+1
* decouple INIT and SYSLOGD (patch by Eric Spakman E.Spakman@inter.nl.net)Denis Vlasenko2007-03-052-5/+10
* init: fix handling of stdio file descriptorsDenis Vlasenko2007-03-051-10/+10
* init: de-indent a block of codeDenis Vlasenko2007-02-271-143/+139
* init: trivial compile fixDenis Vlasenko2007-02-271-2/+2