Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-07 | Do not use 'scandir' as a variable name, thanks posix | Laurent Bercot | |
2020-12-05 | Fix build with nsss; fix s6_supervise_link() for logged services | Laurent Bercot | |
2020-12-04 | Add s6_supervise_link and s6_supervise_unlink for future s6-rc change | Laurent Bercot | |
2020-12-04 | Fix s6-svscan startup | Laurent Bercot | |
2020-12-04 | Document lastfinish behaviour | Laurent Bercot | |
2020-12-04 | Scrap s6-svc -X from doc | Laurent Bercot | |
2020-12-04 | Big signal/command semantics change to svscan/supervise; add s6-svperms. | Laurent Bercot | |
2020-12-02 | Fix lock permissions | Laurent Bercot | |
2020-12-02 | Fix build against skalibs-2.10.0.0 | Laurent Bercot | |
2020-11-30 | Bump skalibs dep | Laurent Bercot | |
2020-11-28 | Adapt to new exec.h | Laurent Bercot | |
2020-11-27 | Prepare for 2.10.0.0 ; store preliminary changes to s6-svscan/ctl. | Laurent Bercot | |
2020-11-17 | bugfix: s6-permafailon *also* did not init the sigset >.> | Laurent Bercot | |
2020-11-16 | bugfix: s6-permafailon exitcode initialization | Laurent Bercot | |
2020-11-16 | Fix supervise/svscan startup when the control dir already exists | Laurent Bercot | |
2020-11-08 | Doc fix | Laurent Bercot | |
2020-11-02 | Update link from 0pointer.de to 0pointer.net | Laurent Bercot | |
2020-10-26 | Align on new names of skalibs functions | Laurent Bercot | |
2020-10-26 | Prepare for 2.9.2.1; add dangling symlink support | Laurent Bercot | |
2020-10-09 | Better wording | Laurent Bercot | |
2020-10-09 | Add keywords to new sections | Laurent Bercot | |
2020-10-09 | Better documentation on readiness notification | Laurent Bercot | |
2020-09-24 | Adjust authors' names | Laurent Bercot | |
2020-09-24 | Document nosetsid | Laurent Bercot | |
2020-09-16 | Link to the s6-man-pages project | Laurent Bercot | |
2020-09-16 | Documentation fixes, by flexibeast | Laurent Bercot | |
2020-08-30 | Doc typo fixes (thanks flexibeast) | Laurent Bercot | |
2020-06-16 | version: 2.9.2.0v2.9.2.0 | Laurent Bercot | |
2020-06-16 | Doc clarification | Laurent Bercot | |
2020-06-07 | Doc fixes and clarifications | Laurent Bercot | |
2020-06-02 | Doc typo fix | Laurent Bercot | |
2020-06-02 | Doc fix | Laurent Bercot | |
2020-06-01 | Doc typo fix and clarification for s6-fdholder-setdump | Laurent Bercot | |
2020-05-31 | Clarify documentation on run script redirections | Laurent Bercot | |
2020-04-06 | Update dependencies | Laurent Bercot | |
2020-03-30 | heliocat's html fixes | Laurent Bercot | |
2020-03-30 | Doc typo fix | Laurent Bercot | |
2020-03-24 | Treat execline as an extra_lib instead of an in-package lib | Laurent Bercot | |
2020-03-16 | Add -d to s6-sudod; prepare for 2.9.2.0 | Laurent Bercot | |
2020-03-04 | Doc typo fix | Laurent Bercot | |
2020-03-02 | version: 2.9.1.0v2.9.1.0 | Laurent Bercot | |
2020-02-18 | Add SIGPWR and SIGWINCH support to s6-svscan | Laurent Bercot | |
2020-01-27 | Update dependencies | Laurent Bercot | |
2020-01-27 | Fix shared libs installation | Laurent Bercot | |
2020-01-16 | Use execv() where applicable | Laurent Bercot | |
2020-01-15 | Restore console fd on s6-svscan exec | Laurent Bercot | |
2020-01-15 | Add console holder functionality to s6-svscan | Laurent Bercot | |
2019-12-23 | Prepare for 2.9.1.0 | Laurent Bercot | |
2019-12-23 | Make execline dependency optional | Laurent Bercot | |
This includes: - adding a configure option to disable execline support - duplicating el_semicolon() and el_getstrict() into the s6 library when execline is disabled at build time, making a compat shim and using it where needed (s6-svlisten, s6-ftrig-listen) - Creating alternatives for execlineb script spawning: * s6-log: '?' directive (done in the previous commit) * s6-notifyoncheck: require hardcoding the check in ./data/check * s6-ipcserver-access: no support for exec files, add a warning - Updating the relevant parts of the doc --enable-execline will remain the default, and whiners can choke on their tears. | |||
2019-12-23 | Add ?processor support to s6-log | Laurent Bercot | |