about summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* - minor bugfix in s6-log (correct return when stat() fails) v2.2.1.1Laurent Bercot2015-10-052-1/+2
* Bugfix: definition of the s6_fdholder_delete_g macro v2.2.1.0Laurent Bercot2015-09-231-1/+1
* Fix display of readiness at service startupLaurent Bercot2015-09-171-0/+1
* Add specific exit to s6-svstat when service is unsupervisedLaurent Bercot2015-09-081-0/+3
* add s6_svc_ok in libs6, refactor s6-svokLaurent Bercot2015-09-015-20/+32
* 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-273-11/+32
* 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 management v2.2.0.1Laurent Bercot2015-08-121-0/+1
* 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 timeout-finish support and "down-readiness"Laurent Bercot2015-07-2020-522/+346
* - Error message fix in s6-svc v2.1.6.0Laurent Bercot2015-06-251-1/+1