Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bugfix: make lock-fd actually work! HEAD master | 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 | 2 | -10/+24 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | formatting bugfix in s6-socklog | Laurent Bercot | 2024-08-09 | 2 | -1/+2 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Fix Solaris 10 build | Laurent Bercot | 2024-07-16 | 5 | -5/+11 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | doc: link s6-setlock.html from index.html | Laurent Bercot | 2024-07-15 | 1 | -0/+1 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Add 66 to the list of service managers | Laurent Bercot | 2024-07-08 | 1 | -0/+2 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Tentative fix for s6_fdholder_setdump() | Laurent Bercot | 2024-06-20 | 1 | -32/+34 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Prepare for 2.13.0.1 | Laurent Bercot | 2024-06-20 | 5 | -4/+17 |
| | | | | 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> | ||||
* | version: 2.13.0.0 v2.13.0.0 | Laurent Bercot | 2024-06-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Prepare for 2.13.0.0 (last commit); update deps | Laurent Bercot | 2024-06-06 | 3 | -3/+3 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Add process group support to s6-supervise | Laurent Bercot | 2024-05-07 | 13 | -58/+142 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | this is why I hate free's signature | Laurent Bercot | 2024-05-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | s6-ftrigrd: don't have in-object pointers when reallocing | Laurent Bercot | 2024-05-05 | 1 | -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 bug | Laurent Bercot | 2024-05-03 | 4 | -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 deps | Laurent Bercot | 2024-04-27 | 3 | -2/+4 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | bugfix: bad length computation in s6-ftrigrd | Laurent Bercot | 2024-04-25 | 1 | -8/+10 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Prepare for 2.12.0.5 | Laurent Bercot | 2024-04-18 | 4 | -3/+16 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Don't limit the amount of fifodirs s6-ftrigrd can listen to | Laurent Bercot | 2024-04-18 | 3 | -63/+42 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Fix doc typo | Laurent Bercot | 2024-04-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | version: 2.12.0.4 v2.12.0.4 | Laurent Bercot | 2024-04-15 | 2 | -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 special | Laurent Bercot | 2024-04-15 | 7 | -7/+24 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Remove s6-tcpserver[4|6] mentions from doc (now unified) | Laurent Bercot | 2024-01-07 | 3 | -11/+8 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | version: 2.12.0.3 v2.12.0.3 | Laurent Bercot | 2023-12-21 | 1 | -2/+1 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Prepare for 2.12.0.3 | Laurent Bercot | 2023-12-20 | 5 | -4/+17 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Fix small UB when no selection in s6-log | Laurent Bercot | 2023-12-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Adapt to working socket_recv46() | Laurent Bercot | 2023-12-11 | 1 | -1/+3 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | version: 2.12.0.2 v2.12.0.2 | Laurent Bercot | 2023-11-20 | 1 | -2/+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 | 5 | -4/+16 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | version: 2.12.0.1 v2.12.0.1 | Laurent Bercot | 2023-11-20 | 4 | -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 Bercot | 2023-11-08 | 4 | -15/+36 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | version: 2.12.0.0 v2.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> | ||||
* | Fix old type def | Laurent Bercot | 2023-10-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Add note that s6-notifyoncheck must have the servicedir as cwd | Laurent Bercot | 2023-10-03 | 1 | -0/+11 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Simpler Makefile | Laurent Bercot | 2023-09-22 | 1 | -7/+7 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | doc typo fix | Laurent Bercot | 2023-09-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Remove s6_ucspiserver_spawn | Laurent Bercot | 2023-09-12 | 5 | -35/+4 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Defork s6-log | Laurent Bercot | 2023-09-12 | 3 | -32/+19 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Defork s6-fghack | Laurent Bercot | 2023-09-12 | 4 | -53/+26 |
| | | | | 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> | ||||
* | Defork s6-sudod | Laurent Bercot | 2023-09-11 | 4 | -38/+15 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Better s6-setlock; delete the s6lock subsystem | Laurent Bercot | 2023-09-11 | 31 | -1097/+87 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Update deps | Laurent Bercot | 2023-09-09 | 4 | -9/+13 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Adapt to skalibs-2.14 | Laurent Bercot | 2023-09-09 | 9 | -134/+49 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | child_spawn_workaround is public now | Laurent Bercot | 2023-09-08 | 2 | -5/+1 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Add ucspiserver.h, support posix_spawn() in s6-ipcserverd | Laurent Bercot | 2023-09-08 | 7 | -47/+169 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Meh, link to archive.org is better | Laurent Bercot | 2023-08-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
* | Replace dead superscript link with an (older) cr.yp.to one | Laurent Bercot | 2023-08-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> |