aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add -d to s6-sudod; prepare for 2.9.2.0Laurent Bercot2020-03-1611-64/+106
|
* Doc typo fixLaurent Bercot2020-03-041-1/+1
|
* version: 2.9.1.0v2.9.1.0Laurent Bercot2020-03-021-1/+0
|
* Add SIGPWR and SIGWINCH support to s6-svscanLaurent Bercot2020-02-184-0/+14
|
* Update dependenciesLaurent Bercot2020-01-273-4/+8
|
* Fix shared libs installationLaurent Bercot2020-01-271-3/+2
|
* Use execv() where applicableLaurent Bercot2020-01-162-6/+5
|
* Restore console fd on s6-svscan execLaurent Bercot2020-01-151-0/+11
|
* Add console holder functionality to s6-svscanLaurent Bercot2020-01-155-5/+28
|
* Prepare for 2.9.1.0Laurent Bercot2019-12-235-3/+25
|
* Make execline dependency optionalLaurent Bercot2019-12-2318-41/+183
| | | | | | | | | | | | | | | | 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-logLaurent Bercot2019-12-232-1/+12
|
* Always execute execline scripts with -PLaurent Bercot2019-12-202-2/+2
|
* doc fix: nosh -> plain httpLaurent Bercot2019-11-151-1/+1
|
* version: 2.9.0.1v2.9.0.1Laurent Bercot2019-10-211-0/+1
|
* Fix gen-deps.sh for cross-buildsLaurent Bercot2019-10-212-111/+111
|
* Prepare for 2.9.0.1Laurent Bercot2019-10-215-6/+21
|
* Fix generated CC for cross-buildsLaurent Bercot2019-10-211-1/+1
|
* Doc typo fixLaurent Bercot2019-10-161-1/+1
|
* version: 2.9.0.0v2.9.0.0Laurent Bercot2019-09-221-1/+1
|
* Fix configure permissions2.9.0.0Laurent Bercot2019-09-211-0/+0
|
* Remove tainnow dependency in configure tooLaurent Bercot2019-09-211-2/+0
|
* Update tainnow.lib mentions in docLaurent Bercot2019-09-211-1/+1
|
* Remove tainnow.lib dependencyLaurent Bercot2019-09-2128-54/+54
|
* Adapt to new stopwatch APILaurent Bercot2019-09-0623-46/+24
|
* Separate wall clocks from stopwatchesLaurent Bercot2019-09-0426-19/+50
|
* Prepare for 2.9.0.0Laurent Bercot2019-08-095-5/+17
|
* Move systemd page out of the s6 packageLaurent Bercot2019-07-304-182/+3
|
* Makefile needs to be adjusted tooLaurent Bercot2019-07-221-5/+4
|
* Make configure CC-friendlierLaurent Bercot2019-07-221-8/+24
|
* Update doc to reflect the removal of s6-fdholder-*c programsLaurent Bercot2019-07-0317-625/+188
|
* Remove s6-fdholder-*c programsLaurent Bercot2019-07-0334-710/+292
| | | | The doc still needs to be updated.
* Doc typo fixesLaurent Bercot2019-05-271-2/+2
|
* version: 2.8.0.1v2.8.0.1Laurent Bercot2019-05-142-2/+1
|
* Prepare for 2.8.0.1Laurent Bercot2019-05-145-4/+17
|
* bugfix: s6-ipcserverd: fix spurious warning when at maxconnLaurent Bercot2019-05-141-1/+1
|
* Accept empty regexes even on BSDsLaurent Bercot2019-05-113-4/+6
|
* Reestablish directory checking in s6-svc/s6-svscanctl without commandsLaurent Bercot2019-03-251-16/+13
|
* Add upgrade notice to doc/upgrade.htmlLaurent Bercot2019-03-181-0/+6
|
* version: 2.8.0.0v2.8.0.0Laurent Bercot2019-03-041-1/+1
|
* Build everything as PIC by defaultLaurent Bercot2019-02-243-18/+13
|
* Adaptation to skalibs/posixishard.hLaurent Bercot2019-02-1913-8/+35
|
* Update execline depLaurent Bercot2019-02-123-3/+3
|
* more accurate timeout-kill docLaurent Bercot2019-02-101-1/+2
|
* Revert -I, but add uid/self and gid/self to uidgid accessrules checkingLaurent Bercot2019-02-046-20/+42
|
* Add -I option to s6-ipcserver-accessLaurent Bercot2019-02-044-9/+18
|
* Don't deprecate ftrig1_init: remove it. (major bump inc anyway)Laurent Bercot2019-02-012-7/+0
|
* Fix s6-sudoc error message when it fails to connectLaurent Bercot2019-02-011-1/+1
|
* The ftrig1 must be read nonblocking by s6-ftrigrd, duh!Laurent Bercot2019-02-011-0/+1
| | | | GOD WHY AM I SUCH AN IDIOT
* Make "s6-svc -wu foo" wait for foo to be up. Document supervise/ creation.Laurent Bercot2019-01-313-19/+26
|