aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Adapt for skalibs-2.13.0.0Laurent Bercot2022-11-2914-17/+35
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Open the shared locks O_RDONLY, duh.Laurent Bercot2022-11-101-12/+13
| | | | | | | Instead of writing workarounds for EROFS and chattr +i and still failing to properly address other cases. Noob. Signed-off-by: Laurent Bercot <ska@appnovation.com>
* bugfix: s6-rc-db: don't open the compiled twiceLaurent Bercot2022-11-101-1/+0
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* doc fix: list of files in a longrun definition directoryLaurent Bercot2022-09-031-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Change s6rc_servicedir to types defined in s6/servicedir.hLaurent Bercot2022-08-184-57/+37
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 0.5.3.3Laurent Bercot2022-08-181-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* bugfix: print correct livedir location in s6-rc error messagesLaurent Bercot2022-08-101-1/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* ... but do it with the correct logicLaurent Bercot2022-07-281-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Allow opening the db on chattr +iLaurent Bercot2022-07-281-1/+1
| | | | | | This is done by ignoring EPERM on open() just like we ignore EROFS. Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 0.5.3.2v0.5.3.2Laurent Bercot2022-06-141-1/+0
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 0.5.3.2; adapt to skalibs-2.12.0.0Laurent Bercot2022-06-0810-16/+35
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 0.5.3.1v0.5.3.1Laurent Bercot2022-04-061-1/+0
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* prepare for 0.5.3.1Laurent Bercot2022-04-066-3/+16
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* bugfix: s6-rc-compile didn't enforce service name restrictionLaurent Bercot2022-04-061-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 0.5.3.0v0.5.3.0Laurent Bercot2021-12-211-0/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* examples: fix syslogd-srv script to use s6-socklogLaurent Bercot2021-12-191-6/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Update depsLaurent Bercot2021-12-194-6/+10
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* doc: fix broken anchorLaurent Bercot2021-12-171-0/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* configure: support DESTDIR for sysdeps tooLaurent Bercot2021-12-051-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* configure: add var control tweak and DESTDIR support for slashpackageLaurent Bercot2021-12-051-6/+6
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Document skalibs dep bumpLaurent Bercot2021-12-033-2/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 0.5.3.0, add contents.d and dependencies.d supportLaurent Bercot2021-12-036-17/+79
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* fix nosh linkLaurent Bercot2021-10-281-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Update skarnet.com urlLaurent Bercot2021-10-261-2/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Die at compile time when notification-fd == lock-fdLaurent Bercot2021-09-271-8/+27
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 0.5.2.3v0.5.2.3Laurent Bercot2021-09-261-0/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add lock-fd supportLaurent Bercot2021-09-262-0/+10
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Adapt to s6-2.11.0.0Laurent Bercot2021-09-027-8/+10
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix buildLaurent Bercot2021-08-141-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Update dependencies, adjust to skalibs-2.11.0.0 apisLaurent Bercot2021-08-1016-39/+45
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Adapt to skalibs-2.11.0.0Laurent Bercot2021-07-245-221/+127
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* bugfix: remove bogus double test before erroring outLaurent Bercot2021-06-281-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* bugfix: s6-rc-compile didn't properly read flagsLaurent Bercot2021-06-032-1/+2
|
* Prepare for future contributionsLaurent Bercot2021-06-033-1/+43
|
* Prepare for 0.5.2.3Laurent Bercot2021-05-114-2/+14
|
* bugfix: possible oob read in s6-rc-compileLaurent Bercot2021-05-111-1/+1
|
* Clean up scandir after updateLaurent Bercot2021-05-061-0/+13
|
* version: 0.5.2.2v0.5.2.2Laurent Bercot2021-04-151-0/+7
|
* Prepare for 0.5.2.2Laurent Bercot2021-04-135-8/+25
|
* Do not compile or link into /dev/nullLaurent Bercot2021-04-111-4/+6
|
* Real noexecstack fix: make strip less greedyLaurent Bercot2021-04-092-3/+2
|
* noexecstack only works in LDFLAGSLaurent Bercot2021-04-081-1/+1
|
* version: 0.5.2.1v0.5.2.1Laurent Bercot2021-01-103-3/+2
|
* INSTALL fixLaurent Bercot2021-01-031-3/+3
|
* configure should be executable >.>Laurent Bercot2020-12-291-0/+0
|
* Don't put -fno-stack-protector in default CFLAGSLaurent Bercot2020-12-281-1/+0
|
* configure fixLaurent Bercot2020-12-181-7/+7
|
* Don't copy nosetsid into the compiled dbLaurent Bercot2020-12-111-4/+0
|
* You want shared locks, SherlockLaurent Bercot2020-12-101-6/+4
|
* Create down files on s6_supervise_linkLaurent Bercot2020-12-101-1/+1
|