summaryrefslogtreecommitdiff
path: root/src/supervision/s6-svscan.c
AgeCommit message (Collapse)Author
2020-12-04 Fix s6-svscan startupLaurent Bercot
2020-12-04 Big signal/command semantics change to svscan/supervise; add s6-svperms.Laurent Bercot
2020-12-02 Fix lock permissionsLaurent Bercot
2020-12-02 Fix build against skalibs-2.10.0.0Laurent Bercot
2020-11-28 Adapt to new exec.hLaurent Bercot
2020-11-27 Prepare for 2.10.0.0 ; store preliminary changes to s6-svscan/ctl.Laurent Bercot
2020-02-18 Add SIGPWR and SIGWINCH support to s6-svscanLaurent Bercot
2020-01-16 Use execv() where applicableLaurent Bercot
2020-01-15 Restore console fd on s6-svscan execLaurent Bercot
2020-01-15 Add console holder functionality to s6-svscanLaurent Bercot
2019-09-06 Adapt to new stopwatch APILaurent Bercot
2019-09-04 Separate wall clocks from stopwatchesLaurent Bercot
2018-10-22 bugfix: s6-svscan not always honoring scan deadlineLaurent Bercot
2018-04-20 Add -d notif to s6-svscan; this is only shallow readiness.Laurent Bercot
2017-08-28 Switch to xpathexec_*Laurent Bercot
2017-03-12 Adapt to skalibs-2.5.0.0Laurent Bercot
2017-01-12 Types fix, first passLaurent Bercot
2016-03-18 - s6-svscan defaults to -t0 instead of -t5000Laurent Bercot
- rc for v2.3.0.0, waiting to update deps before releasing
2015-10-06 - add -s support to s6-svscanLaurent Bercot
- change examples to support -s - change examples to invoke s6-rc, remove servicedirs
2015-10-05 - minor bugfix in s6-log (correct return when stat() fails)v2.2.1.1Laurent Bercot
- remove fucking -Bsymbolic - add s6-setsid to stage 1 example - prepare shutdown functionality for s6-svscan - version: 2.2.1.1
2015-09-01 s6-svscan bugfix: remove inactive dead services after the next scanLaurent Bercot
2015-06-17 - Add support for SIGUSR1 for poweroff in s6-svscanLaurent Bercot
- Optimize respawn delay in s6-supervise
2015-01-19 - added the s6_fdholder library to libs6. (Nothing useful yet.)Laurent Bercot
- fixed execline invocation in s6-log with slashpackage - integrated s6_svc_main.c's functionality into s6-svscanctl and deleted it - integrated Olivier Brunel's suggestions for wstat report in supervise/status - minor fixes to s6-supervise's status reports - separated sigaction calls in ftrigw_notifyb, this spares a few syscalls in s6-supervise - updated doc to reflect the changes - version bumped to 2.1.0.0 because API breakage (./finish, s6-svstat)
2014-12-05Initial commitLaurent Bercot