| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | for loop -> while loop. Cleaner. | Laurent Bercot | 2016-07-22 | 1 | -4/+2 |
| | | |||||
| * | bugfix: check for missing } in s6-rc-compile (thanks smaeul) | Laurent Bercot | 2016-06-09 | 1 | -1/+2 |
| | | |||||
| * | Add rollback to s6rc_servicedir_manage; it should now be transactional | Laurent Bercot | 2016-03-17 | 5 | -21/+57 |
| | | |||||
| * | s6-rc-init bugfix: don't use satmp.s after cleanup(). For real this time. | Laurent Bercot | 2016-03-10 | 1 | -1/+3 |
| | | |||||
| * | Better mem locality in s6-rc-update. (lol.) | Laurent Bercot | 2016-02-28 | 1 | -1/+1 |
| | | |||||
| * | simplify the s6rc-oneshot-runner run script | Laurent Bercot | 2015-12-07 | 1 | -3/+1 |
| | | |||||
| * | - better error codes in s6-rc-update | Laurent Bercot | 2015-11-13 | 1 | -2/+6 |
| | | | | | - doc fixes | ||||
| * | s6-rc-init bugfix: don't use satmp.s after cleanup() (thanks Eric Le Bihan) | Laurent Bercot | 2015-11-07 | 1 | -1/+3 |
| | | |||||
| * | - appease gcc, which still doesn't understand data flow across gotos, in ↵ | Laurent Bercot | 2015-10-27 | 1 | -1/+1 |
| | | | | | | | s6rc_lock - document proper service stubbing for OpenRC | ||||
| * | Remove now useless tain_now() checksv0.0.1.2 | Laurent Bercot | 2015-10-15 | 2 | -4/+2 |
| | | |||||
| * | Remove useless variable in s6-rc-update | Laurent Bercot | 2015-09-27 | 1 | -2/+0 |
| | | |||||
| * | No need for -a in s6-rc -u invocation; remove -X from dryrun print | Laurent Bercot | 2015-09-23 | 1 | -4/+6 |
| | | |||||
| * | Fix logic bug with new deps in s6-rc-update; add comments around | Laurent Bercot | 2015-09-23 | 1 | -11/+39 |
| | | | | | the logic because that's where the magic happens. | ||||
| * | s6-rc-update bugfix: correctly handle renamed pipes in the fdholder | Laurent Bercot | 2015-09-23 | 1 | -23/+78 |
| | | |||||
| * | Add S6RC_EXTLIBEXECPREFIX, use it in s6-rc-compile. Databases should work | Laurent Bercot | 2015-09-22 | 2 | -3/+8 |
| | | | | | across s6-rc versions! | ||||
| * | Change s6rc-oneshot-runner to use s6-rc-oneshot-run, as well as s6-rc's | Laurent Bercot | 2015-09-21 | 2 | -8/+12 |
| | | | | | | | | s6-sudo invocation. It's less efficient (s6-rc-oneshot-run loads and parses the database every time) but it's more secure, because only programs in the database can be executed with s6-sudod privileges. | ||||
| * | Bugfix in s6-rc-oneshot-run: use pathexec0_run instead of pathexec_run | Laurent Bercot | 2015-09-21 | 1 | -1/+1 |
| | | |||||
| * | Trivial bugfixes in s6-rc-oneshot-run | Laurent Bercot | 2015-09-21 | 1 | -3/+3 |
| | | |||||
| * | Add s6-rc-oneshot-run (without using it in s6-rc-compile or s6-rc yet) | Laurent Bercot | 2015-09-21 | 2 | -0/+104 |
| | | |||||
| * | Cosmetic changes in s6-rc-update | Laurent Bercot | 2015-09-17 | 1 | -1/+3 |
| | | |||||
| * | s6-rc-update bigfux | Laurent Bercot | 2015-09-16 | 1 | -11/+13 |
| | | |||||
| * | s6-rc-update bugfixes. Now works on nops. | Laurent Bercot | 2015-09-12 | 4 | -24/+29 |
| | | |||||
| * | s6-rc-update doc, bugfix | Laurent Bercot | 2015-09-11 | 2 | -45/+59 |
| | | |||||
| * | and another one... | Laurent Bercot | 2015-09-02 | 1 | -2/+4 |
| | | |||||
| * | and another one | Laurent Bercot | 2015-09-02 | 1 | -2/+2 |
| | | |||||
| * | s6-rc-bundle bugfix | Laurent Bercot | 2015-09-02 | 1 | -1/+1 |
| | | |||||
| * | s6rc_lock bugfix for EROFS | Laurent Bercot | 2015-09-02 | 1 | -1/+1 |
| | | |||||
| * | Fix the regression in s6-rc-init; progress on s6-rc-update | Laurent Bercot | 2015-09-02 | 4 | -284/+116 |
| | | |||||
| * | Intermediate commit to fix a regression | Laurent Bercot | 2015-09-02 | 6 | -48/+316 |
| | | |||||
| * | - some work on s6-rc-update | Laurent Bercot | 2015-08-29 | 10 | -108/+502 |
| | | | | | - add s6-rc-bundle and relevant doc | ||||
| * | More work on s6-rc-update | Laurent Bercot | 2015-08-27 | 6 | -153/+206 |
| | | |||||
| * | Fix dep: libs6rc -> libs6 | Laurent Bercot | 2015-08-25 | 1 | -0/+1 |
| | | |||||
| * | Some refactor + add servicedir copy functions in libs6rc | Laurent Bercot | 2015-08-25 | 12 | -40/+295 |
| | | |||||
| * | Fix compute_timeout bug in s6-rc.c (thanks Tommi Virtanen) | Laurent Bercot | 2015-08-25 | 1 | -1/+1 |
| | | |||||
| * | Fix warning when no notification-fd | Laurent Bercot | 2015-08-25 | 1 | -1/+1 |
| | | |||||
| * | String termination bugfix in s6-rc-fdholder-filler | Laurent Bercot | 2015-08-24 | 1 | -1/+1 |
| | | |||||
| * | - Fix bugs reported by Guillermo and Colin | Laurent Bercot | 2015-08-22 | 2 | -39/+32 |
| | | | | | - Add Guillermo and Colin to AUTHORS | ||||
| * | Made live a symlink, for easier atomic updating | Laurent Bercot | 2015-08-18 | 1 | -57/+53 |
| | | |||||
| * | Safer version of pipelines, with an auto-refilling fdholder | Laurent Bercot | 2015-08-16 | 6 | -123/+180 |
| | | |||||
| * | - add support for --livedir | Laurent Bercot | 2015-08-13 | 4 | -4/+3 |
| | | | | | - doc fixes | ||||
