aboutsummaryrefslogtreecommitdiffstats
path: root/src/supervision
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | | | | | This includes: - adding a configure option to disable execline support - duplicating el_semicolon() and el_getstrict() into the s6 library when execline is disabled at build time, making a compat shim and using it where needed (s6-svlisten, s6-ftrig-listen) - Creating alternatives for execlineb script spawning: * s6-log: '?' directive (done in the previous commit) * s6-notifyoncheck: require hardcoding the check in ./data/check * s6-ipcserver-access: no support for exec files, add a warning - Updating the relevant parts of the doc --enable-execline will remain the default, and whiners can choke on their tears.
* Always execute execline scripts with -PLaurent Bercot2019-12-201-1/+1
|
* Remove tainnow.lib dependencyLaurent Bercot2019-09-217-7/+7
|
* Adapt to new stopwatch APILaurent Bercot2019-09-066-12/+6
|
* Separate wall clocks from stopwatchesLaurent Bercot2019-09-048-7/+13
|
* Make "s6-svc -wu foo" wait for foo to be up. Document supervise/ creation.Laurent Bercot2019-01-311-6/+8
|
* bugfix: correctly handle s6-svc -XLaurent Bercot2019-01-231-2/+2
|
* bugfix: s6-svc -r wasn't acceptedLaurent Bercot2018-12-171-1/+1
|
* bugfix: s6-svscan not always honoring scan deadlineLaurent Bercot2018-10-221-1/+1
|
* Down signal customization: add ./down-signal file and s6-svc -rLaurent Bercot2018-06-152-14/+35
|
* Add -d notif to s6-svscan; this is only shallow readiness.Laurent Bercot2018-04-201-3/+17
|
* Bugfix: inverted warning condition on s6_dtally_write (non-critical)Laurent Bercot2018-03-261-1/+1
|
* Fix minor bugs in s6-permafailonLaurent Bercot2018-03-243-2/+8
|
* Fix off-by-one in s6-svdt-clearLaurent Bercot2018-03-241-1/+1
|
* Add s6-svdt-clear, s6-permafailonLaurent Bercot2018-03-214-0/+137
|
* Add s6-svdt, change default max tally to 100, add doc, prepare for 2.7.1.0Laurent Bercot2018-03-203-1/+77
|
* Add throttling support to s6-svstatLaurent Bercot2018-03-201-1/+3
|
* Add death tally support to s6-supervise, throttling support to s6_svstatus_tLaurent Bercot2018-03-201-0/+27
|
* Make s6-svwait et al. exit instead of hang if s6-supervise diesLaurent Bercot2018-03-024-5/+9
|
* More accurate exit code and clearer error messages for s6-svc and s6-svscanctlLaurent Bercot2017-11-102-8/+10
|
* Cosmetic fix: start s6-ftrigrd from the child s6-notifyoncheckLaurent Bercot2017-09-171-5/+22
|
* Switch to xpathexec_*Laurent Bercot2017-08-282-4/+2
|
* Add s6-notifyoncheckLaurent Bercot2017-08-192-0/+249
|
* Add s6_svc_lock_take() and s6_svc_lock_release()Laurent Bercot2017-07-121-1/+1
| | | | | | Allows fixing a race condition in s6-rc-init. s6-supervise also creates event/ before supervise/ so that locking the servicedir ensures event/ can be used.
* Add ftrigr_checksa(), rewrite s6_svlisten_loop() around itLaurent Bercot2017-06-141-15/+26
| | | | | | | - Fixes the race condition hit by permanent failure, i.e. two ftrig events close to each other - Requires storing the sequence of events client-side, so an additional stralloc, bleh - The visible struct ftrigr_s changes, so a major bump is needed -> prepare for 2.6.0.0 - ftrigr_check() is now a trivial wrapper around ftrigr_checksa()
* Add the timeout-kill feature to s6-supervise. Prepare for version 2.5.1.0.Laurent Bercot2017-05-191-2/+21
|
* bugfix: s6-svstat accepts -w, not -WLaurent Bercot2017-05-091-1/+1
|
* Fix trailing nulls in s6-svstat's outputLaurent Bercot2017-04-131-2/+2
|
* Clarify permanent failure API for s6-svwait -r and friends; update docLaurent Bercot2017-03-273-27/+20
|
* Stop using flagwant; new s6-svstat API; s6-svwait's timeout exitcode is now 99Laurent Bercot2017-03-253-47/+229
|
* Implement permanent failure for services via ./finish exiting 125Laurent Bercot2017-03-205-13/+38
|
* Change setpgrp() to setpgid(0, 0) because lolBSD don't have a standard ↵Laurent Bercot2017-03-141-1/+1
| | | | | | setpgrp(). How the fuck are the BSDs even still alive?
* Cleanup of superfluous includesLaurent Bercot2017-03-131-5/+0
|
* Fix argument order in memchr() !Laurent Bercot2017-03-122-2/+2
|
* Adapt to skalibs-2.5.0.0Laurent Bercot2017-03-1210-70/+64
|
* setpgrp() when nosetsid contains "setpgrp" (asked by Buck Evans)Laurent Bercot2017-02-191-2/+11
|
* Two-space indentation please :PLaurent Bercot2017-01-281-2/+2
|
* code style fix, types change in docLaurent Bercot2017-01-281-1/+1
|
* supervise: set down&ready (D) even on LASTFINISHOlivier Brunel2017-01-281-1/+7
| | | | Signed-off-by: Olivier Brunel <jjk@jjacky.com>
* Types fix, first passLaurent Bercot2017-01-129-25/+28
|
* Apply Eric's patch for spawn supportLaurent Bercot2016-08-161-0/+1
|
* Add spawn_lib supportLaurent Bercot2016-08-123-0/+3
|
* - s6-svscan defaults to -t0 instead of -t5000Laurent Bercot2016-03-181-1/+1
| | | | - rc for v2.3.0.0, waiting to update deps before releasing
* Fix argc check in s6-svlisten1Laurent Bercot2016-02-021-1/+1
|
* Use bracket expression instead of alternation in svlisten regexv2.2.4.3Laurent Bercot2016-01-081-1/+1
|
* - Fix selfpipe_read() invocation: the return is int, not charLaurent Bercot2015-11-301-2/+1
| | | | - Easier CROSS_COMPILE support in configure