| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add process group support to s6-supervise | Laurent Bercot | 2024-05-07 | 6 | -47/+108 |
| | | | | | 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 | 3 | -13/+46 |
| | | | | | | | | | 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> | ||||
| * | bugfix: bad length computation in s6-ftrigrd | Laurent Bercot | 2024-04-25 | 1 | -8/+10 |
| | | | | | 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 | 2 | -62/+41 |
| | | | | | 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> | ||||
| * | 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> | ||||
| * | 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> | ||||
| * | Fix old type def | Laurent Bercot | 2023-10-12 | 1 | -1/+1 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Remove s6_ucspiserver_spawn | Laurent Bercot | 2023-09-12 | 4 | -30/+0 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Defork s6-log | Laurent Bercot | 2023-09-12 | 2 | -31/+18 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Defork s6-fghack | Laurent Bercot | 2023-09-12 | 2 | -48/+20 |
| | | | | | 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 | 3 | -36/+13 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Better s6-setlock; delete the s6lock subsystem | Laurent Bercot | 2023-09-11 | 19 | -672/+61 |
| | | | | | 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 | 6 | -41/+162 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Use open safe wrappers; remove debug boilerplate | Laurent Bercot | 2023-07-06 | 2 | -68/+15 |
| | | | | | 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> | ||||
| * | Adapt s6-fdholderd to fixed iter_func type | Laurent Bercot | 2023-06-14 | 1 | -4/+4 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Add -t lastlinetimeout option to s6-log | Laurent Bercot | 2023-05-26 | 1 | -31/+40 |
| | | | | | 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 | 7 | -21/+16 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Remove obsolete declaration | Laurent Bercot | 2023-03-09 | 1 | -1/+0 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Prepare for 2.11.3.1, rlimit shenanigans | Laurent Bercot | 2023-02-26 | 1 | -4/+16 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Autodetect socket endpoints in s6-ioconnect, deprecate -0167 | Laurent Bercot | 2023-02-09 | 1 | -17/+28 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Copy the new template, not the old one! | Laurent Bercot | 2023-02-08 | 1 | -10/+15 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Add s6_servicedir_instances_recreate_offline functions | Laurent Bercot | 2023-02-08 | 4 | -0/+90 |
| | | | | | | | | This will be used for more transparent instance management in s6-rc. 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> | ||||
| * | Don't create instance/instances subdirs in s6-rc source defs | Laurent Bercot | 2023-01-31 | 1 | -8/+10 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Prepare for 2.11.2.1, move template location, change file list | Laurent Bercot | 2023-01-31 | 3 | -6/+20 |
| | | | | | 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> | ||||
| * | Add s6-instance-list, s6-instance-status (no doc yet) | Laurent Bercot | 2023-01-10 | 11 | -37/+196 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Next batch of fixes | Laurent Bercot | 2023-01-09 | 5 | -6/+27 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | First batch of fixes, more to come >.> | Laurent Bercot | 2023-01-09 | 5 | -21/+22 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Add instances implementation (still needs testing) | Laurent Bercot | 2023-01-09 | 9 | -9/+283 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Refactor libs6auto, add s6-instance-maker (untested) | Laurent Bercot | 2022-12-23 | 12 | -192/+477 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Update execline dep; s6-envdir QoL | Laurent Bercot | 2022-12-21 | 1 | -1/+1 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | s6-log: add p directive to add a prefix to every line | Laurent Bercot | 2022-12-07 | 1 | -17/+48 |
| | | | | | 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> | ||||
