aboutsummaryrefslogtreecommitdiff
path: root/runit/runsv.c
AgeCommit message (Expand)Author
2020-12-30libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...Denys Vlasenko
2020-12-29randomconfig fixesDenys Vlasenko
2020-11-29libbb: introduce and use sleep1()Denys Vlasenko
2019-10-24Remove syscall wrappers around clock_gettime, closes 12091Denys Vlasenko
2019-10-08runsv: Use 64 prefix syscall if we have toAlistair Francis
2018-12-28config: update size informationDenys Vlasenko
2017-08-02do not use `a' quoting style in commentsDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-05-15runsv: update to match version 2.1.2 of runitDenys Vlasenko
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2015-10-19runit/*: convert to new-style "one file" appletsDenys Vlasenko
2015-10-13libbb: introduce kernel-style BUILD_BUG_ON()Denys Vlasenko
2015-10-08join some common strings, -400 bytesDenys Vlasenko
2013-10-16libbb: use <poll.h> instead of <sys/poll.h>Thomas Petazzoni
2013-01-14whitespace cleanup. no code changesDenys Vlasenko
2011-04-11move remaining help text from include/usage.src.hPere Orga
2011-02-13Move stpcpy replacement function into libbbDan Fandrich
2010-10-13remove runit/runit_lib.cDenys Vlasenko
2010-09-05runit_lib: remove/inline a few more thingsDenys Vlasenko
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko
2009-11-28*: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko
2009-10-06*: use {i,u}toa() where appropriateDenys Vlasenko
2009-08-02runsv: run ./finish with parameters (runit compat)Earl Chew
2009-07-15runsv: rename field in a struct to not collide with other nameDenys Vlasenko
2009-06-07stop using non-standard macro, use WEXITSTATUS insteadDenys Vlasenko
2009-02-26runsv: another tiny optimizationDenis Vlasenko
2009-02-26runsv: small optimizationDenis Vlasenko
2009-01-31init: preparatory patch, no code changesDenis Vlasenko
2008-11-09*: a bit of code shrinkDenis Vlasenko
2008-11-06runsvdir: alternative methon of supporting runsvdir-as-init. +66 bytes.Denis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-06-25whitespace fixes. no code changesDenis Vlasenko
2008-05-19- use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer
2008-03-17selinux/*: -Wunused-parameter fixesDenis Vlasenko
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko
2008-03-02actually add bb_qsort.cDenis Vlasenko
2008-02-17libbb: introduce and use xrename and rename_or_warn.Denis Vlasenko
2008-02-16libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko
2008-02-16*: more readable handling of pipe fds. No code changes.Denis Vlasenko
2008-01-28*: tidy up usage of char **environDenis Vlasenko
2008-01-02libbb: introduce and use safe_waitpid (loops in EINTR)Denis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-09-30introduce and use close_on_exec_on(fd). -50 bytes.Denis Vlasenko
2007-09-28assorted static vars removalDenis Vlasenko
2007-08-31isrv: use monotonic_secDenis Vlasenko
2007-08-20runit/*: get rid of tai[a] time abstraction, it's too bloaty.Denis Vlasenko
2007-08-18introduce and use xdup2(int, int)Denis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko