| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | Add readiness notification to s6-log, and 8kB default on -l | Laurent Bercot | 2019-01-15 | 1 | -6/+20 |
| | | |||||
| * | Use mkptemp() in s6-ftrigrd. Prepare for 2.7.2.3. | Laurent Bercot | 2019-01-09 | 4 | -48/+25 |
| | | |||||
| * | bugfix: s6-svc -r wasn't accepted | Laurent Bercot | 2018-12-17 | 1 | -1/+1 |
| | | |||||
| * | bugfix: s6-svscan not always honoring scan deadline | Laurent Bercot | 2018-10-22 | 1 | -1/+1 |
| | | |||||
| * | bugfix: UB in s6-fdholderd's do_list | Laurent Bercot | 2018-09-14 | 1 | -1/+1 |
| | | |||||
| * | bugfix: s6lockd-helper is in LIBEXECPREFIX | Laurent Bercot | 2018-09-06 | 1 | -1/+1 |
| | | | | | Thanks to Shengjing Zhu. | ||||
| * | Add nsss support | Laurent Bercot | 2018-08-01 | 1 | -0/+2 |
| | | |||||
| * | Include prot_readgroups() into s6-envuidgid | Laurent Bercot | 2018-08-01 | 1 | -0/+20 |
| | | |||||
| * | More build fixes for skalibs-2.7.0.0 | Laurent Bercot | 2018-07-21 | 4 | -1/+4 |
| | | |||||
| * | Adapt to skalibs-2.7.0.0 | Laurent Bercot | 2018-07-21 | 6 | -33/+21 |
| | | |||||
| * | Down signal customization: add ./down-signal file and s6-svc -r | Laurent Bercot | 2018-06-15 | 2 | -14/+35 |
| | | |||||
| * | Add -d notif to s6-svscan; this is only shallow readiness. | Laurent Bercot | 2018-04-20 | 1 | -3/+17 |
| | | |||||
| * | Add -B option to s6-ipcserver-socketbinder for blocking sockets | Laurent Bercot | 2018-04-11 | 1 | -3/+7 |
| | | |||||
| * | Bugfix: inverted warning condition on s6_dtally_write (non-critical) | Laurent Bercot | 2018-03-26 | 1 | -1/+1 |
| | | |||||
| * | Fix minor bugs in s6-permafailon | Laurent Bercot | 2018-03-24 | 3 | -2/+8 |
| | | |||||
| * | Fix off-by-one in s6-svdt-clear | Laurent Bercot | 2018-03-24 | 1 | -1/+1 |
| | | |||||
| * | Add s6-svdt-clear, s6-permafailon | Laurent Bercot | 2018-03-21 | 4 | -0/+137 |
| | | |||||
| * | Add -g option to s6-tai64nlocal | Laurent Bercot | 2018-03-21 | 1 | -2/+21 |
| | | |||||
| * | Add s6-svdt, change default max tally to 100, add doc, prepare for 2.7.1.0 | Laurent Bercot | 2018-03-20 | 3 | -1/+77 |
| | | |||||
| * | Add throttling support to s6-svstat | Laurent Bercot | 2018-03-20 | 1 | -1/+3 |
| | | |||||
| * | Add death tally support to s6-supervise, throttling support to s6_svstatus_t | Laurent Bercot | 2018-03-20 | 9 | -2/+144 |
| | | |||||
| * | Make s6-svwait et al. exit instead of hang if s6-supervise dies | Laurent Bercot | 2018-03-02 | 4 | -5/+9 |
| | | |||||
| * | cosmetic fix: print unchanged line instead of nonsense when s6-tai64nlocal ↵ | Laurent Bercot | 2018-02-02 | 1 | -6/+8 |
| | | | | | can't convert time | ||||
| * | Use child_spawn2 instead of child_spawn in s6-setlock | Laurent Bercot | 2018-01-03 | 2 | -3/+3 |
| | | |||||
| * | Port ftrigr and s6lock to textclient | Laurent Bercot | 2017-12-22 | 16 | -137/+111 |
| | | |||||
| * | Bugfix: s6-fdholderd crash when regex defs not present | Laurent Bercot | 2017-12-11 | 1 | -15/+19 |
| | | |||||
| * | Add "-a perms" option to s6-ipcserver(-socketbinder) | Laurent Bercot | 2017-12-11 | 2 | -7/+19 |
| | | |||||
