summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-01-15 Restore console fd on s6-svscan execLaurent Bercot
2020-01-15 Add console holder functionality to s6-svscanLaurent Bercot
2019-12-23 Prepare for 2.9.1.0Laurent Bercot
2019-12-23 Make execline dependency optionalLaurent 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-logLaurent Bercot
2019-12-20 Always execute execline scripts with -PLaurent Bercot
2019-11-15 doc fix: nosh -> plain httpLaurent Bercot
2019-10-21 version: 2.9.0.1v2.9.0.1Laurent Bercot
2019-10-21 Fix gen-deps.sh for cross-buildsLaurent Bercot
2019-10-21 Prepare for 2.9.0.1Laurent Bercot
2019-10-21 Fix generated CC for cross-buildsLaurent Bercot
2019-10-16 Doc typo fixLaurent Bercot
2019-09-22 version: 2.9.0.0v2.9.0.0Laurent Bercot
2019-09-21 Fix configure permissions2.9.0.0Laurent Bercot
2019-09-21 Remove tainnow dependency in configure tooLaurent Bercot
2019-09-21 Update tainnow.lib mentions in docLaurent Bercot
2019-09-21 Remove tainnow.lib dependencyLaurent Bercot
2019-09-06 Adapt to new stopwatch APILaurent Bercot
2019-09-04 Separate wall clocks from stopwatchesLaurent Bercot
2019-08-09 Prepare for 2.9.0.0Laurent Bercot
2019-07-30 Move systemd page out of the s6 packageLaurent Bercot
2019-07-22Makefile needs to be adjusted tooLaurent Bercot
2019-07-22Make configure CC-friendlierLaurent Bercot
2019-07-03 Update doc to reflect the removal of s6-fdholder-*c programsLaurent Bercot
2019-07-03 Remove s6-fdholder-*c programsLaurent Bercot
The doc still needs to be updated.
2019-05-27 Doc typo fixesLaurent Bercot
2019-05-14 version: 2.8.0.1v2.8.0.1Laurent Bercot
2019-05-14 Prepare for 2.8.0.1Laurent Bercot
2019-05-14 bugfix: s6-ipcserverd: fix spurious warning when at maxconnLaurent Bercot
2019-05-11 Accept empty regexes even on BSDsLaurent Bercot
2019-03-25 Reestablish directory checking in s6-svc/s6-svscanctl without commandsLaurent Bercot
2019-03-18 Add upgrade notice to doc/upgrade.htmlLaurent Bercot
2019-03-04 version: 2.8.0.0v2.8.0.0Laurent Bercot
2019-02-24 Build everything as PIC by defaultLaurent Bercot
2019-02-19 Adaptation to skalibs/posixishard.hLaurent Bercot
2019-02-12 Update execline depLaurent Bercot
2019-02-10 more accurate timeout-kill docLaurent Bercot
2019-02-04 Revert -I, but add uid/self and gid/self to uidgid accessrules checkingLaurent Bercot
2019-02-04 Add -I option to s6-ipcserver-accessLaurent Bercot
2019-02-01Don't deprecate ftrig1_init: remove it. (major bump inc anyway)Laurent Bercot
2019-02-01 Fix s6-sudoc error message when it fails to connectLaurent Bercot
2019-02-01 The ftrig1 must be read nonblocking by s6-ftrigrd, duh!Laurent Bercot
GOD WHY AM I SUCH AN IDIOT
2019-01-31 Make "s6-svc -wu foo" wait for foo to be up. Document supervise/ creation.Laurent Bercot
2019-01-29 Revert truncate() change in s6-log (thanks obarun for the report)Laurent Bercot
2019-01-23 bugfix: correctly handle s6-svc -XLaurent Bercot
2019-01-18 Update broken doc linkLaurent Bercot
2019-01-15 Prepare for 2.8.0.0Laurent Bercot
2019-01-15 Update examplesLaurent Bercot
2019-01-15 Add readiness notification to s6-log, and 8kB default on -lLaurent Bercot
2019-01-09 Use mkptemp() in s6-ftrigrd. Prepare for 2.7.2.3.Laurent Bercot