Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-30 | s6-svlink, s6-svunlink, .h changes | Laurent Bercot | |
Renamed from s6-svdir-(un)link. Doc added. Full functionality added. Still need to be tested. Unrelated: .h names simplified. Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-08-10 | Finalize preparation for 2.11.0.02.11.0.0 | Laurent 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-05-05 | Prepare for 2.10.1.0 | Laurent Bercot | |
2021-04-13 | Prepare for 2.10.0.3 | Laurent Bercot | |
2021-02-11 | Prepare for 2.10.0.2 | Laurent Bercot | |
2021-01-22 | Prepare for 2.10.0.1 | Laurent Bercot | |
2021-01-07 | Add s6-usertree-maker | Laurent Bercot | |
2021-01-02 | Document optional nsss dependency | Laurent Bercot | |
2020-12-04 | Big signal/command semantics change to svscan/supervise; add s6-svperms. | Laurent Bercot | |
2020-11-30 | Bump skalibs dep | Laurent Bercot | |
2020-11-27 | Prepare for 2.10.0.0 ; store preliminary changes to s6-svscan/ctl. | Laurent Bercot | |
2020-10-26 | Prepare for 2.9.2.1; add dangling symlink support | Laurent Bercot | |
2020-04-06 | Update dependencies | Laurent Bercot | |
2020-03-30 | heliocat's html fixes | Laurent Bercot | |
2020-03-16 | Add -d to s6-sudod; prepare for 2.9.2.0 | Laurent Bercot | |
2020-03-04 | Doc typo fix | Laurent Bercot | |
2020-02-18 | Add SIGPWR and SIGWINCH support to s6-svscan | Laurent Bercot | |
2020-01-27 | Update dependencies | Laurent Bercot | |
2020-01-15 | Add console holder functionality to s6-svscan | Laurent Bercot | |
2019-12-23 | Prepare for 2.9.1.0 | Laurent Bercot | |
2019-10-21 | Prepare for 2.9.0.1 | Laurent Bercot | |
2019-08-09 | Prepare for 2.9.0.0 | Laurent Bercot | |
2019-07-03 | Update doc to reflect the removal of s6-fdholder-*c programs | Laurent Bercot | |
2019-05-14 | Prepare for 2.8.0.1 | Laurent Bercot | |
2019-03-18 | Add upgrade notice to doc/upgrade.html | Laurent Bercot | |
2019-02-24 | Build everything as PIC by default | Laurent Bercot | |
2019-02-12 | Update execline dep | Laurent Bercot | |
2019-02-04 | Revert -I, but add uid/self and gid/self to uidgid accessrules checking | Laurent Bercot | |
2019-02-04 | Add -I option to s6-ipcserver-access | Laurent Bercot | |
2019-01-15 | Prepare for 2.8.0.0 | Laurent 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.2 | Laurent Bercot | |
2018-09-16 | version: 2.7.2.1v2.7.2.1 | Laurent Bercot | |
2018-08-01 | Document nsss support | Laurent Bercot | |
2018-07-21 | Adapt to skalibs-2.7.0.0 | Laurent Bercot | |
2018-06-15 | Document dependencies correctly | Laurent Bercot | |
2018-06-15 | Down signal customization: add ./down-signal file and s6-svc -r | Laurent Bercot | |
2018-04-20 | Add -d notif to s6-svscan; this is only shallow readiness. | Laurent Bercot | |
2018-03-26 | Bugfix: inverted warning condition on s6_dtally_write (non-critical) | Laurent Bercot | |
2018-03-21 | Add s6-svdt-clear, s6-permafailon | Laurent Bercot | |
2018-03-20 | Add s6-svdt, change default max tally to 100, add doc, prepare for 2.7.1.0 | Laurent Bercot | |
2018-03-02 | Make s6-svwait et al. exit instead of hang if s6-supervise dies | Laurent Bercot | |
2018-02-02 | Credit smaeul, prepare for 2.7.0.1 | Laurent Bercot | |
2017-12-22 | Port ftrigr and s6lock to textclient | Laurent Bercot | |
2017-11-27 | Add s6_fdholder_start/end, prepare for 2.6.2.0 | Laurent Bercot | |
2017-10-05 | Better *FLAGS management; prepare for 2.6.1.1 | Laurent Bercot | |
2017-08-22 | Prepare for 2.6.1.0 | Laurent 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. | |||
2017-06-14 | Add ftrigr_checksa(), rewrite s6_svlisten_loop() around it | Laurent Bercot | |
- 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() |