aboutsummaryrefslogtreecommitdiffstats
path: root/src/daemontools-extras
Commit message (Collapse)AuthorAgeFilesLines
* Make execline dependency optionalLaurent Bercot2019-12-231-0/+12
| | | | | | | | | | | | | | | | 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-231-1/+7
|
* Remove tainnow.lib dependencyLaurent Bercot2019-09-212-2/+2
|
* Adapt to new stopwatch APILaurent Bercot2019-09-062-4/+3
|
* Separate wall clocks from stopwatchesLaurent Bercot2019-09-042-11/+18
|
* Accept empty regexes even on BSDsLaurent Bercot2019-05-111-1/+1
|
* Revert truncate() change in s6-log (thanks obarun for the report)Laurent Bercot2019-01-291-1/+3
|
* Add readiness notification to s6-log, and 8kB default on -lLaurent Bercot2019-01-151-6/+20
|
* Add nsss supportLaurent Bercot2018-08-011-0/+2
|
* Include prot_readgroups() into s6-envuidgidLaurent Bercot2018-08-011-0/+20
|
* More build fixes for skalibs-2.7.0.0Laurent Bercot2018-07-211-1/+1
|
* Adapt to skalibs-2.7.0.0Laurent Bercot2018-07-211-8/+5
|
* Add -g option to s6-tai64nlocalLaurent Bercot2018-03-211-2/+21
|
* cosmetic fix: print unchanged line instead of nonsense when s6-tai64nlocal ↵Laurent Bercot2018-02-021-6/+8
| | | | can't convert time
* Use child_spawn2 instead of child_spawn in s6-setlockLaurent Bercot2018-01-031-2/+2
|
* bugfix: s6-log: use off_t instead of size_t for archive file sizeLaurent Bercot2017-10-171-11/+10
| | | | Also clarify internal names, to make CalimeroTechnik happy. ;)
* Switch to xpathexec_*Laurent Bercot2017-08-288-19/+10
|
* More secure s6-applyuidgid on systems with a broken setgroups() (thanks muh)Laurent Bercot2017-07-161-1/+1
|
* Fix setgroups() invocation on SnowflakeBSDLaurent Bercot2017-07-161-4/+3
|
* Propagate fd_close() changes, fix deps for ftrigr_updateb()Laurent Bercot2017-07-161-8/+0
|
* Fix a few omissions in the adaptationLaurent Bercot2017-03-122-3/+3
|
* Adapt to skalibs-2.5.0.0Laurent Bercot2017-03-1212-129/+119
|
* Write a warning to stderr when s6-log closes the stdout streamLaurent Bercot2017-01-201-0/+1
|
* Types fix, first passLaurent Bercot2017-01-127-50/+58
|
* s6-softlimit: don't use subgetopt_hereLaurent Bercot2016-12-011-22/+21
|
* Increase s6-log "s" limit to 256MBLaurent Bercot2016-11-211-1/+1
|
* Add spawn_lib supportLaurent Bercot2016-08-121-0/+1
|
* Cosmetic fixes (remove useless headers, add a const)Laurent Bercot2016-02-231-3/+3
|
* Fix s6-envuidgid behaviour when -D is given but not -u/-g/-Bv2.2.4.1Laurent Bercot2015-12-161-40/+68
|
* allow user: syntax for s6-envuidgid -BLaurent Bercot2015-11-131-0/+1
|
* - new options to s6-envuidgidLaurent Bercot2015-11-131-34/+66
| | | | - rc for 2.2.4.0
* - add -g option to s6-envuidgidLaurent Bercot2015-11-042-40/+50
| | | | - set s6-log processor wd to the logdir
* Remove extraneous space in s6-tai64nlocalLaurent Bercot2015-10-201-1/+0
|
* - remove now useless tain_now() check in s6-setlockv2.2.2.0Laurent Bercot2015-10-151-1/+1
| | | | - version: 2.2.2.0
* - update AUTHORS listLaurent Bercot2015-10-141-2/+2
| | | | - s6-setlock bugfix: find s6lockd-helper in libexec
* s6-log bugfix: only finalize() and exit when all rotations have completed ↵Laurent Bercot2015-10-141-3/+5
| | | | successfully
* - minor bugfix in s6-log (correct return when stat() fails)v2.2.1.1Laurent Bercot2015-10-051-1/+1
| | | | | | | - remove fucking -Bsymbolic - add s6-setsid to stage 1 example - prepare shutdown functionality for s6-svscan - version: 2.2.1.1
* ucspilogd: actually make it compile >.>Laurent Bercot2015-08-091-0/+1
|
* ucspilogd: allow last log line to not be null-terminatedLaurent Bercot2015-08-091-1/+5
|
* Make s6-log exit cleanly on SIGHUP even with -pLaurent Bercot2015-06-181-2/+2
|
* Fix error message in s6-envuidgidLaurent Bercot2015-03-201-1/+1
|
* - new options to s6-envuidgidv2.1.3.0Laurent Bercot2015-03-131-24/+65
| | | | - version: rc for 2.1.3.0
* This is also true for ISO timestamps.Laurent Bercot2015-03-101-1/+1
|
* s6-log needs a new timestamp on every lineLaurent Bercot2015-03-101-0/+1
|
* Bugfix: s6-setuidgid uid:gid prog syntax wasn't honoredLaurent Bercot2015-03-071-8/+26
|
* - Fix -d option to s6-setsidv2.1.2.0Laurent Bercot2015-03-051-2/+2
| | | | - Version: 2.1.2.0
* Add process group management functionality to s6-setsidLaurent Bercot2015-03-041-14/+50
|
* Bugfix: wrong selection amount in s6-log's second pass - thanks Patrick ↵Laurent Bercot2015-02-241-1/+1
| | | | Mahoney.
* Bugfix: s6-log wasn't parsing regexps correctly (!)Laurent Bercot2015-02-171-1/+1
| | | | | Thanks to Roy Lanek. version: 2.1.1.1
* - cosmetic fixes in s6-fdholderdLaurent Bercot2015-02-081-3/+3
| | | | - timestamp length bugfix in s6-log