aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* simplify the s6rc-oneshot-runner run scriptLaurent Bercot2015-12-071-3/+1
|
* fix --enable-crossLaurent Bercot2015-12-051-1/+1
|
* Easier CROSS_COMPILE support in configureLaurent Bercot2015-11-301-2/+3
|
* with the real index.html versionv0.0.2.0Laurent Bercot2015-11-161-1/+1
|
* - bump skalibs dep to 2.3.8.3Laurent Bercot2015-11-164-7/+20
| | | | | | - bump execline dep to 2.1.4.5 - bump s6 dep to 2.2.4.0 - version: 0.0.2.0
* - better error codes in s6-rc-updateLaurent Bercot2015-11-134-10/+17
| | | | - doc fixes
* s6-rc-init bugfix: don't use satmp.s after cleanup() (thanks Eric Le Bihan)Laurent Bercot2015-11-071-1/+3
|
* - fix configure (needs livedir!)v0.0.1.5Laurent Bercot2015-11-055-9/+20
| | | | - rc for 0.0.1.5
* Revert make tgz change (needs to be ok without config.mak)v0.0.1.4Laurent Bercot2015-11-041-4/+5
|
* - link .so to correct sonameLaurent Bercot2015-11-044-14/+18
| | | | | - fully strip shared libs - Makefile syntactic consistency
* version: 0.0.1.3v0.0.1.3Laurent Bercot2015-11-043-2/+8
|
* - appease gcc, which still doesn't understand data flow across gotos, in ↵Laurent Bercot2015-10-272-3/+7
| | | | | | s6rc_lock - document proper service stubbing for OpenRC
* Separate sections for smaller static binaries (thanks Denys Vlasenko)Laurent Bercot2015-10-261-0/+6
|
* Remove now useless tain_now() checksv0.0.1.2Laurent Bercot2015-10-152-4/+2
|
* - dependencies updatedLaurent Bercot2015-10-154-8/+21
| | | | - version: 0.0.1.2
* Push back GNU make dependency to 3.81Laurent Bercot2015-10-125-16/+16
|
* - remove fucking -Bsymbolicv0.0.1.1Laurent Bercot2015-10-055-9/+19
| | | | - version: 0.0.1.1
* Remove useless variable in s6-rc-updateLaurent Bercot2015-09-271-2/+0
|
* Fix typo in index.html (of course, RIGHT after the release...)Laurent Bercot2015-09-231-1/+1
|
* Update .gitignore for XYZZY! Also, v0.0.1.0v0.0.1.0Laurent Bercot2015-09-231-3/+2
|
* - Finishing touches to the docLaurent Bercot2015-09-231-3/+7
| | | | - rc for 0.0.1.0
* 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-159/+213
|
* 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
|