| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | s6-u-m fixes and doc fixes | Laurent Bercot | 2021-01-08 | 1 | -9/+16 |
| | | |||||
| * | Doc clarification, QoL fix for s6-usertree-maker | Laurent Bercot | 2021-01-07 | 1 | -2/+5 |
| | | |||||
| * | Add s6-usertree-maker | Laurent Bercot | 2021-01-07 | 2 | -0/+303 |
| | | |||||
| * | Make s6-log respect umask | Laurent Bercot | 2021-01-03 | 1 | -22/+13 |
| | | |||||
| * | Remove deprecated options/directives from s6-log | Laurent Bercot | 2021-01-03 | 1 | -13/+4 |
| | | |||||
| * | More fixes to s6_supervise_link | Laurent Bercot | 2020-12-18 | 1 | -12/+15 |
| | | |||||
| * | Only realpath() if a given servicedir is not absolute | Laurent Bercot | 2020-12-11 | 1 | -3/+10 |
| | | |||||
| * | Add the possibility of down files to s6_supervise_link | Laurent Bercot | 2020-12-10 | 2 | -12/+26 |
| | | |||||
| * | bugfix: sarealpath() API | Laurent Bercot | 2020-12-10 | 1 | -1/+1 |
| | | |||||
| * | Use mkptemp2 | Laurent Bercot | 2020-12-10 | 1 | -2/+2 |
| | | |||||
| * | Get rid of webipc.h | Laurent Bercot | 2020-12-09 | 7 | -14/+17 |
| | | |||||
| * | Do not use 'scandir' as a variable name, thanks posix | Laurent Bercot | 2020-12-07 | 3 | -22/+22 |
| | | |||||
| * | Fix build with nsss; fix s6_supervise_link() for logged services | Laurent Bercot | 2020-12-05 | 2 | -6/+18 |
| | | |||||
| * | Add s6_supervise_link and s6_supervise_unlink for future s6-rc change | Laurent Bercot | 2020-12-04 | 4 | -6/+176 |
| | | |||||
| * | Fix s6-svscan startup | Laurent Bercot | 2020-12-04 | 1 | -15/+21 |
| | | |||||
| * | Big signal/command semantics change to svscan/supervise; add s6-svperms. | Laurent Bercot | 2020-12-04 | 7 | -70/+322 |
| | | |||||
| * | Fix lock permissions | Laurent Bercot | 2020-12-02 | 2 | -6/+6 |
| | | |||||
| * | Fix build against skalibs-2.10.0.0 | Laurent Bercot | 2020-12-02 | 13 | -180/+176 |
| | | |||||
| * | Adapt to new exec.h | Laurent Bercot | 2020-11-28 | 24 | -114/+132 |
| | | |||||
| * | Prepare for 2.10.0.0 ; store preliminary changes to s6-svscan/ctl. | Laurent Bercot | 2020-11-27 | 2 | -87/+90 |
| | | |||||
| * | bugfix: s6-permafailon *also* did not init the sigset >.> | Laurent Bercot | 2020-11-17 | 1 | -2/+6 |
| | | |||||
| * | bugfix: s6-permafailon exitcode initialization | Laurent Bercot | 2020-11-16 | 1 | -1/+1 |
| | | |||||
| * | Fix supervise/svscan startup when the control dir already exists | Laurent Bercot | 2020-11-16 | 1 | -10/+14 |
| | | |||||
| * | Align on new names of skalibs functions | Laurent Bercot | 2020-10-26 | 2 | -6/+6 |
| | | |||||
| * | Prepare for 2.9.2.1; add dangling symlink support | Laurent Bercot | 2020-10-26 | 2 | -10/+40 |
| | | |||||
| * | Treat execline as an extra_lib instead of an in-package lib | Laurent Bercot | 2020-03-24 | 2 | -2/+2 |
| | | |||||
| * | Add -d to s6-sudod; prepare for 2.9.2.0 | Laurent Bercot | 2020-03-16 | 6 | -60/+79 |
| | | |||||
| * | Add SIGPWR and SIGWINCH support to s6-svscan | Laurent Bercot | 2020-02-18 | 1 | -0/+8 |
| | | |||||
| * | Use execv() where applicable | Laurent Bercot | 2020-01-16 | 2 | -6/+5 |
| | | |||||
| * | Restore console fd on s6-svscan exec | Laurent Bercot | 2020-01-15 | 1 | -0/+11 |
| | | |||||
| * | Add console holder functionality to s6-svscan | Laurent Bercot | 2020-01-15 | 1 | -3/+14 |
| | | |||||
| * | Make execline dependency optional | Laurent Bercot | 2019-12-23 | 11 | -21/+134 |
| | | | | | | | | | | | | | | | | | 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. | ||||
| * | Add ?processor support to s6-log | Laurent Bercot | 2019-12-23 | 1 | -1/+7 |
| | | |||||
| * | Always execute execline scripts with -P | Laurent Bercot | 2019-12-20 | 2 | -2/+2 |
| | | |||||
| * | Remove tainnow.lib dependency | Laurent Bercot | 2019-09-21 | 27 | -27/+27 |
| | | |||||
| * | Adapt to new stopwatch API | Laurent Bercot | 2019-09-06 | 23 | -46/+24 |
| | | |||||
| * | Separate wall clocks from stopwatches | Laurent Bercot | 2019-09-04 | 26 | -19/+50 |
| | | |||||
| * | Remove s6-fdholder-*c programs | Laurent Bercot | 2019-07-03 | 30 | -651/+258 |
| | | | | | The doc still needs to be updated. | ||||
| * | bugfix: s6-ipcserverd: fix spurious warning when at maxconn | Laurent Bercot | 2019-05-14 | 1 | -1/+1 |
| | | |||||
| * | Accept empty regexes even on BSDs | Laurent Bercot | 2019-05-11 | 3 | -4/+6 |
| | | |||||
| * | Reestablish directory checking in s6-svc/s6-svscanctl without commands | Laurent Bercot | 2019-03-25 | 1 | -16/+13 |
| | | |||||
| * | Adaptation to skalibs/posixishard.h | Laurent Bercot | 2019-02-19 | 13 | -8/+35 |
| | | |||||
| * | Revert -I, but add uid/self and gid/self to uidgid accessrules checking | Laurent Bercot | 2019-02-04 | 2 | -9/+20 |
| | | |||||
| * | Add -I option to s6-ipcserver-access | Laurent Bercot | 2019-02-04 | 1 | -8/+11 |
| | | |||||
| * | Don't deprecate ftrig1_init: remove it. (major bump inc anyway) | Laurent Bercot | 2019-02-01 | 2 | -7/+0 |
| | | |||||
| * | Fix s6-sudoc error message when it fails to connect | Laurent Bercot | 2019-02-01 | 1 | -1/+1 |
| | | |||||
| * | The ftrig1 must be read nonblocking by s6-ftrigrd, duh! | Laurent Bercot | 2019-02-01 | 1 | -0/+1 |
| | | | | | GOD WHY AM I SUCH AN IDIOT | ||||
| * | Make "s6-svc -wu foo" wait for foo to be up. Document supervise/ creation. | Laurent Bercot | 2019-01-31 | 2 | -19/+24 |
| | | |||||
| * | Revert truncate() change in s6-log (thanks obarun for the report) | Laurent Bercot | 2019-01-29 | 1 | -1/+3 |
| | | |||||
| * | bugfix: correctly handle s6-svc -X | Laurent Bercot | 2019-01-23 | 1 | -2/+2 |
| | | |||||
