| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Send SIGCONT after SIGKILL, workaround for stupid kernels. | Laurent Bercot | 2026-04-28 | 2 | -2/+11 |
| | | |||||
| * | Add flag-timeout-killpg to the list of known files | Laurent Bercot | 2026-04-23 | 1 | -0/+1 |
| | | |||||
| * | Add flag-timeout-killpg for killing the whole pgroup after timeout-kill | Laurent Bercot | 2026-04-23 | 3 | -5/+16 |
| | | |||||
| * | ucspilogd doc fix | Laurent Bercot | 2026-04-15 | 1 | -10/+2 |
| | | |||||
| * | doc wording | Laurent Bercot | 2026-04-11 | 1 | -3/+3 |
| | | |||||
| * | Go a little easier on execline advocacy | Laurent Bercot | 2026-04-10 | 2 | -11/+11 |
| | | |||||
| * | s6-notify-socket-from-fd: use BARRIER=1 | Laurent Bercot | 2026-04-10 | 3 | -21/+69 |
| | | |||||
| * | Correct the doc update >.> | Laurent Bercot | 2026-04-09 | 2 | -7/+8 |
| | | |||||
| * | Doc update | Laurent Bercot | 2026-04-09 | 1 | -0/+7 |
| | | |||||
| * | doc update for s6-notify-fd-from-socket | Laurent Bercot | 2026-04-09 | 1 | -2/+8 |
| | | |||||
| * | Add s6-notify-fd-from-socket and s6-notify-socket-from-fd | Laurent Bercot | 2026-04-09 | 24 | -35/+577 |
| | | | | | | Also add .gitkeep files, remove old include-local/s6lockd.h, update a little bit of doc, make s6-ftrigrd pipe-only | ||||
| * | Update deps/docs/mirrors | Laurent Bercot | 2026-04-04 | 87 | -5/+92 |
| | | |||||
| * | s6-svscan bugfix: -L impacts namemax, not max | Laurent Bercot | 2026-03-31 | 1 | -1/+1 |
| | | |||||
| * | Add support for disabling rpath; update deps | Laurent Bercot | 2026-03-31 | 7 | -8/+32 |
| | | |||||
| * | C operator precedence is hard | Laurent Bercot | 2026-03-28 | 1 | -1/+1 |
| | | |||||
| * | Booleans are hard | Laurent Bercot | 2026-03-28 | 1 | -1/+1 |
| | | |||||
| * | s6-setsid bugfix: only check ctty when actually calling tcsetpgrp | Laurent Bercot | 2026-03-28 | 3 | -2/+3 |
| | | |||||
| * | Merge branch '2.15.0.0' | Laurent Bercot | 2026-03-18 | 54 | -1133/+993 |
| |\ | |||||
| | * | Update deps-build2.15.0.0 | Laurent Bercot | 2026-03-18 | 1 | -2/+2 |
| | | | |||||
| | * | More fixes, ftrigr_string addition, doc update | Laurent Bercot | 2026-03-18 | 19 | -147/+151 |
| | | | |||||
| | * | s6-svscan trivial fix; s6-svunlink bugfix; start prep for 2.15.0.0 | Laurent Bercot | 2026-03-17 | 3 | -6/+12 |
| | | | | | | | | | | | | | | | | | 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 | 46 | -1034/+884 |
| | | | |||||
| * | | s6-svscan: remove broken optimization for inactive removal | Laurent Bercot | 2026-02-20 | 1 | -11/+3 |
| |/ | |||||
| * | Aaaand update deps.mak | Laurent Bercot | 2026-02-15 | 1 | -1/+1 |
| | | |||||
| * | Also remove it from s6/s6.h | Laurent Bercot | 2026-02-15 | 1 | -1/+0 |
| | | |||||
| * | Remove mentions to s6lock from doc and code. | Laurent Bercot | 2026-02-05 | 6 | -89/+0 |
| | | | | | | | s6lock has been deleted in the previous major update. There were still traces of it in the doc, and lock.h still existed, although non-functional. Clean all that up. | ||||
| * | Remove mention of pidfile from servicedir.html | Laurent Bercot | 2026-01-25 | 1 | -25/+0 |
| | | | | | pidfiles are not handled by s6-supervise, but by s6-background-watch | ||||
| * | doc typo fix | Laurent Bercot | 2026-01-25 | 1 | -1/+1 |
| | | |||||
| * | doc typo fix | Laurent Bercot | 2026-01-24 | 1 | -1/+1 |
| | | |||||
| * | Doc typo fix | Laurent Bercot | 2026-01-24 | 1 | -1/+1 |
| | | |||||
| * | version: 2.14.0.1v2.14.0.1 | Laurent Bercot | 2026-01-24 | 2 | -2/+1 |
| | | |||||
| * | Add initial cleanup to s6-svscan | Laurent Bercot | 2026-01-24 | 1 | -2/+21 |
| | | |||||
| * | Add link to s6-frontend to the overview | Laurent Bercot | 2026-01-24 | 1 | -0/+15 |
| | | |||||
| * | Fix Solaris build | Laurent Bercot | 2026-01-21 | 1 | -1/+3 |
| | | |||||
| * | Invoke s6-ftrigrd with a full environment | Laurent Bercot | 2026-01-20 | 7 | -10/+26 |
| | | | | | That helps when LD_LIBRARY_PATH is necessary. | ||||
| * | Doc fix; .pc fix | Laurent Bercot | 2026-01-18 | 2 | -0/+2 |
| | | |||||
| * | version: 2.14.0.0v2.14.0.0 | Laurent Bercot | 2025-12-24 | 1 | -0/+1 |
| | | |||||
| * | s6-svscan can be the last living piece of a deleted s6 version and still work | Laurent Bercot | 2025-12-24 | 1 | -1/+1 |
| | | |||||
| * | releng fixes | Laurent Bercot | 2025-12-23 | 3 | -1/+6 |
| | | |||||
| * | Fix s6-softlimit doc | Laurent Bercot | 2025-12-06 | 2 | -5/+5 |
| | | |||||
| * | Credit Alyssa | Laurent Bercot | 2025-11-09 | 1 | -0/+1 |
| | | |||||
| * | s6-softlimit: add -P option for RLIMIT_RTPRIO | Alyssa Ross | 2025-11-09 | 2 | -2/+8 |
| | | | | | | | | | Bash ulimit uses -r for this, but in s6-softlimit that was already taken. I could have used -R, but Bash uses that for RLIMIT_RTTIME, so I didn't want to claim that one and create a similarly difficult decision for somebody adding that in future. I decided to use -P (for "priority") as the least bad still-available option. | ||||
| * | POSIX guarantees that pid == pgid for session leaders! | Laurent Bercot | 2025-11-07 | 5 | -47/+23 |
| | | |||||
| * | Move daemontools/runit wrapper support here | Laurent Bercot | 2025-11-04 | 16 | -0/+1220 |
| | | |||||
| * | stupid s6-svc bug fix | Laurent Bercot | 2025-11-04 | 2 | -1/+2 |
| | | |||||
| * | Improve s6-svc; prepare for 2.14.0.0 | Laurent Bercot | 2025-11-02 | 6 | -48/+74 |
| | | |||||
| * | Prepare for 2.13.3.0 | Laurent Bercot | 2025-10-30 | 2 | -4/+4 |
| | | |||||
| * | 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 |
| | | |||||
| * | fix gen-deps.sh | Laurent Bercot | 2025-10-26 | 1 | -3/+1 |
| | | |||||
