| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - Revert LASTFINISH special case (closing stdin/out) in s6-supervise. | Laurent Bercot | 2015-03-01 | 3 | -18/+1 |
| | | | | | | (To be watched, but loggers should exit once s6-supervise exits.) - Change Colin's email address | ||||
| * | Cleanup changes in examples/ (thanks Colin Booth) | Laurent Bercot | 2015-03-01 | 6 | -10/+11 |
| | | |||||
| * | Update s6 example files | Colin Booth | 2015-02-28 | 9 | -13/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | Change -t to t for s6-log scripts: With the release of s6 v2.1.1.0 the -t flag to s6-log was depricated and replaced with a per-match control directive. This updates the example scripts to follow the current supported logging syntax. Update syslogd-linux example logger: It's helpful if you're doing syslog-style logging to split your log streams into different files in addition to a consolidated log. This change also splits the logging script out to be easier to manage. This also serves a second purpose of highlighting the fact that s6-log supports multiple log targets. Remove (most) absolute paths for non-init replacement s6-svscan: With non-slashpackage installs becoming the default, odds are that the execline and s6 binaries will be installed somewhere in the path. While all the example scripts still make calls to /command/execlineb, it makes sense to reduce the amount of editing needed to make these scripts work. Updating gitignore to skip trying to add vim turds | ||||
| * | Fix Olivier's e-mail | Laurent Bercot | 2015-02-28 | 1 | -1/+1 |
| | | |||||
| * | contact clarification in README | Laurent Bercot | 2015-02-28 | 1 | -1/+3 |
| | | |||||
| * | version: 2.1.1.2 | Laurent Bercot | 2015-02-25 | 4 | -6/+15 |
| | | |||||
| * | Doc cosmetic fixv2.1.1.2 | Laurent Bercot | 2015-02-25 | 1 | -1/+1 |
| | | |||||
| * | Bugfix: wrong selection amount in s6-log's second pass - thanks Patrick ↵ | Laurent Bercot | 2015-02-24 | 1 | -1/+1 |
| | | | | | Mahoney. | ||||
| * | Credit Gorka | Laurent Bercot | 2015-02-20 | 1 | -0/+1 |
| | | |||||
| * | s6-fdholderd bugfix: defaultre rre, not wre when !rre_done | Laurent Bercot | 2015-02-20 | 1 | -1/+1 |
| | | |||||
| * | Cosmetic error message fix in s6-fdholder-deletec | Laurent Bercot | 2015-02-19 | 1 | -1/+1 |
| | | |||||
| * | Bugfix: s6-log wasn't parsing regexps correctly (!) | Laurent Bercot | 2015-02-17 | 6 | -4/+13 |
| | | | | | | Thanks to Roy Lanek. version: 2.1.1.1 | ||||
| * | One more spurious warning fixv2.1.1.1v2.1.1.0 | Laurent Bercot | 2015-02-16 | 1 | -1/+1 |
| | | |||||
| * | More doc typo fixes | Laurent Bercot | 2015-02-16 | 1 | -8/+10 |
| | | |||||
| * | Doc typo fixes | Laurent Bercot | 2015-02-16 | 3 | -3/+15 |
| | | |||||
| * | - cosmetic fixes in s6-fdholderd | Laurent Bercot | 2015-02-08 | 2 | -6/+4 |
| | | | | | - timestamp length bugfix in s6-log | ||||
| * | - s6-log overhaul (more stack, less heap), with new directives | Laurent Bercot | 2015-02-07 | 6 | -470/+548 |
| | | | | | | - related doc update - version: 2.1.1.0 rc | ||||
| * | Doc fixes | Laurent Bercot | 2015-01-31 | 3 | -7/+7 |
| | | |||||
| * | I changed my mind. Added access control for listing to s6-fdholderd. | Laurent Bercot | 2015-01-29 | 2 | -7/+16 |
| | | |||||
| * | - clang build fixv2.1.0.1 | Laurent Bercot | 2015-01-27 | 5 | -24/+37 |
| | | | | | | - s6-fdholder-daemon ltimeout bugfix - rc for v2.1.0.1 | ||||
| * | doc/upgrade.html doc upgrade. (yeah....)v2.1.0.0 | Laurent Bercot | 2015-01-27 | 1 | -0/+2 |
| | | |||||
| * | Doc updates. | Laurent Bercot | 2015-01-27 | 3 | -7/+11 |
| | | |||||
| * | More documentation! A page about socket activation! | Laurent Bercot | 2015-01-27 | 3 | -6/+121 |
| | | |||||
| * | - added s6-fdholder-delete(c) | Laurent Bercot | 2015-01-26 | 42 | -67/+1987 |
| | | | | | | | - small s6-fdholder-* fixes - s6-fdholder documentation (in review) - s6_svstatus_* bugfix (thanks Olivier Brunel) | ||||
| * | Added fdholder, beta. Documentation will come next. | Laurent Bercot | 2015-01-23 | 31 | -5/+1762 |
| | | |||||
| * | - add s6_accessrules_params_free | Laurent Bercot | 2015-01-23 | 13 | -18/+81 |
| | | | | | - some libfdholder debug | ||||
| * | Updated doc for s6-notifywhenup ready file | Laurent Bercot | 2015-01-20 | 1 | -1/+4 |
| | | |||||
| * | Document readiness support in s6-svstat | Laurent Bercot | 2015-01-20 | 1 | -1/+5 |
| | | |||||
| * | Add readiness support to s6-svstat | Laurent Bercot | 2015-01-20 | 6 | -15/+36 |
| | | |||||
| * | Change "signal TERM" to "signal SIGTERM" in s6-svstat | Laurent Bercot | 2015-01-19 | 1 | -0/+3 |
| | | |||||
| * | - added the s6_fdholder library to libs6. (Nothing useful yet.) | Laurent Bercot | 2015-01-19 | 35 | -144/+708 |
| | | | | | | | | | | | - 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) | ||||
| * | - s6-svlisten and s6-svlisten1 | Laurent Bercot | 2015-01-16 | 15 | -23/+601 |
| | | | | | | - Synchronous s6-svc - version 2.0.2.0, rc | ||||
| * | Move Unix domain utilities and access control utilites, | Laurent Bercot | 2015-01-15 | 73 | -131/+4251 |
| | | | | | as well as the accessrules library, from s6-networking to here | ||||
| * | Doc typo fix | Laurent Bercot | 2015-01-15 | 1 | -1/+1 |
| | | |||||
| * | - Parallel build fixv2.0.1.0 | Laurent Bercot | 2015-01-14 | 31 | -91/+134 |
| | | | | | | - Complete readiness notification via supervise/ready - Version updated to 2.0.1.0, release candidate | ||||
| * | Add .NOTPARALLEL to work around possible make bug | Laurent Bercot | 2015-01-13 | 1 | -0/+2 |
| | | |||||
| * | Clean up static/shared libs initialization in configure and Makefile | Laurent Bercot | 2015-01-11 | 3 | -4/+5 |
| | | | | | fd_close -> close in s6-notifywhenup | ||||
| * | Allow empty gidlists in s6-applyuidgid | Laurent Bercot | 2015-01-07 | 1 | -1/+1 |
| | | |||||
| * | add <skalibs/setgroups.h> to s6-applyuidgid | Laurent Bercot | 2015-01-06 | 1 | -0/+1 |
| | | |||||
| * | Add s6-applyuidgid | Laurent Bercot | 2015-01-06 | 7 | -1/+141 |
| | | |||||
| * | - bugfix in s6-ftrigrd and s6lockd, need to align with skalibs-2.1.0.0v2.0.0.1 | Laurent Bercot | 2015-01-06 | 10 | -11/+17 |
| | | | | | - version increased to 2.0.0.1 | ||||
| * | Remove -x test from gen-deps.sh | Laurent Bercot | 2015-01-04 | 1 | -3/+1 |
| | | |||||
| * | Fix configure --help: no support for VAR=VALUE | Laurent Bercot | 2015-01-02 | 1 | -4/+1 |
| | | |||||
| * | More noob-friendly configure defaults | Laurent Bercot | 2015-01-02 | 1 | -11/+31 |
| | | |||||
| * | Better documentation for --enable-slashpackage | Laurent Bercot | 2015-01-02 | 1 | -2/+16 |
| | | |||||
| * | Replace LASTPID with ! in the init-stage1 example script | Laurent Bercot | 2014-12-23 | 1 | -1/+1 |
| | | |||||
| * | Tentative ucspilogd fix for Solarisv2.0.0.0 | Laurent Bercot | 2014-12-22 | 1 | -0/+63 |
| | | |||||
| * | Actually build ucspilogd >.> | Laurent Bercot | 2014-12-22 | 2 | -2/+4 |
| | | |||||
| * | Doc fixes | Laurent Bercot | 2014-12-19 | 4 | -12/+12 |
| | | |||||
| * | Add examples/ subtree | Laurent Bercot | 2014-12-19 | 73 | -0/+445 |
| | | |||||
