| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix s6-svscanboot build with nsss | Laurent Bercot | 7 days | 1 | -0/+2 |
| | | |||||
| * | Fix s6-instance-maker invocation of s6-svscan | Laurent Bercot | 7 days | 1 | -2/+3 |
| | | |||||
| * | Define S6_FILETYPE_TEMPLATE | Laurent Bercot | 13 days | 2 | -1/+2 |
| | | |||||
| * | Add s6-svc -l and reload-signal | Laurent Bercot | 2026-06-09 | 3 | -11/+27 |
| | | |||||
| * | Add s6-svscanboot doc | Laurent Bercot | 2026-06-08 | 1 | -6/+7 |
| | | |||||
| * | Prepare for 2.15.1.0; add s6-svscanboot | Laurent Bercot | 2026-06-04 | 3 | -1/+280 |
| | | | | | Also fix links on why.html. s6-svscanboot doc coming soon. | ||||
| * | s6-notify-socket-from-fd: send barrier in a separate sd_notify message | Laurent Bercot | 2026-05-27 | 1 | -17/+23 |
| | | |||||
| * | And don't assume it's 0-terminated | Laurent Bercot | 2026-05-23 | 1 | -1/+1 |
| | | |||||
| * | Better stralloc contract in s6_supervise_unlink_names | Laurent Bercot | 2026-05-23 | 1 | -1/+1 |
| | | | | | | | Assume sa->len is 0 at invocation of registerit(). Reset it to 0 before exiting it. So sa is always available as scratch space. | ||||
| * | s6-supervise: remove IOPAUSE_EXCEPT special handling | Laurent Bercot | 2026-05-17 | 1 | -2/+0 |
| | | | | | MacOS is doing stupid things again | ||||
| * | Prepare for 2.15.0.1; fix s6-accessrules-cdb-from-fs args numbering | Laurent Bercot | 2026-05-15 | 1 | -8/+10 |
| | | |||||
| * | Update max length of a file in the servicedir | Laurent Bercot | 2026-05-07 | 1 | -1/+1 |
| | | |||||
| * | MSG_NOSIGNAL needs posixishard.h for Solaris build | Laurent Bercot | 2026-04-29 | 1 | -0/+2 |
| | | |||||
| * | Send SIGCONT after SIGKILL, workaround for stupid kernels. | Laurent Bercot | 2026-04-28 | 1 | -2/+10 |
| | | |||||
| * | 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 | 1 | -1/+2 |
| | | |||||
| * | s6-notify-socket-from-fd: use BARRIER=1 | Laurent Bercot | 2026-04-10 | 1 | -21/+66 |
| | | |||||
| * | Add s6-notify-fd-from-socket and s6-notify-socket-from-fd | Laurent Bercot | 2026-04-09 | 15 | -9/+290 |
| | | | | | | Also add .gitkeep files, remove old include-local/s6lockd.h, update a little bit of doc, make s6-ftrigrd pipe-only | ||||
| * | s6-svscan bugfix: -L impacts namemax, not max | Laurent Bercot | 2026-03-31 | 1 | -1/+1 |
| | | |||||
| * | 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 | 1 | -1/+1 |
| | | |||||
| * | Merge branch '2.15.0.0' | Laurent Bercot | 2026-03-18 | 40 | -996/+825 |
| |\ | |||||
| | * | More fixes, ftrigr_string addition, doc update | Laurent Bercot | 2026-03-18 | 11 | -44/+35 |
| | | | |||||
| | * | s6-svscan trivial fix; s6-svunlink bugfix; start prep for 2.15.0.0 | Laurent Bercot | 2026-03-17 | 2 | -5/+11 |
| | | | | | | | | | | | | | | | | | 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 | 41 | -998/+830 |
| | | | |||||
| * | | s6-svscan: remove broken optimization for inactive removal | Laurent Bercot | 2026-02-20 | 1 | -11/+3 |
| |/ | |||||
| * | 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 | 3 | -81/+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. | ||||
| * | Add initial cleanup to s6-svscan | Laurent Bercot | 2026-01-24 | 1 | -2/+21 |
| | | |||||
| * | Invoke s6-ftrigrd with a full environment | Laurent Bercot | 2026-01-20 | 1 | -2/+3 |
| | | | | | That helps when LD_LIBRARY_PATH is necessary. | ||||
| * | 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 | 1 | -0/+1 |
| | | |||||
| * | s6-softlimit: add -P option for RLIMIT_RTPRIO | Alyssa Ross | 2025-11-09 | 1 | -1/+6 |
| | | | | | | | | | 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 | 6 | -0/+1039 |
| | | |||||
| * | 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 |
| | | |||||
| * | Revert: actual fix is in skalibs | Laurent Bercot | 2025-10-22 | 1 | -1/+0 |
| | | |||||
| * | Add PTHREAD_LIB to s6-setlock's dependencies, because FreeBSD | Laurent Bercot | 2025-10-22 | 1 | -0/+1 |
| | | |||||
| * | 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 |
| | | |||||
