summaryrefslogtreecommitdiff
path: root/runit
Commit message (Expand)AuthorAgeFilesLines
* chpst: fix a bug where -U USER was using wrong USER (one from -u USER)Denys Vlasenko2013-11-291-3/+2
* libbb: use <poll.h> instead of <sys/poll.h>Thomas Petazzoni2013-10-164-4/+0
* Commonalize typical [b,]k,m suffix structDenys Vlasenko2013-07-131-5/+0
* whitespace cleanup. no code changesDenys Vlasenko2013-01-142-3/+3
* include sys/resource.h where neededMike Frysinger2012-07-051-0/+1
* libbb: make xchroot do a chdir("/") after chrootDenys Vlasenko2012-03-081-2/+1
* add INIT_G()'s. No code changes.Denys Vlasenko2011-09-211-2/+1
* chpst: move misplaced commentDenys Vlasenko2011-09-161-5/+4
* chpst: simple code shrinkDenys Vlasenko2011-09-161-8/+7
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-2/+0
* fix "variable 'foo' set but not used" warningsDenys Vlasenko2011-05-131-2/+1
* move remaining help text from include/usage.src.hPere Orga2011-04-114-0/+92
* use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko2011-03-081-2/+5
* Move stpcpy replacement function into libbbDan Fandrich2011-02-131-17/+7
* svlogd: extend usage text. +70 bytesDenys Vlasenko2011-01-221-0/+17
* runsvdir: do not miss closely spaced service dir changesEric Lammerts2010-12-061-2/+5
* *: whitespace fixesDenys Vlasenko2010-10-282-4/+5
* remove runit/runit_lib.cDenys Vlasenko2010-10-137-342/+63
* runit_lib: remove/inline a few more thingsDenys Vlasenko2010-09-054-16/+18
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko2010-08-121-3/+3
* libbb: introduce and use BB_EXECVP_or_die()Pascal Bellard2010-07-041-2/+1
* *: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdupLadislav Michl2010-06-271-1/+1
* *: make exec failure message more consistentDenys Vlasenko2010-06-251-1/+1
* *: add INSERTs to *.src files where appropriateDenys Vlasenko2010-06-082-0/+5
* remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko2010-06-061-5/+9
* mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko2010-06-042-0/+0
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-044-4/+4
* *: make it easier to distinquish "struct tm", pointer to one, etcDenys Vlasenko2010-01-091-8/+8
* hwclock: fix sizeof bug (used it on pointer, not array); make --systohc exactDenys Vlasenko2010-01-061-2/+1
* *: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko2009-11-281-3/+1
* libbb: added xfdopen_for_read/writeDenys Vlasenko2009-11-151-2/+2
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-132-17/+17
* *: introduce and use ffulsh_all()Denys Vlasenko2009-11-021-1/+1
* chpst: tiny shrinkage and add possible TODOBernhard Reutner-Fischer2009-10-271-4/+4
* *: a few more NOINLINEsDenys Vlasenko2009-10-081-1/+1
* *: code shrink via NOINLINEDenys Vlasenko2009-10-081-1/+1
* *: use {i,u}toa() where appropriateDenys Vlasenko2009-10-061-4/+2
* more C standard compat fixes from Dan FandrichDenys Vlasenko2009-09-061-2/+2
* remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko2009-09-061-1/+1
* runsv: run ./finish with parameters (runit compat)Earl Chew2009-08-021-18/+45
* svlogd: fix bug 521: use line buffering if any filtering is doneDenys Vlasenko2009-08-024-27/+137
* sv: fix "sv o SRV; ...; sv d SRV" (bug 461) + code shrinkDenys Vlasenko2009-07-151-33/+35
* runsv: rename field in a struct to not collide with other nameDenys Vlasenko2009-07-152-19/+20
* svlogd: do not overrun read buffer (fixes bug 439)Denys Vlasenko2009-07-031-9/+6
* stop using non-standard macro, use WEXITSTATUS insteadDenys Vlasenko2009-06-073-4/+5
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-2/+2
* *: make "pragma GCC visibility push(hidden)" less uglyDenis Vlasenko2009-04-091-6/+2
* runsv: another tiny optimizationDenis Vlasenko2009-02-261-8/+6
* runsv: small optimizationDenis Vlasenko2009-02-262-6/+3