about summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add the timeout-kill feature to s6-supervise. Prepare for version 2.5.1.0.Laurent Bercot2017-05-191-2/+21
* Better error message when s6-sudoc gets punted by s6-ipcserver-accessLaurent Bercot2017-05-121-2/+6
* s6-ftrig-listen1 now prints the last event to stdoutLaurent Bercot2017-05-111-2/+4
* bugfix: s6-svstat accepts -w, not -WLaurent Bercot2017-05-091-1/+1
* Fix trailing nulls in s6-svstat's outputLaurent Bercot2017-04-131-2/+2
* Clarify permanent failure API for s6-svwait -r and friends; update docLaurent Bercot2017-03-273-27/+20
* Stop using flagwant; new s6-svstat API; s6-svwait's timeout exitcode is now 99Laurent Bercot2017-03-254-48/+230
* 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-205-13/+38
* 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-12101-638/+582
* 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-281-1/+1
* supervise: set down&ready (D) even on LASTFINISHOlivier Brunel2017-01-281-1/+7
* Write a warning to stderr when s6-log closes the stdout streamLaurent Bercot2017-01-201-0/+1
* Types fix, first passLaurent Bercot2017-01-1281-309/+407
* 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-211-1/+1
* 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
* Add guard-rail to s6-ipcserver to avoid it choking on a dgram socketLaurent Bercot2016-09-101-0/+1
* Allow s6-ipcserver-socketbinder to create SOCK_DGRAM sockets and to not list...Laurent Bercot2016-09-101-5/+10
* Apply Eric's patch for spawn supportLaurent Bercot2016-08-161-0/+1
* Add spawn_lib supportLaurent Bercot2016-08-128-0/+8
* - doc typo fixLaurent Bercot2016-07-121-1/+2
* - s6-svscan defaults to -t0 instead of -t5000Laurent Bercot2016-03-181-1/+1
* Cosmetic fixes (remove useless headers, add a const)Laurent Bercot2016-02-232-4/+3
* Fix argc check in s6-svlisten1Laurent Bercot2016-02-021-1/+1
* Use bracket expression instead of alternation in svlisten regex v2.2.4.3Laurent Bercot2016-01-081-1/+1
* - fix stupid, stupid s6-ftrigrd crash (thx jjk)Laurent Bercot2016-01-071-12/+10
* Fix s6-envuidgid behaviour when -D is given but not -u/-g/-B v2.2.4.1Laurent Bercot2015-12-161-40/+68
* - Fix selfpipe_read() invocation: the return is int, not charLaurent Bercot2015-11-302-4/+2
* allow user: syntax for s6-envuidgid -BLaurent Bercot2015-11-131-0/+1
* - new options to s6-envuidgidLaurent Bercot2015-11-131-34/+66
* - s6-ioconnect bugfix v2.2.3.1Laurent Bercot2015-11-051-1/+1
* - add -g option to s6-envuidgidLaurent Bercot2015-11-042-40/+50
* Remove extraneous space in s6-tai64nlocalLaurent Bercot2015-10-201-1/+0
* - remove now useless tain_now() check in s6-setlock v2.2.2.0Laurent Bercot2015-10-151-1/+1
* - update AUTHORS listLaurent Bercot2015-10-141-2/+2
* s6-log bugfix: only finalize() and exit when all rotations have completed su...Laurent Bercot2015-10-141-3/+5
* Agh! SIGWINCH isn't POSIX!Laurent Bercot2015-10-121-0/+3
* Add SIGWINCH support to s6-supervise and s6-svc (-y)Laurent Bercot2015-10-122-10/+16
* - add -s support to s6-svscanLaurent Bercot2015-10-061-7/+42