about summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 2.11.3.1, rlimit shenanigansLaurent Bercot2023-02-261-4/+16
* Autodetect socket endpoints in s6-ioconnect, deprecate -0167Laurent Bercot2023-02-091-17/+28
* Copy the new template, not the old one!Laurent Bercot2023-02-081-10/+15
* Add s6_servicedir_instances_recreate_offline functionsLaurent Bercot2023-02-084-0/+90
* Add s6-svc -QLaurent Bercot2023-02-062-25/+26
* Don't create instance/instances subdirs in s6-rc source defsLaurent Bercot2023-01-311-8/+10
* Prepare for 2.11.2.1, move template location, change file listLaurent Bercot2023-01-313-6/+20
* More bugfixesLaurent Bercot2023-01-112-63/+56
* Add s6-instance-list, s6-instance-status (no doc yet)Laurent Bercot2023-01-1011-37/+196
* Next batch of fixesLaurent Bercot2023-01-095-6/+27
* First batch of fixes, more to come >.>Laurent Bercot2023-01-095-21/+22
* Add instances implementation (still needs testing)Laurent Bercot2023-01-099-9/+283
* Refactor libs6auto, add s6-instance-maker (untested)Laurent Bercot2022-12-2312-192/+477
* Update execline dep; s6-envdir QoLLaurent Bercot2022-12-211-1/+1
* s6-log: add p directive to add a prefix to every lineLaurent Bercot2022-12-071-17/+48
* s6-svwait shouldn't exit early on supervisor deathLaurent Bercot2022-12-055-25/+34
* s6-ipcclient: more typo fixesLaurent Bercot2022-11-301-1/+1
* s6-svc: typo fixLaurent Bercot2022-11-301-1/+1
* Adapt to skalibs-2.13.0.0Laurent Bercot2022-11-2964-64/+64
* s6-supervise QoL: only skip 1-second restart delay when service was readyLaurent Bercot2022-10-041-13/+23
* s6-svscan QoL: close stdout on exit if catch-all logger is presentLaurent Bercot2022-09-281-3/+13
* bugfix: s6-accessrules-fs-from-cdb's incorrectly terminated stringLaurent Bercot2022-09-211-3/+3
* Add upper limit to -c in s6-svscanLaurent Bercot2022-08-212-1/+2
* Pass service name as an argument to the service scriptLaurent Bercot2022-08-201-2/+4
* Factor s6_auto_write_logrun into a new libs6autoLaurent Bercot2022-08-206-42/+78
* Add s6_servicedir_file_listLaurent Bercot2022-08-183-0/+50
* Fix allread errno managementLaurent Bercot2022-07-181-0/+4
* s6-supervise: also closethem() on -x in LASTFINISH for consistencyLaurent Bercot2022-06-281-1/+1
* s6-svscan: treat s6-svscan-log as a logger for s6-svscanctl purposesLaurent Bercot2022-06-281-22/+31
* bugfix: s6-supervise: -x should closethem() even in LASTUP stateLaurent Bercot2022-06-281-1/+1
* Prepare for 2.11.1.1; adapt to skalibs-2.12.0.0Laurent Bercot2022-06-086-6/+12
* Add noclamp option to s6-envdirLaurent Bercot2022-02-271-2/+3
* s6-log: restart event loop when closing stdin on signalLaurent Bercot2021-12-241-5/+5
* s6-log: clarify last_stdin logicLaurent Bercot2021-12-241-13/+6
* s6-socklog: also ensure stderr is openLaurent Bercot2021-12-051-1/+2
* Prepare for 2.11.0.1Laurent Bercot2021-12-031-1/+1
* Full userspace 1-copy s6-ioconnectLaurent Bercot2021-09-251-54/+69
* Doc fixes, s6-socklog min linelen -> 76, s6-ioconnect fixesLaurent Bercot2021-09-252-21/+23
* Better error messages for s6-ioconnectLaurent Bercot2021-09-241-3/+12
* Ensure proper detection of s6-svscan not running in all casesLaurent Bercot2021-09-171-0/+1
* Fix s6-svunlink PROGLaurent Bercot2021-09-081-2/+2
* svlink bugfixLaurent Bercot2021-09-071-1/+1
* Pass errno as unsigned charLaurent Bercot2021-09-0211-18/+18
* Use checkservicedir() in s6-svlinkLaurent Bercot2021-09-021-0/+1
* Remove race conditions in early services with this ONE SIMPLE TRICKLaurent Bercot2021-08-311-0/+6
* s6-svlink, s6-svunlink, .h changesLaurent Bercot2021-08-3070-130/+266
* s6-svdir-(un)link fixesLaurent Bercot2021-08-283-2/+5
* Add s6-svdir-link and s6-svdir-unlinkLaurent Bercot2021-08-289-149/+316
* Fix lameduck timeout in s6-socklogLaurent Bercot2021-08-191-5/+5
* Add s6-socklogLaurent Bercot2021-08-186-124/+345