about summary refs log tree commit diff
path: root/doc/libs6
Commit message (Collapse)AuthorAgeFilesLines
* Better s6-setlock; delete the s6lock subsystemLaurent Bercot2023-09-114-372/+0
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Doc fixLaurent Bercot2022-10-261-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* doc fix (thx Obarun)Laurent Bercot2022-03-161-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Doc fixesLaurent Bercot2021-09-181-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* s6-svlink, s6-svunlink, .h changesLaurent Bercot2021-08-303-6/+6
| | | | | | | | | 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>
* Documentation fixes, by flexibeastLaurent Bercot2020-09-166-23/+23
|
* heliocat's html fixesLaurent Bercot2020-03-303-4/+7
|
* Update tainnow.lib mentions in docLaurent Bercot2019-09-211-1/+1
|
* Update doc to reflect the removal of s6-fdholder-*c programsLaurent Bercot2019-07-031-2/+1
|
* Revert -I, but add uid/self and gid/self to uidgid accessrules checkingLaurent Bercot2019-02-041-4/+11
|
* doc fix: textclient, not skaclientLaurent Bercot2018-02-041-2/+1
|
* Add s6_fdholder_start/end, prepare for 2.6.2.0Laurent Bercot2017-11-271-0/+22
|
* Doc typo fixLaurent Bercot2017-08-161-1/+1
|
* Add ftrigr_updateb()Laurent Bercot2017-07-161-4/+25
|
* Add ftrigr_checksa(), rewrite s6_svlisten_loop() around itLaurent Bercot2017-06-141-0/+21
| | | | | | | - 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()
* Switch doc to schemeless URLsLaurent Bercot2017-05-239-37/+37
|
* Adapt to skalibs-2.5.0.0Laurent Bercot2017-03-125-14/+14
|
* code style fix, types change in docLaurent Bercot2017-01-282-5/+5
|
* Document the types change (uid_t and gid_t in accessrules)Laurent Bercot2017-01-241-2/+2
|
* Doc typo fixLaurent Bercot2016-02-291-1/+1
|
* - add -s support to s6-svscanLaurent Bercot2015-10-061-1/+1
| | | | | - change examples to support -s - change examples to invoke s6-rc, remove servicedirs
* Make all doc mobile-readable according to Google standardsLaurent Bercot2015-05-079-0/+9
|
* - added s6-fdholder-delete(c)Laurent Bercot2015-01-263-2/+214
| | | | | | - small s6-fdholder-* fixes - s6-fdholder documentation (in review) - s6_svstatus_* bugfix (thanks Olivier Brunel)
* Move Unix domain utilities and access control utilites,Laurent Bercot2015-01-158-0/+1214
as well as the accessrules library, from s6-networking to here