aboutsummaryrefslogtreecommitdiff
path: root/runit
AgeCommit message (Expand)Author
2011-09-16chpst: move misplaced commentDenys Vlasenko
2011-09-16chpst: simple code shrinkDenys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-05-13fix "variable 'foo' set but not used" warningsDenys Vlasenko
2011-04-11move remaining help text from include/usage.src.hPere Orga
2011-03-08use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko
2011-02-13Move stpcpy replacement function into libbbDan Fandrich
2011-01-22svlogd: extend usage text. +70 bytesDenys Vlasenko
2010-12-06runsvdir: do not miss closely spaced service dir changesEric Lammerts
2010-10-28*: whitespace fixesDenys Vlasenko
2010-10-13remove runit/runit_lib.cDenys Vlasenko
2010-09-05runit_lib: remove/inline a few more thingsDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-08-12*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko
2010-07-04libbb: introduce and use BB_EXECVP_or_die()Pascal Bellard
2010-06-27*: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdupLadislav Michl
2010-06-25*: make exec failure message more consistentDenys Vlasenko
2010-06-08*: add INSERTs to *.src files where appropriateDenys Vlasenko
2010-06-06remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko
2010-06-04mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko
2010-01-09*: make it easier to distinquish "struct tm", pointer to one, etcDenys Vlasenko
2010-01-06hwclock: fix sizeof bug (used it on pointer, not array); make --systohc exactDenys Vlasenko
2009-11-28*: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko
2009-11-15libbb: added xfdopen_for_read/writeDenys Vlasenko
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko
2009-10-27chpst: tiny shrinkage and add possible TODOBernhard Reutner-Fischer
2009-10-08*: a few more NOINLINEsDenys Vlasenko
2009-10-08*: code shrink via NOINLINEDenys Vlasenko
2009-10-06*: use {i,u}toa() where appropriateDenys Vlasenko
2009-09-06more C standard compat fixes from Dan FandrichDenys Vlasenko
2009-09-06remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko
2009-08-02runsv: run ./finish with parameters (runit compat)Earl Chew
2009-08-02svlogd: fix bug 521: use line buffering if any filtering is doneDenys Vlasenko
2009-07-15sv: fix "sv o SRV; ...; sv d SRV" (bug 461) + code shrinkDenys Vlasenko
2009-07-15runsv: rename field in a struct to not collide with other nameDenys Vlasenko
2009-07-03svlogd: do not overrun read buffer (fixes bug 439)Denys Vlasenko
2009-06-07stop using non-standard macro, use WEXITSTATUS insteadDenys Vlasenko
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2009-04-09*: make "pragma GCC visibility push(hidden)" less uglyDenis Vlasenko
2009-02-26runsv: another tiny optimizationDenis Vlasenko
2009-02-26runsv: small optimizationDenis Vlasenko
2009-02-14init: fix compile breakage with '# CONFIG_FEATURE_KILL_REMOVED is not set'Denis Vlasenko
2009-02-02udhcpd: add code which rejects lease files with suspicious or old timestamp.Denis Vlasenko
2009-01-31init: preparatory patch, no code changesDenis Vlasenko
2008-11-11runsvdir: straighten some convoluted code. logic is unchangedDenis Vlasenko
2008-11-09*: a bit of code shrinkDenis Vlasenko
2008-11-06sv: make default service dir configurable (Vladimir wants it)Denis Vlasenko
2008-11-06runsvdir: alternative methon of supporting runsvdir-as-init. +66 bytes.Denis Vlasenko