Age | Commit message (Expand) | Author |
2017-07-16 | Propagate fd_close() changes, fix deps for ftrigr_updateb() | Laurent Bercot |
2017-07-16 | Add ftrigr_updateb() | Laurent Bercot |
2017-07-12 | Add s6_svc_lock_take() and s6_svc_lock_release() | Laurent Bercot |
2017-06-17 | s6-ipcserver-access: make -E properly remove IPCCONNNUM | Laurent Bercot |
2017-06-14 | Add ftrigr_checksa(), rewrite s6_svlisten_loop() around it | Laurent Bercot |
2017-06-13 | s6-ftrigrd: be silent when the client dies in the middle of an asyncout flush | Laurent Bercot |
2017-06-13 | bugfix: use memmove instead of memcpy in an overlapping stralloc in s6-ftrigrd | Laurent Bercot |
2017-05-24 | fix s6-sudod default timeout: infinite by default, as documented | Laurent Bercot |
2017-05-19 | Add the timeout-kill feature to s6-supervise. Prepare for version 2.5.1.0. | Laurent Bercot |
2017-05-12 | Better error message when s6-sudoc gets punted by s6-ipcserver-access | Laurent Bercot |
2017-05-11 | s6-ftrig-listen1 now prints the last event to stdout | Laurent Bercot |
2017-05-09 | bugfix: s6-svstat accepts -w, not -W | Laurent Bercot |
2017-04-13 | Fix trailing nulls in s6-svstat's output | Laurent Bercot |
2017-03-27 | Clarify permanent failure API for s6-svwait -r and friends; update doc | Laurent Bercot |
2017-03-25 | Stop using flagwant; new s6-svstat API; s6-svwait's timeout exitcode is now 99 | Laurent Bercot |
2017-03-24 | Use uint32_t for s6-fdholderd's indices in genset and avltreen | Laurent Bercot |
2017-03-20 | Implement permanent failure for services via ./finish exiting 125 | Laurent 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 includes | Laurent Bercot |
2017-03-12 | Fix argument order in memchr() ! | Laurent Bercot |
2017-03-12 | Fix a few omissions in the adaptation | Laurent Bercot |
2017-03-12 | Adapt to skalibs-2.5.0.0 | Laurent 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 :P | Laurent Bercot |
2017-01-28 | code style fix, types change in doc | Laurent Bercot |
2017-01-28 | supervise: set down&ready (D) even on LASTFINISH | Olivier Brunel |
2017-01-20 | Write a warning to stderr when s6-log closes the stdout stream | Laurent Bercot |
2017-01-12 | Types fix, first pass | Laurent Bercot |
2016-12-01 | bugfix: s6-ipcclient's socket needs to be blocking | Laurent Bercot |
2016-12-01 | s6-softlimit: don't use subgetopt_here | Laurent Bercot |
2016-11-21 | Increase s6-log "s" limit to 256MB | Laurent 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 API | Laurent Bercot |
2016-09-10 | Add guard-rail to s6-ipcserver to avoid it choking on a dgram socket | Laurent 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 support | Laurent Bercot |
2016-08-12 | Add spawn_lib support | Laurent Bercot |
2016-07-12 | - doc typo fix | Laurent Bercot |
2016-03-18 | - s6-svscan defaults to -t0 instead of -t5000 | Laurent Bercot |
2016-02-23 | Cosmetic fixes (remove useless headers, add a const) | Laurent Bercot |
2016-02-02 | Fix argc check in s6-svlisten1 | Laurent Bercot |
2016-01-08 | Use bracket expression instead of alternation in svlisten regexv2.2.4.3 | Laurent 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.1 | Laurent Bercot |
2015-11-30 | - Fix selfpipe_read() invocation: the return is int, not char | Laurent Bercot |
2015-11-13 | allow user: syntax for s6-envuidgid -B | Laurent Bercot |
2015-11-13 | - new options to s6-envuidgid | Laurent Bercot |
2015-11-05 | - s6-ioconnect bugfixv2.2.3.1 | Laurent Bercot |