aboutsummaryrefslogtreecommitdiff
path: root/runit
AgeCommit message (Expand)Author
2017-09-18regularize format of source file headers, no code changesDenys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-08-06svc: remove superfluout INIT_G()Denys Vlasenko
2017-08-06sv,svc: fix NOEXEC falloutDenys Vlasenko
2017-08-05sv, svc: make them NOEXECDenys Vlasenko
2017-08-05svc: fix a case where with more than option, getopt() state is not resetDenys Vlasenko
2017-08-04make 17 state-changing execing applets (ex: "nice PROG ARGS") noexecDenys 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-15sv: update to match version 2.1.2 of runitJames Byrne
2017-05-15runsv: update to match version 2.1.2 of runitDenys Vlasenko
2017-05-15svlogd.c: support -ttt (dateTtime instead of date_time)Denys Vlasenko
2017-04-12libbb: GETOPT_RESET macroKaarle Ritvanen
2017-03-13runit: fix chpst -n -N -u USERDenys Vlasenko
2017-01-29*: add comment about APPLET_ODDNAME formatDenys Vlasenko
2016-12-08randomconfig fixesDenys Vlasenko
2016-12-05svc: new applet (daemontools-compatible version of "sv")Denys Vlasenko
2016-11-28Code style fixes, no code changesDenys Vlasenko
2016-09-15svlogd: strip leading '!' from processor linesFrancis Rounds
2016-09-01*: placate some compile warnings on OSXDenys Vlasenko
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko
2016-04-21*: hopefully all setup_common_bufsiz() are in placeDenys 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
2016-04-01libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd)Denys 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
2015-03-02runsvdir: if pid==1, also intercept SIGINT for -s SCRIPTDenys Vlasenko
2015-03-02runsvdir: do not block SIGCHLD around poll/sleepDenys Vlasenko
2015-03-02runsvdir: (almost) close a signal raceDenys Vlasenko
2013-11-29chpst: fix a bug where -U USER was using wrong USER (one from -u USER)Denys Vlasenko
2013-10-16libbb: use <poll.h> instead of <sys/poll.h>Thomas Petazzoni
2013-07-13Commonalize typical [b,]k,m suffix structDenys Vlasenko
2013-01-14whitespace cleanup. no code changesDenys Vlasenko
2012-07-05include sys/resource.h where neededMike Frysinger
2012-03-08libbb: make xchroot do a chdir("/") after chrootDenys Vlasenko
2011-09-21add INIT_G()'s. No code changes.Denys Vlasenko
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