summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-01-15 Add console holder functionality to s6-svscanLaurent Bercot
2019-12-23 Make execline dependency optionalLaurent Bercot
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.
2019-12-23 Add ?processor support to s6-logLaurent Bercot
2019-12-20 Always execute execline scripts with -PLaurent Bercot
2019-09-21 Remove tainnow.lib dependencyLaurent Bercot
2019-09-06 Adapt to new stopwatch APILaurent Bercot
2019-09-04 Separate wall clocks from stopwatchesLaurent Bercot
2019-07-03 Remove s6-fdholder-*c programsLaurent Bercot
The doc still needs to be updated.
2019-05-14 bugfix: s6-ipcserverd: fix spurious warning when at maxconnLaurent Bercot
2019-05-11 Accept empty regexes even on BSDsLaurent Bercot
2019-03-25 Reestablish directory checking in s6-svc/s6-svscanctl without commandsLaurent Bercot
2019-02-19 Adaptation to skalibs/posixishard.hLaurent Bercot
2019-02-04 Revert -I, but add uid/self and gid/self to uidgid accessrules checkingLaurent Bercot
2019-02-04 Add -I option to s6-ipcserver-accessLaurent Bercot
2019-02-01Don't deprecate ftrig1_init: remove it. (major bump inc anyway)Laurent Bercot
2019-02-01 Fix s6-sudoc error message when it fails to connectLaurent Bercot
2019-02-01 The ftrig1 must be read nonblocking by s6-ftrigrd, duh!Laurent Bercot
GOD WHY AM I SUCH AN IDIOT
2019-01-31 Make "s6-svc -wu foo" wait for foo to be up. Document supervise/ creation.Laurent Bercot
2019-01-29 Revert truncate() change in s6-log (thanks obarun for the report)Laurent Bercot
2019-01-23 bugfix: correctly handle s6-svc -XLaurent Bercot
2019-01-15 Add readiness notification to s6-log, and 8kB default on -lLaurent Bercot
2019-01-09 Use mkptemp() in s6-ftrigrd. Prepare for 2.7.2.3.Laurent Bercot
2018-12-17 bugfix: s6-svc -r wasn't acceptedLaurent Bercot
2018-10-22 bugfix: s6-svscan not always honoring scan deadlineLaurent Bercot
2018-09-14 bugfix: UB in s6-fdholderd's do_listLaurent Bercot
2018-09-06 bugfix: s6lockd-helper is in LIBEXECPREFIXLaurent Bercot
Thanks to Shengjing Zhu.
2018-08-01 Add nsss supportLaurent Bercot
2018-08-01 Include prot_readgroups() into s6-envuidgidLaurent Bercot
2018-07-21 More build fixes for skalibs-2.7.0.0Laurent Bercot
2018-07-21 Adapt to skalibs-2.7.0.0Laurent Bercot
2018-06-15 Down signal customization: add ./down-signal file and s6-svc -rLaurent Bercot
2018-04-20 Add -d notif to s6-svscan; this is only shallow readiness.Laurent Bercot
2018-04-11 Add -B option to s6-ipcserver-socketbinder for blocking socketsLaurent Bercot
2018-03-26 Bugfix: inverted warning condition on s6_dtally_write (non-critical)Laurent Bercot
2018-03-24 Fix minor bugs in s6-permafailonLaurent Bercot
2018-03-24 Fix off-by-one in s6-svdt-clearLaurent Bercot
2018-03-21 Add s6-svdt-clear, s6-permafailonLaurent Bercot
2018-03-21 Add -g option to s6-tai64nlocalLaurent Bercot
2018-03-20 Add s6-svdt, change default max tally to 100, add doc, prepare for 2.7.1.0Laurent Bercot
2018-03-20 Add throttling support to s6-svstatLaurent Bercot
2018-03-20 Add death tally support to s6-supervise, throttling support to s6_svstatus_tLaurent Bercot
2018-03-02 Make s6-svwait et al. exit instead of hang if s6-supervise diesLaurent Bercot
2018-02-02 cosmetic fix: print unchanged line instead of nonsense when s6-tai64nlocal ↵Laurent Bercot
can't convert time
2018-01-03 Use child_spawn2 instead of child_spawn in s6-setlockLaurent Bercot
2017-12-22 Port ftrigr and s6lock to textclientLaurent Bercot
2017-12-11 Bugfix: s6-fdholderd crash when regex defs not presentLaurent Bercot
2017-12-11 Add "-a perms" option to s6-ipcserver(-socketbinder)Laurent Bercot
2017-11-27 Add s6_fdholder_start/end, prepare for 2.6.2.0Laurent Bercot
2017-11-22 Add SKALIBS_HASODIRECTORY supportLaurent Bercot
2017-11-10 More accurate exit code and clearer error messages for s6-svc and s6-svscanctlLaurent Bercot