aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs6rc/s6rc_lock.c
Commit message (Collapse)AuthorAgeFilesLines
* You want shared locks, SherlockLaurent Bercot2020-12-101-6/+4
|
* Prepare for 0.5.2.1; build against new skalibs/execline/s6Laurent Bercot2020-12-071-12/+10
|
* Prepare for 0.2.1.2Laurent Bercot2017-08-221-7/+5
|
* bugfixes: fd leak in s6-rc-oneshot-run, and missing coe in s6rc_lockLaurent Bercot2017-05-121-1/+6
|
* Don't wait on locks by default (fail instead); add a -b option to get the ↵Laurent Bercot2017-03-231-3/+13
| | | | | | waiting behaviour Also fix a few types in s6-rc-compile (unsigned int -> uint32_t for avltree indices)
* Adapt to skalibs-2.5.0.0Laurent Bercot2017-03-131-9/+7
|
* Types fix: first passLaurent Bercot2017-01-081-2/+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
* s6rc_lock bugfix for EROFSLaurent Bercot2015-09-021-1/+1
|
* - some work on s6-rc-updateLaurent Bercot2015-08-291-0/+48
- add s6-rc-bundle and relevant doc