aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - add -g option to s6-envuidgidLaurent Bercot2015-11-048-48/+71
| | | | - set s6-log processor wd to the logdir
* Revert make tgz change (needs to be ok without config.mak)v2.2.2.2Laurent Bercot2015-11-041-4/+5
|
* - link .so to correct sonameLaurent Bercot2015-11-044-14/+18
| | | | | - fully strip shared libs - Makefile syntactic consistency
* version: 2.2.2.1v2.2.2.1Laurent Bercot2015-11-043-2/+8
|
* Don't say bb is the *only* syslogd doing rotation right (metalog does it).Laurent Bercot2015-10-271-2/+3
|
* Separate sections for smaller static binaries (thanks Denys Vlasenko)Laurent Bercot2015-10-261-0/+6
|
* Remove extraneous space in s6-tai64nlocalLaurent Bercot2015-10-202-2/+1
|
* - remove now useless tain_now() check in s6-setlockv2.2.2.0Laurent Bercot2015-10-154-5/+8
| | | | - version: 2.2.2.0
* - update AUTHORS listLaurent Bercot2015-10-142-2/+4
| | | | - 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
* Doc fix (thanks Michael Zuo)Laurent Bercot2015-10-121-1/+1
|
* Agh! SIGWINCH isn't POSIX!Laurent Bercot2015-10-121-0/+3
|
* Add SIGWINCH support to s6-supervise and s6-svc (-y)Laurent Bercot2015-10-123-11/+18
|
* Push back GNU make dependency to 3.81Laurent Bercot2015-10-125-66/+65
|
* - add -s support to s6-svscanLaurent Bercot2015-10-0655-180/+161
| | | | | - 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-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
|