about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: make lock-fd actually work! HEAD masterLaurent Bercot2024-09-121-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Revert the fix, it's badLaurent Bercot2024-08-201-23/+10
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Tentatively fix selfpipe clobbering by notification-fdLaurent Bercot2024-08-182-10/+24
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* formatting bugfix in s6-socklogLaurent Bercot2024-08-092-1/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix Solaris 10 buildLaurent Bercot2024-07-165-5/+11
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* doc: link s6-setlock.html from index.htmlLaurent Bercot2024-07-151-0/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add 66 to the list of service managersLaurent Bercot2024-07-081-0/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Tentative fix for s6_fdholder_setdump()Laurent Bercot2024-06-201-32/+34
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.13.0.1Laurent Bercot2024-06-205-4/+17
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* s6-supervise: Don't add '(child)' to the end of PROGJosiah Frentsos via skaware2024-06-071-2/+1
| | | | | | | This has been unnecessary since commit 970bbeb622573a80381f0f32e6f287195182c0e0. Signed-off-by: Josiah Frentsos <jfrent@tilde.team>
* version: 2.13.0.0 v2.13.0.0Laurent Bercot2024-06-071-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.13.0.0 (last commit); update depsLaurent Bercot2024-06-063-3/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add process group support to s6-superviseLaurent Bercot2024-05-0713-58/+142
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* this is why I hate free's signatureLaurent Bercot2024-05-051-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* s6-ftrigrd: don't have in-object pointers when reallocingLaurent Bercot2024-05-051-6/+15
| | | | | | | | | | | | | | Make all pointers out-of-object, even if that means an additional alloc. Objects that move need to be flat, so in the absence of a proper multi-object storage structure, deep allocs is the only solution. The alternative is to use gensetdyn so objects don't move, but here we already have a ftrig1_t, a stralloc and a regex_t making deep allocs, so who cares about one more - the overhead of gensetdyn is probably more expensive. Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Restore cleanups in s6-ftrigrd; fix an old bug and a new bugLaurent Bercot2024-05-034-14/+47
| | | | | | | | ftrigw_clean() didn't clean properly. ftrig1_make() didn't give enough perms to the fifo, notification could fail in certain cases. Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Update depsLaurent Bercot2024-04-273-2/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* bugfix: bad length computation in s6-ftrigrdLaurent Bercot2024-04-251-8/+10
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.12.0.5Laurent Bercot2024-04-184-3/+16
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Don't limit the amount of fifodirs s6-ftrigrd can listen toLaurent Bercot2024-04-183-63/+42
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix doc typoLaurent Bercot2024-04-171-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 2.12.0.4 v2.12.0.4Laurent Bercot2024-04-152-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.12.0.4; also close s6-svscan's stderr on exit when specialLaurent Bercot2024-04-157-7/+24
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Remove s6-tcpserver[4|6] mentions from doc (now unified)Laurent Bercot2024-01-073-11/+8
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 2.12.0.3 v2.12.0.3Laurent Bercot2023-12-211-2/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.12.0.3Laurent Bercot2023-12-205-4/+17
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix small UB when no selection in s6-logLaurent Bercot2023-12-181-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Adapt to working socket_recv46()Laurent Bercot2023-12-111-1/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 2.12.0.2 v2.12.0.2Laurent Bercot2023-11-201-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.12.0.2; fix scheduling of rescans/restarts in s6-svscanLaurent Bercot2023-11-205-4/+16
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 2.12.0.1 v2.12.0.1Laurent Bercot2023-11-204-3/+10
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* bugfix: s6-svscan didn't delay killing until scan. Prepare for 2.12.0.1.Laurent Bercot2023-11-084-15/+36
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 2.12.0.0 v2.12.0.0Laurent Bercot2023-11-061-1/+0
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* s6-supervise: don't warn on ENOENT for ./finishLaurent Bercot2023-10-271-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix old type defLaurent Bercot2023-10-121-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add note that s6-notifyoncheck must have the servicedir as cwdLaurent Bercot2023-10-031-0/+11
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Simpler MakefileLaurent Bercot2023-09-221-7/+7
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* doc typo fixLaurent Bercot2023-09-151-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Remove s6_ucspiserver_spawnLaurent Bercot2023-09-125-35/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Defork s6-logLaurent Bercot2023-09-123-32/+19
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Defork s6-fghackLaurent Bercot2023-09-124-53/+26
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Defork s6-supervise (!)Laurent Bercot2023-09-111-127/+79
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Defork s6-sudodLaurent Bercot2023-09-114-38/+15
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Better s6-setlock; delete the s6lock subsystemLaurent Bercot2023-09-1131-1097/+87
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Update depsLaurent Bercot2023-09-094-9/+13
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Adapt to skalibs-2.14Laurent Bercot2023-09-099-134/+49
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* child_spawn_workaround is public nowLaurent Bercot2023-09-082-5/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add ucspiserver.h, support posix_spawn() in s6-ipcserverdLaurent Bercot2023-09-087-47/+169
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Meh, link to archive.org is betterLaurent Bercot2023-08-101-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Replace dead superscript link with an (older) cr.yp.to oneLaurent Bercot2023-08-101-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>