| Commit message (Expand) | Author | Age | Files | Lines |
| * | version: 0.0.1.3v0.0.1.3 | Laurent Bercot | 2015-11-04 | 3 | -2/+8 |
| * | - appease gcc, which still doesn't understand data flow across gotos, in s6r... | Laurent Bercot | 2015-10-27 | 2 | -3/+7 |
| * | Separate sections for smaller static binaries (thanks Denys Vlasenko) | Laurent Bercot | 2015-10-26 | 1 | -0/+6 |
| * | Remove now useless tain_now() checksv0.0.1.2 | Laurent Bercot | 2015-10-15 | 2 | -4/+2 |
| * | - dependencies updated | Laurent Bercot | 2015-10-15 | 4 | -8/+21 |
| * | Push back GNU make dependency to 3.81 | Laurent Bercot | 2015-10-12 | 5 | -16/+16 |
| * | - remove fucking -Bsymbolicv0.0.1.1 | Laurent Bercot | 2015-10-05 | 5 | -9/+19 |
| * | Remove useless variable in s6-rc-update | Laurent Bercot | 2015-09-27 | 1 | -2/+0 |
| * | Fix typo in index.html (of course, RIGHT after the release...) | Laurent Bercot | 2015-09-23 | 1 | -1/+1 |
| * | Update .gitignore for XYZZY! Also, v0.0.1.0v0.0.1.0 | Laurent Bercot | 2015-09-23 | 1 | -3/+2 |
| * | - Finishing touches to the doc | Laurent Bercot | 2015-09-23 | 1 | -3/+7 |
| * | No need for -a in s6-rc -u invocation; remove -X from dryrun print | Laurent Bercot | 2015-09-23 | 12 | -85/+215 |
| * | Fix logic bug with new deps in s6-rc-update; add comments around | Laurent Bercot | 2015-09-23 | 1 | -11/+39 |
| * | s6-rc-update bugfix: correctly handle renamed pipes in the fdholder | Laurent Bercot | 2015-09-23 | 1 | -23/+78 |
| * | Some documentation updates | Laurent Bercot | 2015-09-23 | 3 | -10/+64 |
| * | Add S6RC_EXTLIBEXECPREFIX, use it in s6-rc-compile. Databases should work | Laurent Bercot | 2015-09-22 | 4 | -3/+16 |
| * | Change s6rc-oneshot-runner to use s6-rc-oneshot-run, as well as s6-rc's | Laurent Bercot | 2015-09-21 | 2 | -8/+12 |
| * | 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 | 7 | -2/+177 |
| * | Clarify that OpenRC can't do parallel | Laurent Bercot | 2015-09-19 | 1 | -1/+9 |
| * | Cosmetic changes in s6-rc-update | Laurent Bercot | 2015-09-17 | 1 | -1/+3 |
| * | s6-rc-update bigfux | Laurent Bercot | 2015-09-16 | 2 | -11/+26 |
| * | s6-rc-update bugfixes. Now works on nops. | Laurent Bercot | 2015-09-12 | 5 | -24/+34 |
| * | s6-rc-update doc, bugfix | Laurent Bercot | 2015-09-11 | 4 | -52/+279 |
| * | 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 | 6 | -290/+122 |
| * | 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 | 17 | -112/+660 |
| * | More work on s6-rc-update | Laurent Bercot | 2015-08-27 | 9 | -159/+213 |
| * | Fix dep: libs6rc -> libs6 | Laurent Bercot | 2015-08-25 | 2 | -1/+2 |
| * | Some refactor + add servicedir copy functions in libs6rc | Laurent Bercot | 2015-08-25 | 13 | -43/+304 |
| * | 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 | 3 | -39/+34 |
| * | Made live a symlink, for easier atomic updating | Laurent Bercot | 2015-08-18 | 2 | -58/+54 |
| * | Safer version of pipelines, with an auto-refilling fdholder | Laurent Bercot | 2015-08-16 | 15 | -141/+197 |
| * | - add support for --livedir | Laurent Bercot | 2015-08-13 | 11 | -37/+59 |
| * | Debug a bit | Laurent Bercot | 2015-08-13 | 4 | -35/+31 |
| * | Would be better if git commit -a actually picked up the new files... | Laurent Bercot | 2015-08-12 | 55 | -0/+102 |
| * | Intermediary commit; working on source dir format change. Should work, but u... | Laurent Bercot | 2015-08-12 | 57 | -405/+807 |
| * | Add make version guard | Laurent Bercot | 2015-08-03 | 1 | -0/+5 |
| * | More work on s6-rc-update | Laurent Bercot | 2015-08-01 | 1 | -109/+154 |
| * | working on s6-rc-update, minor fixes all around | Laurent Bercot | 2015-07-31 | 5 | -40/+440 |
| * | - timeout-finish support in s6-rc-compile | Laurent Bercot | 2015-07-23 | 3 | -7/+37 |
| * | Add -u/-g to s6-rc-compile | Laurent Bercot | 2015-07-21 | 3 | -15/+59 |