aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* - Fix selfpipe_read() invocation: the return is int, not charLaurent Bercot2015-11-302-4/+2
| | | | - Easier CROSS_COMPILE support in configure
* 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
* - s6-ioconnect bugfixv2.2.3.1Laurent Bercot2015-11-051-1/+1
| | | | - version: 2.2.3.1
* - 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
* Agh! SIGWINCH isn't POSIX!Laurent Bercot2015-10-121-0/+3
|
* Add SIGWINCH support to s6-supervise and s6-svc (-y)Laurent Bercot2015-10-122-10/+16
|
* - add -s support to s6-svscanLaurent Bercot2015-10-061-7/+42
| | | | | - change examples to support -s - change examples to invoke s6-rc, remove servicedirs
* - minor bugfix in s6-log (correct return when stat() fails)v2.2.1.1Laurent Bercot2015-10-052-1/+2
| | | | | | | - remove fucking -Bsymbolic - add s6-setsid to stage 1 example - prepare shutdown functionality for s6-svscan - version: 2.2.1.1
* Bugfix: definition of the s6_fdholder_delete_g macrov2.2.1.0Laurent Bercot2015-09-231-1/+1
|
* Fix display of readiness at service startupLaurent Bercot2015-09-171-0/+1
|
* Add specific exit to s6-svstat when service is unsupervisedLaurent Bercot2015-09-081-0/+3
|
* add s6_svc_ok in libs6, refactor s6-svokLaurent Bercot2015-09-015-20/+32
|
* s6-svscan bugfix: remove inactive dead services after the next scanLaurent Bercot2015-09-011-5/+16
|
* - New -wr | -wR options to s6-svc, s6-svlisten1 and s6-svlistenLaurent Bercot2015-08-273-11/+32
| | | | | - skalibs and execline dep bump - rc for 2.2.1.0 unless more new functionality is needed for s6-rc
* s6-fdholderd: fix possible leak when setdump overwrites an existing idLaurent Bercot2015-08-141-4/+12
|
* Link shared libs against their -l deps, better libpath managementv2.2.0.1Laurent Bercot2015-08-121-0/+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
|
* - Add timeout-finish support and "down-readiness"Laurent Bercot2015-07-2020-522/+346
| | | | | | | - LOTS of refactoring to make this work - Remove s6-notifywhenup - s6-supervise now rocks the casbah - rc for 2.2.0.0
* - Error message fix in s6-svcv2.1.6.0Laurent Bercot2015-06-251-1/+1
| | | | - version: 2.1.6.0
* - doc fixes (changed mentions of s6-notifywhenup)Laurent Bercot2015-06-252-15/+55
| | | | | - s6-svc -X - rc for 2.1.6.0
* Make s6-log exit cleanly on SIGHUP even with -pLaurent Bercot2015-06-181-2/+2
|
* - Add support for SIGUSR1 for poweroff in s6-svscanLaurent Bercot2015-06-172-5/+20
| | | | - Optimize respawn delay in s6-supervise
* - Readiness notification support in s6-superviseLaurent Bercot2015-06-152-26/+102
| | | | | | - s6-notifywhenup deprecated - Change abundantly documented - rc for 2.1.4.0
* Remove a comparison to shut gcc upLaurent Bercot2015-06-111-1/+1
|
* Fix error message in s6-envuidgidLaurent Bercot2015-03-201-1/+1
|
* Warn when s6-svc is used with several argumentsLaurent Bercot2015-03-201-0/+1
|
* - doc fixesLaurent Bercot2015-03-162-5/+11
| | | | - added -X to s6-notifywhenup
* - 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 typo in error messageLaurent Bercot2015-03-071-1/+1
|
* - 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
|
* - Revert LASTFINISH special case (closing stdin/out) in s6-supervise.Laurent Bercot2015-03-011-10/+0
| | | | | (To be watched, but loggers should exit once s6-supervise exits.) - Change Colin's email address
* Bugfix: wrong selection amount in s6-log's second pass - thanks Patrick ↵Laurent Bercot2015-02-241-1/+1
| | | | Mahoney.
* s6-fdholderd bugfix: defaultre rre, not wre when !rre_doneLaurent Bercot2015-02-201-1/+1
|
* Cosmetic error message fix in s6-fdholder-deletecLaurent Bercot2015-02-191-1/+1
|
* Bugfix: s6-log wasn't parsing regexps correctly (!)Laurent Bercot2015-02-172-2/+2
| | | | | Thanks to Roy Lanek. version: 2.1.1.1
* One more spurious warning fixv2.1.1.1v2.1.1.0Laurent Bercot2015-02-161-1/+1
|
* - cosmetic fixes in s6-fdholderdLaurent Bercot2015-02-082-6/+4
| | | | - timestamp length bugfix in s6-log
* - s6-log overhaul (more stack, less heap), with new directivesLaurent Bercot2015-02-071-447/+480
| | | | | - related doc update - version: 2.1.1.0 rc
* I changed my mind. Added access control for listing to s6-fdholderd.Laurent Bercot2015-01-291-2/+4
|
* - clang build fixv2.1.0.1Laurent Bercot2015-01-272-22/+29
| | | | | - s6-fdholder-daemon ltimeout bugfix - rc for v2.1.0.1