about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* No need for -a in s6-rc -u invocation; remove -X from dryrun printLaurent Bercot2015-09-2312-85/+215
|
* Fix logic bug with new deps in s6-rc-update; add comments aroundLaurent Bercot2015-09-231-11/+39
| | | | the logic because that's where the magic happens.
* s6-rc-update bugfix: correctly handle renamed pipes in the fdholderLaurent Bercot2015-09-231-23/+78
|
* Some documentation updatesLaurent Bercot2015-09-233-10/+64
|
* Add S6RC_EXTLIBEXECPREFIX, use it in s6-rc-compile. Databases should workLaurent Bercot2015-09-224-3/+16
| | | | across s6-rc versions!
* Change s6rc-oneshot-runner to use s6-rc-oneshot-run, as well as s6-rc'sLaurent Bercot2015-09-212-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_runLaurent Bercot2015-09-211-1/+1
|
* Trivial bugfixes in s6-rc-oneshot-runLaurent Bercot2015-09-211-3/+3
|
* Add s6-rc-oneshot-run (without using it in s6-rc-compile or s6-rc yet)Laurent Bercot2015-09-217-2/+177
|
* Clarify that OpenRC can't do parallelLaurent Bercot2015-09-191-1/+9
|
* Cosmetic changes in s6-rc-updateLaurent Bercot2015-09-171-1/+3
|
* s6-rc-update bigfuxLaurent Bercot2015-09-162-11/+26
|
* s6-rc-update bugfixes. Now works on nops.Laurent Bercot2015-09-125-24/+34
|
* s6-rc-update doc, bugfixLaurent Bercot2015-09-114-52/+279
|
* and another one...Laurent Bercot2015-09-021-2/+4
|
* and another oneLaurent Bercot2015-09-021-2/+2
|
* s6-rc-bundle bugfixLaurent Bercot2015-09-021-1/+1
|
* s6rc_lock bugfix for EROFSLaurent Bercot2015-09-021-1/+1
|
* Fix the regression in s6-rc-init; progress on s6-rc-updateLaurent Bercot2015-09-026-290/+122
|
* Intermediate commit to fix a regressionLaurent Bercot2015-09-026-48/+316
|
* - some work on s6-rc-updateLaurent Bercot2015-08-2917-112/+660
| | | | - add s6-rc-bundle and relevant doc
* More work on s6-rc-updateLaurent Bercot2015-08-279-160/+214
|
* Fix dep: libs6rc -> libs6Laurent Bercot2015-08-252-1/+2
|
* Some refactor + add servicedir copy functions in libs6rcLaurent Bercot2015-08-2513-43/+304
|
* Fix compute_timeout bug in s6-rc.c (thanks Tommi Virtanen)Laurent Bercot2015-08-251-1/+1
|
* Fix warning when no notification-fdLaurent Bercot2015-08-251-1/+1
|
* String termination bugfix in s6-rc-fdholder-fillerLaurent Bercot2015-08-241-1/+1
|
* - Fix bugs reported by Guillermo and ColinLaurent Bercot2015-08-223-39/+34
| | | | - Add Guillermo and Colin to AUTHORS
* Made live a symlink, for easier atomic updatingLaurent Bercot2015-08-182-58/+54
|
* Safer version of pipelines, with an auto-refilling fdholderLaurent Bercot2015-08-1615-141/+197
|
* - add support for --livedirLaurent Bercot2015-08-1311-37/+59
| | | | - doc fixes
* Debug a bitLaurent Bercot2015-08-134-35/+31
|
* Would be better if git commit -a actually picked up the new files...Laurent Bercot2015-08-1255-0/+102
|
* Intermediary commit; working on source dir format change. Should work, but ↵Laurent Bercot2015-08-1257-407/+809
| | | | untested as for now.
* Add make version guardLaurent Bercot2015-08-031-0/+5
|
* More work on s6-rc-updateLaurent Bercot2015-08-011-109/+154
|
* working on s6-rc-update, minor fixes all aroundLaurent Bercot2015-07-315-40/+440
|
* - timeout-finish support in s6-rc-compileLaurent Bercot2015-07-233-7/+37
| | | | - global timeout propagation to subprocesses in s6-rc
* Add -u/-g to s6-rc-compileLaurent Bercot2015-07-213-15/+59
|
* Fix start of longrunsLaurent Bercot2015-07-211-1/+1
|
* - fix shebang invocationLaurent Bercot2015-07-214-22/+28
| | | | | | - accept symlinks to subdirs in source directories - make oneshot down scripts optional - execline dep bump
* Bump dependencies, support for new s6-svc optionsLaurent Bercot2015-07-203-5/+5
|
* Also for s6rc-oneshot-runner (with buffer size fix)Laurent Bercot2015-07-201-2/+2
|
* Always use names linked in scandirLaurent Bercot2015-07-203-9/+104
|
* Only warn on no notification-fd for verbosity >= 2Laurent Bercot2015-07-161-2/+2
|
* Various bugfixes, thanks Colin BoothLaurent Bercot2015-07-148-70/+65
| | | | (haven't touched the timeouts yet)
* Don't remove the directory if it preexistedLaurent Bercot2015-07-141-1/+5
|
* allow existing empty directories for live in s6-rc-initLaurent Bercot2015-07-141-2/+31
|
* Works better if I correctly run gen-deps.shLaurent Bercot2015-07-131-1/+1
|
* Without typos, if possibleLaurent Bercot2015-07-131-2/+2
|