Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Prepare for 2.6.1.0 | Laurent Bercot | 2017-08-22 | 1 | -2/+8 | |
| | ||||||
* | Add ftrigr_checksa(), rewrite s6_svlisten_loop() around it | Laurent Bercot | 2017-06-14 | 1 | -1/+1 | |
| | | | | | | | - Fixes the race condition hit by permanent failure, i.e. two ftrig events close to each other - Requires storing the sequence of events client-side, so an additional stralloc, bleh - The visible struct ftrigr_s changes, so a major bump is needed -> prepare for 2.6.0.0 - ftrigr_check() is now a trivial wrapper around ftrigr_checksa() | |||||
* | Add the timeout-kill feature to s6-supervise. Prepare for version 2.5.1.0. | Laurent Bercot | 2017-05-19 | 1 | -1/+1 | |
| | ||||||
* | Prepare for version 2.5.0.1 | Laurent Bercot | 2017-05-11 | 1 | -2/+2 | |
| | ||||||
* | Preparation to version bump | Laurent Bercot | 2017-01-12 | 1 | -2/+2 | |
| | ||||||
* | Increase s6-log "s" limit to 256MB | Laurent Bercot | 2016-11-21 | 1 | -1/+1 | |
| | ||||||
* | Mention --enable-absolute-paths in INSTALL | Laurent Bercot | 2016-10-25 | 1 | -0/+12 | |
| | ||||||
* | Add spawn_lib support | Laurent Bercot | 2016-08-12 | 1 | -2/+2 | |
| | ||||||
* | version: 2.3.0.0 v2.3.0.0 | Laurent Bercot | 2016-04-14 | 1 | -1/+1 | |
| | ||||||
* | More standard cross-compilation support (only --host, no --enable-cross needed) | Laurent Bercot | 2016-03-19 | 1 | -17/+26 | |
| | ||||||
* | - fix stupid, stupid s6-ftrigrd crash (thx jjk) | Laurent Bercot | 2016-01-07 | 1 | -1/+1 | |
| | | | | - rc for 2.2.4.3 | |||||
* | - skalibs dep: 2.3.8.3 v2.2.4.0 | Laurent Bercot | 2015-11-16 | 1 | -2/+2 | |
| | | | | | - execline dep: 2.1.4.5 - version: 2.2.4.0 | |||||
* | - add -g option to s6-envuidgid | Laurent Bercot | 2015-11-04 | 1 | -2/+2 | |
| | | | | - set s6-log processor wd to the logdir | |||||
* | - remove now useless tain_now() check in s6-setlock v2.2.2.0 | Laurent Bercot | 2015-10-15 | 1 | -2/+2 | |
| | | | | - version: 2.2.2.0 | |||||
* | Push back GNU make dependency to 3.81 | Laurent Bercot | 2015-10-12 | 1 | -1/+1 | |
| | ||||||
* | - minor bugfix in s6-log (correct return when stat() fails) v2.2.1.1 | Laurent Bercot | 2015-10-05 | 1 | -2/+2 | |
| | | | | | | | - remove fucking -Bsymbolic - add s6-setsid to stage 1 example - prepare shutdown functionality for s6-svscan - version: 2.2.1.1 | |||||
* | - New -wr | -wR options to s6-svc, s6-svlisten1 and s6-svlisten | Laurent Bercot | 2015-08-27 | 1 | -2/+2 | |
| | | | | | - skalibs and execline dep bump - rc for 2.2.1.0 unless more new functionality is needed for s6-rc | |||||
* | xyzzy fix (fixes https://bugs.gentoo.org/show_bug.cgi?id=541092) | Laurent Bercot | 2015-08-12 | 1 | -2/+2 | |
| | ||||||
* | execline dep bump | Laurent Bercot | 2015-07-21 | 1 | -1/+1 | |
| | ||||||
* | - Add timeout-finish support and "down-readiness" | Laurent Bercot | 2015-07-20 | 1 | -1/+1 | |
| | | | | | | | - LOTS of refactoring to make this work - Remove s6-notifywhenup - s6-supervise now rocks the casbah - rc for 2.2.0.0 | |||||
* | - Readiness notification support in s6-supervise | Laurent Bercot | 2015-06-15 | 1 | -2/+2 | |
| | | | | | | - s6-notifywhenup deprecated - Change abundantly documented - rc for 2.1.4.0 | |||||
* | - new options to s6-envuidgid v2.1.3.0 | Laurent Bercot | 2015-03-13 | 1 | -2/+2 | |
| | | | | - version: rc for 2.1.3.0 | |||||
* | version: 2.1.1.2 | Laurent Bercot | 2015-02-25 | 1 | -2/+2 | |
| | ||||||
* | - s6-log overhaul (more stack, less heap), with new directives | Laurent Bercot | 2015-02-07 | 1 | -2/+2 | |
| | | | | | - related doc update - version: 2.1.1.0 rc | |||||
* | Doc updates. | Laurent Bercot | 2015-01-27 | 1 | -1/+1 | |
| | ||||||
* | - added the s6_fdholder library to libs6. (Nothing useful yet.) | Laurent Bercot | 2015-01-19 | 1 | -1/+1 | |
| | | | | | | | | | | - fixed execline invocation in s6-log with slashpackage - integrated s6_svc_main.c's functionality into s6-svscanctl and deleted it - integrated Olivier Brunel's suggestions for wstat report in supervise/status - minor fixes to s6-supervise's status reports - separated sigaction calls in ftrigw_notifyb, this spares a few syscalls in s6-supervise - updated doc to reflect the changes - version bumped to 2.1.0.0 because API breakage (./finish, s6-svstat) | |||||
* | - Parallel build fix v2.0.1.0 | Laurent Bercot | 2015-01-14 | 1 | -2/+2 | |
| | | | | | - Complete readiness notification via supervise/ready - Version updated to 2.0.1.0, release candidate | |||||
* | - bugfix in s6-ftrigrd and s6lockd, need to align with skalibs-2.1.0.0 v2.0.0.1 | Laurent Bercot | 2015-01-06 | 1 | -1/+1 | |
| | | | | - version increased to 2.0.0.1 | |||||
* | Better documentation for --enable-slashpackage | Laurent Bercot | 2015-01-02 | 1 | -2/+16 | |
| | ||||||
* | Update doc: dependency to make 4 | Laurent Bercot | 2014-12-16 | 1 | -1/+1 | |
| | ||||||
* | Initial commit | Laurent Bercot | 2014-12-05 | 1 | -0/+138 | |