about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* version: 2.5.1.0 (fo realz) v2.5.1.0Laurent Bercot2017-05-211-1/+1
* version: 2.5.1.0Laurent Bercot2017-05-211-1/+1
* Add the timeout-kill feature to s6-supervise. Prepare for version 2.5.1.0.Laurent Bercot2017-05-197-10/+46
* Better error message when s6-sudoc gets punted by s6-ipcserver-accessLaurent Bercot2017-05-121-2/+6
* doc precision: s6-ftrig-wait prints its last event to stdoutLaurent Bercot2017-05-111-1/+2
* s6-ftrig-listen1 now prints the last event to stdoutLaurent Bercot2017-05-114-3/+11
* Prepare for version 2.5.0.1Laurent Bercot2017-05-115-6/+19
* bugfix: s6-svstat accepts -w, not -WLaurent Bercot2017-05-091-1/+1
* Doc typo fixesLaurent Bercot2017-05-072-2/+2
* Fix trailing nulls in s6-svstat's outputLaurent Bercot2017-04-131-2/+2
* Doc link fixLaurent Bercot2017-04-051-1/+1
* Better doc for s6-svc -OLaurent Bercot2017-04-051-3/+3
* Better s6-svstat descriptionLaurent Bercot2017-03-291-2/+3
* s6-svstat doc typo fix and clarificationLaurent Bercot2017-03-291-2/+3
* version: 2.5.0.0 v2.5.0.0Laurent Bercot2017-03-271-0/+22
* Clarify permanent failure API for s6-svwait -r and friends; update docLaurent Bercot2017-03-277-36/+62
* Stop using flagwant; new s6-svstat API; s6-svwait's timeout exitcode is now 99Laurent Bercot2017-03-258-58/+319
* Use uint32_t for s6-fdholderd's indices in genset and avltreenLaurent Bercot2017-03-241-45/+46
* Implement permanent failure for services via ./finish exiting 125Laurent Bercot2017-03-207-16/+51
* Change setpgrp() to setpgid(0, 0) because lolBSD don't have a standard setpg...Laurent Bercot2017-03-141-1/+1
* Cleanup of superfluous includesLaurent Bercot2017-03-1326-42/+18
* Fix argument order in memchr() !Laurent Bercot2017-03-122-2/+2
* Fix a few omissions in the adaptationLaurent Bercot2017-03-124-11/+12
* Adapt to skalibs-2.5.0.0Laurent Bercot2017-03-12106-652/+596
* setpgrp() when nosetsid contains "setpgrp" (asked by Buck Evans)Laurent Bercot2017-02-191-2/+11
* Actually fix the return value of ftrigr_update() (thanks jjk)Laurent Bercot2017-01-311-1/+3
* bugfix: ftrigr_update() could return incorrect value for repeating events (t...Laurent Bercot2017-01-301-2/+21
* Two-space indentation please :PLaurent Bercot2017-01-281-2/+2
* code style fix, types change in docLaurent Bercot2017-01-283-6/+6
* supervise: set down&ready (D) even on LASTFINISHOlivier Brunel2017-01-281-1/+7
* Document the types change (uid_t and gid_t in accessrules)Laurent Bercot2017-01-241-2/+2
* Delete obsolete examples/ROOT, refer to s6-linux-init insteadLaurent Bercot2017-01-2444-298/+11
* Write a warning to stderr when s6-log closes the stdout streamLaurent Bercot2017-01-201-0/+1
* Preparation to version bumpLaurent Bercot2017-01-124-6/+13
* Types fix, first passLaurent Bercot2017-01-1281-309/+407
* Fifodir doc clarification (thanks Buck Evans)Laurent Bercot2016-12-311-1/+37
* bugfix: s6-ipcclient's socket needs to be blockingLaurent Bercot2016-12-011-1/+1
* s6-softlimit: don't use subgetopt_hereLaurent Bercot2016-12-011-22/+21
* Increase s6-log "s" limit to 256MBLaurent Bercot2016-11-216-6/+12
* Doc typo fixLaurent Bercot2016-10-311-1/+1
* version: 2.4.0.0 v2.4.0.0Laurent Bercot2016-10-281-0/+2
* Mention --enable-absolute-paths in INSTALLLaurent Bercot2016-10-251-0/+12
* Revert wrong shared lib fixLaurent Bercot2016-10-242-4/+1
* Proper support for timer_libLaurent Bercot2016-10-241-0/+2
* Fix stupid shared lib dependenciesLaurent Bercot2016-10-242-1/+4
* Implement --enable-absolute-pathsLaurent Bercot2016-10-163-21/+19
* Unconditionally switch s6-ftrigrd to surf (avoid boot stalling problems, and...Laurent Bercot2016-10-163-4/+20
* Port to the new librandom APILaurent Bercot2016-10-143-2/+7
* configure: allow $CC to have several wordsLaurent Bercot2016-09-271-1/+1
* Replace c99 compiler test with clangLaurent Bercot2016-09-261-1/+1