summaryrefslogtreecommitdiff
path: root/runit
Commit message (Expand)AuthorAgeFilesLines
* libbb: code shrink: introduce and use [_]exit_SUCCESS()Denys Vlasenko2022-01-051-1/+1
* *: more --help tweaks, mostly expanding ts --helpDenys Vlasenko2021-06-131-6/+6
* runsv: code shrink: use single handler function for SIGTERM and SIGCHLDDenys Vlasenko2021-06-051-9/+8
* runsv: robustify signal handling - SIGTERM to child between vfork and exec co...Denys Vlasenko2021-06-052-14/+23
* tcp/udpsvd: robustify SIGCHLD handlingDenys Vlasenko2021-06-051-1/+4
* svlogd: if processor's stdin can not be opened, do not try ad infinitumDenys Vlasenko2021-06-051-5/+18
* libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...Denys Vlasenko2020-12-302-4/+4
* randomconfig fixesDenys Vlasenko2020-12-291-5/+13
* decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-301-1/+1
* libbb: introduce and use sleep1()Denys Vlasenko2020-11-291-2/+2
* Remove syscall wrappers around clock_gettime, closes 12091Denys Vlasenko2019-10-241-10/+1
* runsv: Use 64 prefix syscall if we have toAlistair Francis2019-10-081-0/+7
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-022-4/+4
* config: update size informationDenys Vlasenko2018-12-285-10/+10
* svlogd: fix pattern matching when using timestampsDenys Vlasenko2018-11-011-4/+4
* restore documentation on the build config languageKartik Agaram2018-06-061-1/+1
* libbb.h: always include sys/resource.hDenys Vlasenko2018-04-081-1/+0
* placate gcc-8.0.1 warningsDenys Vlasenko2018-04-061-0/+2
* svok: new applet (daemontools compat)Denys Vlasenko2018-03-301-5/+52
* use gmtime_r() instead of gmtime()Denys Vlasenko2018-03-061-1/+3
* svlogd: improve --help textDenys Vlasenko2018-02-091-6/+13
* use %m printf specifier where appropriateDenys Vlasenko2017-09-291-1/+1
* regularize format of source file headers, no code changesDenys Vlasenko2017-09-181-1/+0
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-084-10/+12
* svc: remove superfluout INIT_G()Denys Vlasenko2017-08-061-6/+2
* sv,svc: fix NOEXEC falloutDenys Vlasenko2017-08-061-2/+8
* sv, svc: make them NOEXECDenys Vlasenko2017-08-051-2/+2
* svc: fix a case where with more than option, getopt() state is not resetDenys Vlasenko2017-08-051-5/+6
* make 17 state-changing execing applets (ex: "nice PROG ARGS") noexecDenys Vlasenko2017-08-041-6/+6
* do not use `a' quoting style in commentsDenys Vlasenko2017-08-026-6/+6
* config: deindent all help textsDenys Vlasenko2017-07-215-24/+24
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-185-10/+10
* sv: update to match version 2.1.2 of runitJames Byrne2017-05-151-65/+98
* runsv: update to match version 2.1.2 of runitDenys Vlasenko2017-05-151-37/+58
* svlogd.c: support -ttt (dateTtime instead of date_time)Denys Vlasenko2017-05-151-6/+7
* libbb: GETOPT_RESET macroKaarle Ritvanen2017-04-121-6/+1
* runit: fix chpst -n -N -u USERDenys Vlasenko2017-03-131-6/+7
* *: add comment about APPLET_ODDNAME formatDenys Vlasenko2017-01-291-1/+2
* randomconfig fixesDenys Vlasenko2016-12-081-1/+1
* svc: new applet (daemontools-compatible version of "sv")Denys Vlasenko2016-12-051-18/+94
* Code style fixes, no code changesDenys Vlasenko2016-11-281-1/+1
* svlogd: strip leading '!' from processor linesFrancis Rounds2016-09-151-1/+1
* *: placate some compile warnings on OSXDenys Vlasenko2016-09-011-2/+2
* getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-062-4/+4
* *: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko2016-04-211-2/+2
* *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-213-2/+3
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-214-5/+9
* libbb: two new functions: wait_for_exitstatus(pid), xfchdir(fd)Denys Vlasenko2016-04-011-2/+1
* runit/*: convert to new-style "one file" appletsDenys Vlasenko2015-10-197-95/+107
* libbb: introduce kernel-style BUILD_BUG_ON()Denys Vlasenko2015-10-131-10/+5