summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-03-27 Clarify permanent failure API for s6-svwait -r and friends; update docLaurent Bercot
2017-03-25 Stop using flagwant; new s6-svstat API; s6-svwait's timeout exitcode is now 99Laurent Bercot
2017-03-24 Use uint32_t for s6-fdholderd's indices in genset and avltreenLaurent Bercot
2017-03-20 Implement permanent failure for services via ./finish exiting 125Laurent Bercot
2017-03-14 Change setpgrp() to setpgid(0, 0) because lolBSD don't have a standard setpg...Laurent Bercot
2017-03-13 Cleanup of superfluous includesLaurent Bercot
2017-03-12 Fix argument order in memchr() !Laurent Bercot
2017-03-12 Fix a few omissions in the adaptationLaurent Bercot
2017-03-12 Adapt to skalibs-2.5.0.0Laurent Bercot
2017-02-19 setpgrp() when nosetsid contains "setpgrp" (asked by Buck Evans)Laurent Bercot
2017-01-31 Actually fix the return value of ftrigr_update() (thanks jjk)Laurent Bercot
2017-01-30 bugfix: ftrigr_update() could return incorrect value for repeating events (t...Laurent Bercot
2017-01-28 Two-space indentation please :PLaurent Bercot
2017-01-28 code style fix, types change in docLaurent Bercot
2017-01-28supervise: set down&ready (D) even on LASTFINISHOlivier Brunel
2017-01-20 Write a warning to stderr when s6-log closes the stdout streamLaurent Bercot
2017-01-12 Types fix, first passLaurent Bercot
2016-12-01 bugfix: s6-ipcclient's socket needs to be blockingLaurent Bercot
2016-12-01 s6-softlimit: don't use subgetopt_hereLaurent Bercot
2016-11-21 Increase s6-log "s" limit to 256MBLaurent Bercot
2016-10-16 Unconditionally switch s6-ftrigrd to surf (avoid boot stalling problems, and...Laurent Bercot
2016-10-14 Port to the new librandom APILaurent Bercot
2016-09-10 Add guard-rail to s6-ipcserver to avoid it choking on a dgram socketLaurent Bercot
2016-09-10 Allow s6-ipcserver-socketbinder to create SOCK_DGRAM sockets and to not list...Laurent Bercot
2016-08-16 Apply Eric's patch for spawn supportLaurent Bercot
2016-08-12 Add spawn_lib supportLaurent Bercot
2016-07-12 - doc typo fixLaurent Bercot
2016-03-18 - s6-svscan defaults to -t0 instead of -t5000Laurent Bercot
2016-02-23 Cosmetic fixes (remove useless headers, add a const)Laurent Bercot
2016-02-02Fix argc check in s6-svlisten1Laurent Bercot
2016-01-08 Use bracket expression instead of alternation in svlisten regexv2.2.4.3Laurent Bercot
2016-01-07 - fix stupid, stupid s6-ftrigrd crash (thx jjk)Laurent Bercot
2015-12-16 Fix s6-envuidgid behaviour when -D is given but not -u/-g/-Bv2.2.4.1Laurent Bercot
2015-11-30 - Fix selfpipe_read() invocation: the return is int, not charLaurent Bercot
2015-11-13 allow user: syntax for s6-envuidgid -BLaurent Bercot
2015-11-13 - new options to s6-envuidgidLaurent Bercot
2015-11-05 - s6-ioconnect bugfixv2.2.3.1Laurent Bercot
2015-11-04 - add -g option to s6-envuidgidLaurent Bercot
2015-10-20 Remove extraneous space in s6-tai64nlocalLaurent Bercot
2015-10-15 - remove now useless tain_now() check in s6-setlockv2.2.2.0Laurent Bercot
2015-10-14 - update AUTHORS listLaurent Bercot
2015-10-14 s6-log bugfix: only finalize() and exit when all rotations have completed su...Laurent Bercot
2015-10-12 Agh! SIGWINCH isn't POSIX!Laurent Bercot
2015-10-12 Add SIGWINCH support to s6-supervise and s6-svc (-y)Laurent Bercot
2015-10-06 - add -s support to s6-svscanLaurent Bercot
2015-10-05 - minor bugfix in s6-log (correct return when stat() fails)v2.2.1.1Laurent Bercot
2015-09-23 Bugfix: definition of the s6_fdholder_delete_g macrov2.2.1.0Laurent Bercot
2015-09-17 Fix display of readiness at service startupLaurent Bercot
2015-09-08 Add specific exit to s6-svstat when service is unsupervisedLaurent Bercot
2015-09-01 add s6_svc_ok in libs6, refactor s6-svokLaurent Bercot