summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-11-29 Adapt to skalibs-2.13.0.0Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-10-04 s6-supervise QoL: only skip 1-second restart delay when service was readyLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-09-28 s6-svscan QoL: close stdout on exit if catch-all logger is presentLaurent Bercot
This should allow the catch-all logger to exit at the same time. Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-09-21 bugfix: s6-accessrules-fs-from-cdb's incorrectly terminated stringLaurent Bercot
Also overview typo fix. Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-08-21 Add upper limit to -c in s6-svscanLaurent Bercot
Also document it, and document changes to s6-supervise Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-08-20 Pass service name as an argument to the service scriptLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-08-20 Factor s6_auto_write_logrun into a new libs6autoLaurent Bercot
libs6auto distinct from libs6 because of execline dep. Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-08-18 Add s6_servicedir_file_listLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-07-18 Fix allread errno managementLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-06-28 s6-supervise: also closethem() on -x in LASTFINISH for consistencyLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-06-28 s6-svscan: treat s6-svscan-log as a logger for s6-svscanctl purposesLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-06-28 bugfix: s6-supervise: -x should closethem() even in LASTUP stateLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-06-08 Prepare for 2.11.1.1; adapt to skalibs-2.12.0.0Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-02-27 Add noclamp option to s6-envdirLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-12-24 s6-log: restart event loop when closing stdin on signalLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-12-24 s6-log: clarify last_stdin logicLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-12-05 s6-socklog: also ensure stderr is openLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-12-03 Prepare for 2.11.0.1Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-09-25 Full userspace 1-copy s6-ioconnectLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-09-25 Doc fixes, s6-socklog min linelen -> 76, s6-ioconnect fixesLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-09-24 Better error messages for s6-ioconnectLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-09-17 Ensure proper detection of s6-svscan not running in all casesLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-09-08 Fix s6-svunlink PROGLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-09-07 svlink bugfixLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-09-02 Pass errno as unsigned charLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-09-02 Use checkservicedir() in s6-svlinkLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-08-31 Remove race conditions in early services with this ONE SIMPLE TRICKLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-08-30 s6-svlink, s6-svunlink, .h changesLaurent 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-28 s6-svdir-(un)link fixesLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-08-28 Add s6-svdir-link and s6-svdir-unlinkLaurent Bercot
Not tested yet; not documented yet; to come soon. Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-08-19 Fix lameduck timeout in s6-socklogLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-08-18 Add s6-socklogLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-08-14 Fix buildLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-08-09 skalibs-2.11.0.0 API changeLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-07-24 Change to cdb_find_stateLaurent 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-18 Add lock-fd feature to s6-superviseLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-05-21 Trivial syscall number optimizationLaurent Bercot
2021-05-06 bugfix: rare fd leak in s6-logLaurent Bercot
2021-05-06 Comment typo fixLaurent Bercot
2021-05-04 Also allow shared locks in s6lockd-helperLaurent Bercot
2021-04-25 Add s6-svwait -r | -R supportLaurent Bercot
2021-04-12 bugfix: umask in s6-usertree-makerLaurent Bercot
2021-04-03 bugfix: setlock -rLaurent Bercot
2021-03-13s6-log: Recommend the usage of a -- argument separatorMira Ressel
Logging scripts will commonly start with a -, which will trigger a parsing error that might not be obvious to users when no argument separator is used.
2021-02-26 bugfix: call ftrigrd and lockd via the non-versioned pathLaurent Bercot
2021-02-11 bugfix: unignore SIGPIPE before execing a user-controlled processLaurent Bercot
2021-01-22 bugfix: make s6-log -l actually splitLaurent Bercot
2021-01-22 bugfix: multisubstitute order in s6-usertree-makerLaurent Bercot
Reported by mumahendras.
2021-01-08 s6-u-m fixes and doc fixesLaurent Bercot