aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* for loop -> while loop. Cleaner.Laurent Bercot2016-07-221-4/+2
|
* bugfix: check for missing } in s6-rc-compile (thanks smaeul)Laurent Bercot2016-06-091-1/+2
|
* Add rollback to s6rc_servicedir_manage; it should now be transactionalLaurent Bercot2016-03-175-21/+57
|
* s6-rc-init bugfix: don't use satmp.s after cleanup(). For real this time.Laurent Bercot2016-03-101-1/+3
|
* Better mem locality in s6-rc-update. (lol.)Laurent Bercot2016-02-281-1/+1
|
* simplify the s6rc-oneshot-runner run scriptLaurent Bercot2015-12-071-3/+1
|
* - better error codes in s6-rc-updateLaurent Bercot2015-11-131-2/+6
| | | | - doc fixes
* s6-rc-init bugfix: don't use satmp.s after cleanup() (thanks Eric Le Bihan)Laurent Bercot2015-11-071-1/+3
|
* - appease gcc, which still doesn't understand data flow across gotos, in ↵Laurent Bercot2015-10-271-1/+1
| | | | | | s6rc_lock - document proper service stubbing for OpenRC
* Remove now useless tain_now() checksv0.0.1.2Laurent Bercot2015-10-152-4/+2
|
* Remove useless variable in s6-rc-updateLaurent Bercot2015-09-271-2/+0
|
* No need for -a in s6-rc -u invocation; remove -X from dryrun printLaurent Bercot2015-09-231-4/+6
|
* 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
|
* Add S6RC_EXTLIBEXECPREFIX, use it in s6-rc-compile. Databases should workLaurent Bercot2015-09-222-3/+8
| | | | 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-212-0/+104
|
* Cosmetic changes in s6-rc-updateLaurent Bercot2015-09-171-1/+3
|
* s6-rc-update bigfuxLaurent Bercot2015-09-161-11/+13
|
* s6-rc-update bugfixes. Now works on nops.Laurent Bercot2015-09-124-24/+29
|
* s6-rc-update doc, bugfixLaurent Bercot2015-09-112-45/+59
|
* 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-024-284/+116
|
* Intermediate commit to fix a regressionLaurent Bercot2015-09-026-48/+316
|
* - some work on s6-rc-updateLaurent Bercot2015-08-2910-108/+502
| | | | - add s6-rc-bundle and relevant doc
* More work on s6-rc-updateLaurent Bercot2015-08-276-153/+206
|
* Fix dep: libs6rc -> libs6Laurent Bercot2015-08-251-0/+1
|
* Some refactor + add servicedir copy functions in libs6rcLaurent Bercot2015-08-2512-40/+295
|
* 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-222-39/+32
| | | | - Add Guillermo and Colin to AUTHORS
* Made live a symlink, for easier atomic updatingLaurent Bercot2015-08-181-57/+53
|
* Safer version of pipelines, with an auto-refilling fdholderLaurent Bercot2015-08-166-123/+180
|
* - add support for --livedirLaurent Bercot2015-08-134-4/+3
| | | | - doc fixes
* Debug a bitLaurent Bercot2015-08-132-33/+29
|
* Would be better if git commit -a actually picked up the new files...Laurent Bercot2015-08-121-0/+48
|
* Intermediary commit; working on source dir format change. Should work, but ↵Laurent Bercot2015-08-1210-257/+615
| | | | untested as for now.
* More work on s6-rc-updateLaurent Bercot2015-08-011-109/+154
|
* working on s6-rc-update, minor fixes all aroundLaurent Bercot2015-07-314-38/+438
|
* - 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-211-13/+42
|
* Fix start of longrunsLaurent Bercot2015-07-211-1/+1
|
* - fix shebang invocationLaurent Bercot2015-07-211-17/+23
| | | | | | - 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-201-1/+1
|