aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - minor bugfix in s6-log (correct return when stat() fails)v2.2.1.1Laurent Bercot2015-10-058-8/+18
| | | | | | | - remove fucking -Bsymbolic - add s6-setsid to stage 1 example - prepare shutdown functionality for s6-svscan - version: 2.2.1.1
* Clarify what the -wr/-wR option to s6-svlisten doesLaurent Bercot2015-09-252-2/+4
|
* Bugfix: definition of the s6_fdholder_delete_g macrov2.2.1.0Laurent Bercot2015-09-231-1/+1
|
* servicedir doc fixLaurent Bercot2015-09-191-3/+5
|
* Fix display of readiness at service startupLaurent Bercot2015-09-171-0/+1
|
* Add specific exit to s6-svstat when service is unsupervisedLaurent Bercot2015-09-082-0/+12
|
* add s6_svc_ok in libs6, refactor s6-svokLaurent Bercot2015-09-016-23/+36
|
* 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-2710-21/+77
| | | | | - skalibs and execline dep bump - rc for 2.2.1.0 unless more new functionality is needed for s6-rc
* Doc fixLaurent Bercot2015-08-231-2/+2
|
* 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-125-20/+32
|
* xyzzy fix (fixes https://bugs.gentoo.org/show_bug.cgi?id=541092)Laurent Bercot2015-08-129-40/+60
|
* Update ucspilogd docLaurent Bercot2015-08-101-1/+12
|
* 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 make version guardLaurent Bercot2015-08-031-0/+5
|
* Doc typo fixesLaurent Bercot2015-08-032-3/+3
|
* - Doc fixes on notification, mentions of s6-rcv2.2.0.0Laurent Bercot2015-07-273-7/+44
| | | | - version: 2.2.0.0
* execline dep bumpLaurent Bercot2015-07-213-2/+3
|
* - Add timeout-finish support and "down-readiness"Laurent Bercot2015-07-2037-687/+454
| | | | | | | - LOTS of refactoring to make this work - Remove s6-notifywhenup - s6-supervise now rocks the casbah - rc for 2.2.0.0
* Doc typo fixLaurent Bercot2015-07-081-1/+1
|
* - 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-259-29/+88
| | | | | - s6-svc -X - rc for 2.1.6.0
* - documented s6-log changev2.1.5.0Laurent Bercot2015-06-254-5/+13
| | | | - version: 2.1.5.0
* Make s6-log exit cleanly on SIGHUP even with -pLaurent Bercot2015-06-181-2/+2
|
* Update the overview (remove s6-notifywhenup mention)Laurent Bercot2015-06-181-2/+5
|
* Doc fixLaurent Bercot2015-06-171-2/+0
|
* - add links to s6-linux-initv2.1.4.0Laurent Bercot2015-06-172-4/+35
| | | | - version: 2.1.4.0
* - Add support for SIGUSR1 for poweroff in s6-svscanLaurent Bercot2015-06-173-6/+22
| | | | - Optimize respawn delay in s6-supervise
* Update examples/ to use notification-fdLaurent Bercot2015-06-164-2/+4
|
* - Readiness notification support in s6-superviseLaurent Bercot2015-06-1513-52/+217
| | | | | | - s6-notifywhenup deprecated - Change abundantly documented - rc for 2.1.4.0
* Remove a comparison to shut gcc upLaurent Bercot2015-06-111-1/+1
|
* Doc typo fixesLaurent Bercot2015-06-032-2/+2
|
* Make all doc mobile-readable according to Google standardsLaurent Bercot2015-05-0780-0/+80
|
* systemd page updateLaurent Bercot2015-04-221-6/+57
|
* Mention the github mirror in the docLaurent Bercot2015-04-211-0/+3
|
* - Added overview.htmlLaurent Bercot2015-03-243-0/+475
| | | | - Added clarifications on s6-svwait
* 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-164-10/+19
| | | | - added -X to s6-notifywhenup
* doc for new s6-envuidgid optionsLaurent Bercot2015-03-131-14/+16
|
* - new options to s6-envuidgidv2.1.3.0Laurent Bercot2015-03-135-30/+79
| | | | - 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-055-9/+16
| | | | - Version: 2.1.2.0
* Add process group management functionality to s6-setsidLaurent Bercot2015-03-042-24/+89
|
* - fix the LOGSCRIPT in examples/.../syslogd-linux/logLaurent Bercot2015-03-034-11/+17
| | | | | - fix comments in a few examples/.../README - add a /var symlink in examples/ROOT