aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup of superfluous includesLaurent Bercot2017-03-136-7/+0
|
* Adapt to skalibs-2.5.0.0Laurent Bercot2017-03-1326-456/+419
|
* Types fix: first passLaurent Bercot2017-01-0825-185/+211
|
* Typo fixLaurent Bercot2016-10-141-1/+1
|
* Port to new librandom APILaurent Bercot2016-10-141-1/+5
|
* bugfix: random_sauniquename API in s6-rc-updateLaurent Bercot2016-10-141-1/+1
|
* Fix finish creation by s6-rc-compile: only when there's such a file in the ↵Laurent Bercot2016-08-191-9/+20
| | | | source!
* Make s6-rc-compile produce finish.user when service has a consumerLaurent Bercot2016-08-181-4/+13
|
* Apply Eric's patch for spawn supportLaurent Bercot2016-08-161-0/+1
|
* Add spawn_lib supportLaurent Bercot2016-08-122-0/+2
|
* 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