| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | More fixes, ftrigr_string addition, doc update | Laurent Bercot | 2026-03-18 | 2 | -10/+9 |
| | | |||||
| * | s6-svscan trivial fix; s6-svunlink bugfix; start prep for 2.15.0.0 | Laurent Bercot | 2026-03-17 | 1 | -1/+1 |
| | | | | | | | | | s6_supervise_unlink_names can spawn a s6-ftrigrd to wait for an 'x' event. This creates a fifodir under $scandir/$name/event. But after the unlink, $scandir/$name doesn't exist anymore, so s6-ftrigrd fails to clean it up. To fix that, we subscribe with the realpath of $scandir/$name instead. | ||||
| * | Refactor ftrig using sass; clean up API a bit, update its users | Laurent Bercot | 2026-03-16 | 7 | -178/+252 |
| | | |||||
| * | Add initial cleanup to s6-svscan | Laurent Bercot | 2026-01-24 | 1 | -2/+21 |
| | | |||||
| * | s6-svscan can be the last living piece of a deleted s6 version and still work | Laurent Bercot | 2025-12-24 | 1 | -1/+1 |
| | | |||||
| * | POSIX guarantees that pid == pgid for session leaders! | Laurent Bercot | 2025-11-07 | 2 | -34/+13 |
| | | |||||
| * | stupid s6-svc bug fix | Laurent Bercot | 2025-11-04 | 1 | -1/+1 |
| | | |||||
| * | Improve s6-svc; prepare for 2.14.0.0 | Laurent Bercot | 2025-11-02 | 1 | -12/+19 |
| | | |||||
| * | s6-supervise: try getsid instead of getpgid, see what OpenBSD says | Laurent Bercot | 2025-10-28 | 1 | -2/+2 |
| | | |||||
| * | s6-background-watch: don't forget selfpipe_init | Laurent Bercot | 2025-10-27 | 1 | -0/+2 |
| | | |||||
| * | Obviously BSD stuff needs nonposix.h | Laurent Bercot | 2025-10-23 | 1 | -0/+2 |
| | | |||||
| * | More keventbridge fixes | Laurent Bercot | 2025-10-22 | 1 | -6/+3 |
| | | |||||
| * | Fix keventbridge_start invocation | Laurent Bercot | 2025-10-22 | 1 | -1/+2 |
| | | |||||
| * | Change s6-background-watch to use keventbridge | Laurent Bercot | 2025-10-22 | 1 | -70/+17 |
| | | |||||
| * | Support procctl in s6-background-watch | Laurent Bercot | 2025-10-22 | 1 | -13/+25 |
| | | |||||
| * | Fix storage of struct thinfo_s in s6-background-watch | Laurent Bercot | 2025-10-22 | 1 | -7/+8 |
| | | |||||
| * | Add some doc, improve s6-background-watch | Laurent Bercot | 2025-10-22 | 2 | -16/+25 |
| | | |||||
| * | Add s6-background-watch (untested) | Laurent Bercot | 2025-10-20 | 2 | -0/+301 |
| | | |||||
| * | s6-supervise: create supervise/service-lock on the first time | Laurent Bercot | 2025-09-25 | 1 | -1/+1 |
| | | |||||
| * | pkg-config support, templated configure, etc. | Laurent Bercot | 2025-04-27 | 2 | -17/+26 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Readability improvement in s6-supervise.c | Laurent Bercot | 2025-04-06 | 1 | -2/+4 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Prepare for 2.13.1.0; add flag-newpidns | Laurent Bercot | 2024-10-04 | 1 | -1/+10 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | bugfix: make lock-fd actually work! | Laurent Bercot | 2024-09-12 | 1 | -2/+2 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Revert the fix, it's bad | Laurent Bercot | 2024-08-20 | 1 | -23/+10 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Tentatively fix selfpipe clobbering by notification-fd | Laurent Bercot | 2024-08-18 | 1 | -10/+23 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | s6-supervise: Don't add '(child)' to the end of PROG | Josiah Frentsos via skaware | 2024-06-07 | 1 | -2/+1 |
| | | | | | | | | This has been unnecessary since commit 970bbeb622573a80381f0f32e6f287195182c0e0. Signed-off-by: Josiah Frentsos <jfrent@tilde.team> | ||||
| * | Add process group support to s6-supervise | Laurent Bercot | 2024-05-07 | 3 | -39/+95 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Prepare for 2.12.0.4; also close s6-svscan's stderr on exit when special | Laurent Bercot | 2024-04-15 | 1 | -0/+2 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Prepare for 2.12.0.2; fix scheduling of rescans/restarts in s6-svscan | Laurent Bercot | 2023-11-20 | 1 | -2/+2 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | bugfix: s6-svscan didn't delay killing until scan. Prepare for 2.12.0.1. | Laurent Bercot | 2023-11-08 | 1 | -13/+28 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | version: 2.12.0.0v2.12.0.0 | Laurent Bercot | 2023-11-06 | 1 | -1/+0 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | s6-supervise: don't warn on ENOENT for ./finish | Laurent Bercot | 2023-10-27 | 1 | -1/+1 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Defork s6-supervise (!) | Laurent Bercot | 2023-09-11 | 1 | -127/+79 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Adapt to skalibs-2.14 | Laurent Bercot | 2023-09-09 | 4 | -30/+35 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Use open safe wrappers; remove debug boilerplate | Laurent Bercot | 2023-07-06 | 1 | -64/+11 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Loosen nonzero servicedirs requirement on s6-svwait/s6-svlisten | Laurent Bercot | 2023-06-25 | 2 | -2/+4 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Document new s6-svscan options | Laurent Bercot | 2023-06-24 | 1 | -1/+1 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | More better debug info | Laurent Bercot | 2023-06-20 | 1 | -2/+2 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | More debug information | Laurent Bercot | 2023-06-20 | 1 | -12/+33 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | New and improved s6-svscan | Laurent Bercot | 2023-06-14 | 1 | -336/+469 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Add s6-svc -s; prepare for 2.11.4.0 | Laurent Bercot | 2023-05-25 | 1 | -2/+30 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Simplify selfpipe management | Laurent Bercot | 2023-04-07 | 5 | -13/+12 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Add s6-svc -Q | Laurent Bercot | 2023-02-06 | 2 | -25/+26 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | More bugfixes | Laurent Bercot | 2023-01-11 | 2 | -63/+56 |
| | | | | | | | And doc fixes Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Next batch of fixes | Laurent Bercot | 2023-01-09 | 1 | -1/+1 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Add instances implementation (still needs testing) | Laurent Bercot | 2023-01-09 | 1 | -7/+38 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | s6-svwait shouldn't exit early on supervisor death | Laurent Bercot | 2022-12-05 | 5 | -25/+34 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | s6-svc: typo fix | Laurent Bercot | 2022-11-30 | 1 | -1/+1 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Adapt to skalibs-2.13.0.0 | Laurent Bercot | 2022-11-29 | 18 | -18/+18 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | s6-supervise QoL: only skip 1-second restart delay when service was ready | Laurent Bercot | 2022-10-04 | 1 | -13/+23 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
