| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | version: 2.6.0.0v2.6.0.0 | Laurent Bercot | 2017-06-15 | 2 | -1/+9 |
| | | |||||
| * | Add ftrigr_checksa(), rewrite s6_svlisten_loop() around it | Laurent Bercot | 2017-06-14 | 16 | -58/+129 |
| | | | | | | | | - Fixes the race condition hit by permanent failure, i.e. two ftrig events close to each other - Requires storing the sequence of events client-side, so an additional stralloc, bleh - The visible struct ftrigr_s changes, so a major bump is needed -> prepare for 2.6.0.0 - ftrigr_check() is now a trivial wrapper around ftrigr_checksa() | ||||
| * | s6-ftrigrd: be silent when the client dies in the middle of an asyncout flush | Laurent Bercot | 2017-06-13 | 2 | -1/+3 |
| | | | | | Also add ./configure output to .gitignore | ||||
| * | bugfix: use memmove instead of memcpy in an overlapping stralloc in s6-ftrigrd | Laurent Bercot | 2017-06-13 | 1 | -1/+1 |
| | | |||||
| * | More schemeless URLs | Laurent Bercot | 2017-05-24 | 2 | -2/+2 |
| | | |||||
| * | More schemeless URLs | Laurent Bercot | 2017-05-24 | 1 | -1/+1 |
| | | |||||
| * | fix s6-sudod default timeout: infinite by default, as documented | Laurent Bercot | 2017-05-24 | 1 | -1/+1 |
| | | |||||
| * | Switch doc to schemeless URLs | Laurent Bercot | 2017-05-23 | 79 | -319/+319 |
| | | |||||
| * | version: 2.5.1.0 (fo realz)v2.5.1.0 | Laurent Bercot | 2017-05-21 | 1 | -1/+1 |
| | | |||||
| * | version: 2.5.1.0 | Laurent Bercot | 2017-05-21 | 1 | -1/+1 |
| | | |||||
| * | Add the timeout-kill feature to s6-supervise. Prepare for version 2.5.1.0. | Laurent Bercot | 2017-05-19 | 7 | -10/+46 |
| | | |||||
| * | Better error message when s6-sudoc gets punted by s6-ipcserver-access | Laurent Bercot | 2017-05-12 | 1 | -2/+6 |
| | | |||||
| * | doc precision: s6-ftrig-wait prints its last event to stdout | Laurent Bercot | 2017-05-11 | 1 | -1/+2 |
| | | |||||
| * | s6-ftrig-listen1 now prints the last event to stdout | Laurent Bercot | 2017-05-11 | 4 | -3/+11 |
| | | |||||
| * | Prepare for version 2.5.0.1 | Laurent Bercot | 2017-05-11 | 5 | -6/+19 |
| | | |||||
| * | bugfix: s6-svstat accepts -w, not -W | Laurent Bercot | 2017-05-09 | 1 | -1/+1 |
| | | |||||
| * | Doc typo fixes | Laurent Bercot | 2017-05-07 | 2 | -2/+2 |
| | | |||||
| * | Fix trailing nulls in s6-svstat's output | Laurent Bercot | 2017-04-13 | 1 | -2/+2 |
| | | |||||
| * | Doc link fix | Laurent Bercot | 2017-04-05 | 1 | -1/+1 |
| | | |||||
| * | Better doc for s6-svc -O | Laurent Bercot | 2017-04-05 | 1 | -3/+3 |
| | | |||||
| * | Better s6-svstat description | Laurent Bercot | 2017-03-29 | 1 | -2/+3 |
| | | |||||
| * | s6-svstat doc typo fix and clarification | Laurent Bercot | 2017-03-29 | 1 | -2/+3 |
| | | |||||
| * | version: 2.5.0.0v2.5.0.0 | Laurent Bercot | 2017-03-27 | 1 | -0/+22 |
| | | |||||
| * | Clarify permanent failure API for s6-svwait -r and friends; update doc | Laurent Bercot | 2017-03-27 | 7 | -36/+62 |
| | | |||||
| * | Stop using flagwant; new s6-svstat API; s6-svwait's timeout exitcode is now 99 | Laurent Bercot | 2017-03-25 | 8 | -58/+319 |
| | | |||||
| * | Use uint32_t for s6-fdholderd's indices in genset and avltreen | Laurent Bercot | 2017-03-24 | 1 | -45/+46 |
| | | |||||
| * | Implement permanent failure for services via ./finish exiting 125 | Laurent Bercot | 2017-03-20 | 7 | -16/+51 |
| | | |||||
| * | Change setpgrp() to setpgid(0, 0) because lolBSD don't have a standard ↵ | Laurent Bercot | 2017-03-14 | 1 | -1/+1 |
| | | | | | | | setpgrp(). How the fuck are the BSDs even still alive? | ||||
| * | Cleanup of superfluous includes | Laurent Bercot | 2017-03-13 | 26 | -42/+18 |
| | | |||||
| * | Fix argument order in memchr() ! | Laurent Bercot | 2017-03-12 | 2 | -2/+2 |
| | | |||||
| * | Fix a few omissions in the adaptation | Laurent Bercot | 2017-03-12 | 4 | -11/+12 |
| | | |||||
| * | Adapt to skalibs-2.5.0.0 | Laurent Bercot | 2017-03-12 | 106 | -652/+596 |
| | | |||||
| * | setpgrp() when nosetsid contains "setpgrp" (asked by Buck Evans) | Laurent Bercot | 2017-02-19 | 1 | -2/+11 |
| | | |||||
| * | Actually fix the return value of ftrigr_update() (thanks jjk) | Laurent Bercot | 2017-01-31 | 1 | -1/+3 |
| | | |||||
| * | bugfix: ftrigr_update() could return incorrect value for repeating events ↵ | Laurent Bercot | 2017-01-30 | 1 | -2/+21 |
| | | | | | (thanks jjk) | ||||
| * | Two-space indentation please :P | Laurent Bercot | 2017-01-28 | 1 | -2/+2 |
| | | |||||
| * | code style fix, types change in doc | Laurent Bercot | 2017-01-28 | 3 | -6/+6 |
| | | |||||
| * | supervise: set down&ready (D) even on LASTFINISH | Olivier Brunel | 2017-01-28 | 1 | -1/+7 |
| | | | | | Signed-off-by: Olivier Brunel <jjk@jjacky.com> | ||||
| * | Document the types change (uid_t and gid_t in accessrules) | Laurent Bercot | 2017-01-24 | 1 | -2/+2 |
| | | |||||
| * | Delete obsolete examples/ROOT, refer to s6-linux-init instead | Laurent Bercot | 2017-01-24 | 44 | -298/+11 |
| | | |||||
| * | Write a warning to stderr when s6-log closes the stdout stream | Laurent Bercot | 2017-01-20 | 1 | -0/+1 |
| | | |||||
| * | Preparation to version bump | Laurent Bercot | 2017-01-12 | 4 | -6/+13 |
| | | |||||
| * | Types fix, first pass | Laurent Bercot | 2017-01-12 | 81 | -309/+407 |
| | | |||||
| * | Fifodir doc clarification (thanks Buck Evans) | Laurent Bercot | 2016-12-31 | 1 | -1/+37 |
| | | |||||
| * | bugfix: s6-ipcclient's socket needs to be blocking | Laurent Bercot | 2016-12-01 | 1 | -1/+1 |
| | | |||||
| * | s6-softlimit: don't use subgetopt_here | Laurent Bercot | 2016-12-01 | 1 | -22/+21 |
| | | |||||
| * | Increase s6-log "s" limit to 256MB | Laurent Bercot | 2016-11-21 | 6 | -6/+12 |
| | | |||||
| * | Doc typo fix | Laurent Bercot | 2016-10-31 | 1 | -1/+1 |
| | | |||||
| * | version: 2.4.0.0v2.4.0.0 | Laurent Bercot | 2016-10-28 | 1 | -0/+2 |
| | | |||||
| * | Mention --enable-absolute-paths in INSTALL | Laurent Bercot | 2016-10-25 | 1 | -0/+12 |
| | | |||||
