| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | live actually needs to be an absolute path for s6-rc-init and s6-rc-update | Laurent Bercot | 2017-12-23 | 2 | -0/+5 | |
| | | ||||||
| * | Use dir_fd instead of dirfd, because Solaris | Laurent Bercot | 2017-12-21 | 1 | -2/+1 | |
| | | ||||||
| * | Work around NetBSD and Solaris braindeadness | Laurent Bercot | 2017-12-21 | 2 | -28/+30 | |
| | | ||||||
| * | Fix (hopefully) the two remaining bugs in s6-rc-update... | Laurent Bercot | 2017-12-07 | 2 | -3/+3 | |
| | | ||||||
| * | Get this right, maybe? | Laurent Bercot | 2017-12-07 | 1 | -1/+2 | |
| | | ||||||
| * | Fix off-by-one in s6rc_livedir_create | Laurent Bercot | 2017-12-07 | 1 | -1/+1 | |
| | | ||||||
| * | Add s6-rc-format-upgrade | Laurent Bercot | 2017-12-04 | 3 | -16/+75 | |
| | | ||||||
| * | Refactor s6-rc-init and s6-rc-upgrade around atomic_symlink and ↵ | Laurent Bercot | 2017-12-04 | 5 | -216/+144 | |
| | | | | | s6rc_livedir_create | |||||
| * | Fix qsort invocation, now services are really sorted... | Laurent Bercot | 2017-11-27 | 1 | -1/+6 | |
| | | ||||||
| * | Guarantee s6-rc-compile service numbering | Laurent Bercot | 2017-11-27 | 1 | -16/+34 | |
| | | ||||||
| * | Use new skalibs' access_at instead of faccessat, because MacOS | Laurent Bercot | 2017-11-27 | 1 | -1/+1 | |
| | | ||||||
| * | ... but erroring out early is safer. | Laurent Bercot | 2017-11-04 | 1 | -3/+9 | |
| | | ||||||
| * | Even better message: defer it >.> | Laurent Bercot | 2017-11-04 | 1 | -2/+1 | |
| | | ||||||
| * | Better error message on invalid funnel bundles | Laurent Bercot | 2017-11-04 | 1 | -1/+1 | |
| | | ||||||
| * | Warn on misplaced pipeline-name files | Laurent Bercot | 2017-11-04 | 1 | -5/+15 | |
| | | ||||||
| * | Better error messages for resolve_prodcons | Laurent Bercot | 2017-11-04 | 1 | -21/+7 | |
| | | ||||||
| * | Implement funnels. Needs testing. | Laurent Bercot | 2017-11-04 | 10 | -168/+259 | |
| | | ||||||
| * | Workaround for a Solaris bug (incorrect mkdtemp guarding) | Laurent Bercot | 2017-10-19 | 1 | -0/+1 | |
| | | ||||||
| * | Change safety guard to PATH_MAX because Solaris doesn't know NAME_MAX | Laurent Bercot | 2017-10-19 | 1 | -1/+1 | |
| | | ||||||
| * | Limit prefix size to NAME_MAX | Laurent Bercot | 2017-10-17 | 1 | -0/+2 | |
| | | ||||||
| * | version: 0.3.0.0v0.3.0.0 | Laurent Bercot | 2017-10-09 | 1 | -4/+3 | |
| | | ||||||
| * | Make s6-rc prefix-independent; implement s6-rc diff | Laurent Bercot | 2017-10-09 | 2 | -52/+69 | |
| | | | | | | | Using scandir/ in s6-rc is useless, we have access to the servicedirs/ directly. That prevents us from being concerned with scandir prefixes. | |||||
| * | Replace suffix with prefix | Laurent Bercot | 2017-10-09 | 9 | -75/+76 | |
| | | ||||||
| * | Add -s to s6-rc-init; prepare for 0.3.0.0 | Laurent Bercot | 2017-10-08 | 11 | -69/+167 | |
| | | ||||||
| * | Use mkdtemp() for the new livedir in s6-rc-update | Laurent Bercot | 2017-09-30 | 1 | -6/+6 | |
| | | ||||||
| * | bugfix: don't use satmp in s6-rc-init, because argument to rm_rf() | Laurent Bercot | 2017-09-26 | 1 | -17/+18 | |
| | | ||||||
| * | More conversion to xpathexec | Laurent Bercot | 2017-08-22 | 2 | -4/+2 | |
| | | ||||||
| * | Prepare for 0.2.1.2 | Laurent Bercot | 2017-08-22 | 3 | -21/+7 | |
| | | ||||||
| * | Adjust s6-rc verbosity (-v2 is now more terse, -v3 is what -v2 was) | Laurent Bercot | 2017-08-07 | 1 | -2/+2 | |
| | | ||||||
| * | Fix a race condition in s6rc_servicedir_manage() | Laurent Bercot | 2017-07-12 | 1 | -10/+25 | |
| | | ||||||
| * | bugfixes: in s6-rc-compile, off-by-one array size, and uninitialized struct ↵ | Laurent Bercot | 2017-07-03 | 1 | -2/+3 | |
| | | | | | field | |||||
| * | Add commented code to s6-rc to kill oneshots. Just in case. | Laurent Bercot | 2017-06-19 | 1 | -2/+15 | |
| | | ||||||
| * | Usability changes for transition failures in s6-rc change | Laurent Bercot | 2017-06-18 | 1 | -5/+42 | |
| | | | | | | | | | - Add explicit s6-svc -d call for longrun transition failure - Add SIGTERM and SIGINT handling: kill all longrun transitions - Doc update - Credit Lionel - Prepare for 0.2.1.0 | |||||
| * | Increase s6-sudo (for oneshots) timeouts from 2 to 30 seconds | Laurent Bercot | 2017-05-24 | 2 | -2/+2 | |
| | | ||||||
| * | Add support for timeout-kill | Laurent Bercot | 2017-05-19 | 2 | -0/+5 | |
| | | ||||||
| * | Add -d option to s6-rc-init, to dereference compiled | Laurent Bercot | 2017-05-16 | 1 | -4/+12 | |
| | | ||||||
| * | bugfixes: fd leak in s6-rc-oneshot-run, and missing coe in s6rc_lock | Laurent Bercot | 2017-05-12 | 2 | -2/+8 | |
| | | ||||||
| * | bugfix: trivial fdleak in s6-rc-oneshot run. (More to come.) | Laurent Bercot | 2017-05-12 | 1 | -1/+0 | |
| | | ||||||
| * | Don't wait on locks by default (fail instead); add a -b option to get the ↵ | Laurent Bercot | 2017-03-23 | 9 | -57/+78 | |
| | | | | | | | waiting behaviour Also fix a few types in s6-rc-compile (unsigned int -> uint32_t for avltree indices) | |||||
| * | Change the s6-rc-fdholder-filler API for easier external interaction | Laurent Bercot | 2017-03-20 | 2 | -15/+59 | |
| | | | | | | | | Now s6-rc-fdholder-filler reads the list of services to create pipes for from its stdin. s6-rc-compile writes that list to ./data/autofilled instead of hardcoding it into ./run; this makes it possible to change it programmatically. | |||||
| * | Cleanup of superfluous includes | Laurent Bercot | 2017-03-13 | 6 | -7/+0 | |
| | | ||||||
| * | Adapt to skalibs-2.5.0.0 | Laurent Bercot | 2017-03-13 | 26 | -456/+419 | |
| | | ||||||
| * | Types fix: first pass | Laurent Bercot | 2017-01-08 | 25 | -185/+211 | |
| | | ||||||
| * | Typo fix | Laurent Bercot | 2016-10-14 | 1 | -1/+1 | |
| | | ||||||
| * | Port to new librandom API | Laurent Bercot | 2016-10-14 | 1 | -1/+5 | |
| | | ||||||
| * | bugfix: random_sauniquename API in s6-rc-update | Laurent Bercot | 2016-10-14 | 1 | -1/+1 | |
| | | ||||||
| * | Fix finish creation by s6-rc-compile: only when there's such a file in the ↵ | Laurent Bercot | 2016-08-19 | 1 | -9/+20 | |
| | | | | | source! | |||||
| * | Make s6-rc-compile produce finish.user when service has a consumer | Laurent Bercot | 2016-08-18 | 1 | -4/+13 | |
| | | ||||||
| * | Apply Eric's patch for spawn support | Laurent Bercot | 2016-08-16 | 1 | -0/+1 | |
| | | ||||||
| * | Add spawn_lib support | Laurent Bercot | 2016-08-12 | 2 | -0/+2 | |
| | | ||||||
