aboutsummaryrefslogtreecommitdiffstats
path: root/src/supervision
Commit message (Expand)AuthorAgeFilesLines
* Adapt to skalibs-2.14Laurent Bercot2023-09-094-30/+35
* Use open safe wrappers; remove debug boilerplateLaurent Bercot2023-07-061-64/+11
* Loosen nonzero servicedirs requirement on s6-svwait/s6-svlistenLaurent Bercot2023-06-252-2/+4
* Document new s6-svscan optionsLaurent Bercot2023-06-241-1/+1
* More better debug infoLaurent Bercot2023-06-201-2/+2
* More debug informationLaurent Bercot2023-06-201-12/+33
* New and improved s6-svscanLaurent Bercot2023-06-141-336/+469
* Add s6-svc -s; prepare for 2.11.4.0Laurent Bercot2023-05-251-2/+30
* Simplify selfpipe managementLaurent Bercot2023-04-075-13/+12
* Add s6-svc -QLaurent Bercot2023-02-062-25/+26
* More bugfixesLaurent Bercot2023-01-112-63/+56
* Next batch of fixesLaurent Bercot2023-01-091-1/+1
* Add instances implementation (still needs testing)Laurent Bercot2023-01-091-7/+38
* s6-svwait shouldn't exit early on supervisor deathLaurent Bercot2022-12-055-25/+34
* s6-svc: typo fixLaurent Bercot2022-11-301-1/+1
* Adapt to skalibs-2.13.0.0Laurent Bercot2022-11-2918-18/+18
* s6-supervise QoL: only skip 1-second restart delay when service was readyLaurent Bercot2022-10-041-13/+23
* s6-svscan QoL: close stdout on exit if catch-all logger is presentLaurent Bercot2022-09-281-3/+13
* Add upper limit to -c in s6-svscanLaurent Bercot2022-08-212-1/+2
* Pass service name as an argument to the service scriptLaurent Bercot2022-08-201-2/+4
* s6-supervise: also closethem() on -x in LASTFINISH for consistencyLaurent Bercot2022-06-281-1/+1
* s6-svscan: treat s6-svscan-log as a logger for s6-svscanctl purposesLaurent Bercot2022-06-281-22/+31
* bugfix: s6-supervise: -x should closethem() even in LASTUP stateLaurent Bercot2022-06-281-1/+1
* Prepare for 2.11.1.1; adapt to skalibs-2.12.0.0Laurent Bercot2022-06-082-2/+2
* Fix s6-svunlink PROGLaurent Bercot2021-09-081-2/+2
* svlink bugfixLaurent Bercot2021-09-071-1/+1
* Use checkservicedir() in s6-svlinkLaurent Bercot2021-09-021-0/+1
* Remove race conditions in early services with this ONE SIMPLE TRICKLaurent Bercot2021-08-311-0/+6
* s6-svlink, s6-svunlink, .h changesLaurent Bercot2021-08-3017-66/+89
* s6-svdir-(un)link fixesLaurent Bercot2021-08-282-1/+4
* Add s6-svdir-link and s6-svdir-unlinkLaurent Bercot2021-08-284-0/+147
* skalibs-2.11.0.0 API changeLaurent Bercot2021-08-0915-58/+49
* Add lock-fd feature to s6-superviseLaurent Bercot2021-06-181-25/+93
* Add s6-svwait -r | -R supportLaurent Bercot2021-04-251-7/+15
* bugfix: unignore SIGPIPE before execing a user-controlled processLaurent Bercot2021-02-114-0/+17
* Fix build with nsss; fix s6_supervise_link() for logged servicesLaurent Bercot2020-12-051-0/+1
* Fix s6-svscan startupLaurent Bercot2020-12-041-15/+21
* Big signal/command semantics change to svscan/supervise; add s6-svperms.Laurent Bercot2020-12-046-67/+319
* Fix lock permissionsLaurent Bercot2020-12-022-6/+6
* Fix build against skalibs-2.10.0.0Laurent Bercot2020-12-023-6/+137
* Adapt to new exec.hLaurent Bercot2020-11-284-32/+23
* Prepare for 2.10.0.0 ; store preliminary changes to s6-svscan/ctl.Laurent Bercot2020-11-272-87/+90
* bugfix: s6-permafailon *also* did not init the sigset >.>Laurent Bercot2020-11-171-2/+6
* bugfix: s6-permafailon exitcode initializationLaurent Bercot2020-11-161-1/+1
* Treat execline as an extra_lib instead of an in-package libLaurent Bercot2020-03-241-1/+1
* Add SIGPWR and SIGWINCH support to s6-svscanLaurent Bercot2020-02-181-0/+8
* Use execv() where applicableLaurent Bercot2020-01-162-6/+5
* Restore console fd on s6-svscan execLaurent Bercot2020-01-151-0/+11
* Add console holder functionality to s6-svscanLaurent Bercot2020-01-151-3/+14
* Make execline dependency optionalLaurent Bercot2019-12-233-14/+28