summaryrefslogtreecommitdiff
path: root/doc/index.html
AgeCommit message (Collapse)Author
2021-08-10 Finalize preparation for 2.11.0.02.11.0.0Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-07-23 Prepare for 2.11.0.0, adapt to skalibs-2.11.0.0 (cdb changes)Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-06-17 Add CONTRIBUTING and DCO files; fix link to mailing-listLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-05-24 Document move to OFTCLaurent Bercot
2021-05-05 Prepare for 2.10.1.0Laurent Bercot
2021-04-13 Prepare for 2.10.0.3Laurent Bercot
2021-02-11 Prepare for 2.10.0.2Laurent Bercot
2021-01-22 Prepare for 2.10.0.1Laurent Bercot
2021-01-07 Add s6-usertree-makerLaurent Bercot
2021-01-02 Document optional nsss dependencyLaurent Bercot
2020-12-04 Big signal/command semantics change to svscan/supervise; add s6-svperms.Laurent Bercot
2020-11-30 Bump skalibs depLaurent Bercot
2020-11-27 Prepare for 2.10.0.0 ; store preliminary changes to s6-svscan/ctl.Laurent Bercot
2020-11-02 Update link from 0pointer.de to 0pointer.netLaurent Bercot
2020-10-26 Prepare for 2.9.2.1; add dangling symlink supportLaurent Bercot
2020-09-16 Link to the s6-man-pages projectLaurent Bercot
2020-09-16 Documentation fixes, by flexibeastLaurent Bercot
2020-04-06 Update dependenciesLaurent Bercot
2020-03-30 heliocat's html fixesLaurent Bercot
2020-03-30 Doc typo fixLaurent Bercot
2020-03-16 Add -d to s6-sudod; prepare for 2.9.2.0Laurent Bercot
2020-01-27 Update dependenciesLaurent Bercot
2019-12-23 Prepare for 2.9.1.0Laurent 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-11-15 doc fix: nosh -> plain httpLaurent Bercot
2019-10-21 Prepare for 2.9.0.1Laurent Bercot
2019-08-09 Prepare for 2.9.0.0Laurent Bercot
2019-07-30 Move systemd page out of the s6 packageLaurent Bercot
2019-07-03 Remove s6-fdholder-*c programsLaurent Bercot
The doc still needs to be updated.
2019-05-14 Prepare for 2.8.0.1Laurent Bercot
2019-03-04 version: 2.8.0.0v2.8.0.0Laurent Bercot
2019-02-12 Update execline depLaurent Bercot
2019-01-15 Prepare for 2.8.0.0Laurent Bercot
2019-01-09 Use mkptemp() in s6-ftrigrd. Prepare for 2.7.2.3.Laurent Bercot
2018-11-14 version: 2.7.2.2v2.7.2.2Laurent Bercot
2018-09-16 version: 2.7.2.1v2.7.2.1Laurent Bercot
2018-07-21 Adapt to skalibs-2.7.0.0Laurent Bercot
2018-06-15 Document dependencies correctlyLaurent Bercot
2018-03-26 Bugfix: inverted warning condition on s6_dtally_write (non-critical)Laurent Bercot
2018-03-21 Add s6-svdt-clear, s6-permafailonLaurent Bercot
2018-03-20 Add s6-svdt, change default max tally to 100, add doc, prepare for 2.7.1.0Laurent Bercot
2018-03-02 Make s6-svwait et al. exit instead of hang if s6-supervise diesLaurent Bercot
2018-02-02 Credit smaeul, prepare for 2.7.0.1Laurent Bercot
2017-12-22 Port ftrigr and s6lock to textclientLaurent Bercot
2017-11-27 Add s6_fdholder_start/end, prepare for 2.6.2.0Laurent Bercot
2017-10-05 Better *FLAGS management; prepare for 2.6.1.1Laurent Bercot
2017-08-28 Switch to xpathexec_*Laurent Bercot
2017-08-22 Prepare for 2.6.1.0Laurent Bercot
2017-08-19 Add s6-notifyoncheckLaurent Bercot
2017-07-12 Add s6_svc_lock_take() and s6_svc_lock_release()Laurent Bercot
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.