summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-06-07 version: 0.5.4.3v0.5.4.3Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2024-06-06 Update depsLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2024-04-18 Remove all limits in s6-rc-fdholder-fillerLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2024-04-18 Prepare for 0.5.4.3; get rid of 1st limit in s6-rc-fdholder-fillerLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2024-04-18 Raise limits in s6-rc-fdholder-fillerLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-11-06 version: 0.5.4.2v0.5.4.2Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-09-22 Simpler MakefileLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-09-11 Update depsLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-09-09 Update depsLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-09-09 Adapt to skalibs-2.14Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-07-10configure: Catch all of variable valuesMobin
If variables have multiple values (such as CFLAGS="-std=c11 -fPIE"), eval drops most values (except first one) from it. This commit fixes this issue. Signed-off-by: Mobin "Hojjat" Aydinfar <mobin@mobintestserver.ir>
2023-07-06 Prepare for 0.5.4.2; use open3() safe wrapperLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-06-20 Remove debug instructionsLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-04-07 Simplify selfpipe managementLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-04-07 Credit flexibeastLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-04-06 More doc typo fixesLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-04-06 Doc typo fixesLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-03-19 Remove s6-test invocation from examplesLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-02-21 version: 0.5.4.1v0.5.4.1Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-02-18 Prepare for 0.5.4.1; ensure livedir always has a lock fileLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-02-17 version: 0.5.4.0v0.5.4.0Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-02-14 Prepare for 0.5.4.0; add start and stop subcommands to s6-rcLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-02-10 Always pass arguments to run.userLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-02-08 Add instance support to s6-rc-updateLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-02-06 Update s6 dep; simplify servicedir block/unblockLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-01-31 Code typo fixLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-01-31 Better processing of source instanced servicesLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-01-31 Prepare for 0.5.3.4Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-01-31 Don't hard depend on PATH_MAX; change servicedir file listLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-01-14 version: 0.5.3.3v0.5.3.3Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-12-22 Document instance(s) directoryLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-12-22 Add support for s6-instanceLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-11-29 Adapt for skalibs-2.13.0.0Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-11-10 Open the shared locks O_RDONLY, duh.Laurent Bercot
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>
2022-11-10 bugfix: s6-rc-db: don't open the compiled twiceLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-09-03 doc fix: list of files in a longrun definition directoryLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-08-18 Change s6rc_servicedir to types defined in s6/servicedir.hLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-08-18 Prepare for 0.5.3.3Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-08-10 bugfix: print correct livedir location in s6-rc error messagesLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-07-28 ... but do it with the correct logicLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-07-28 Allow opening the db on chattr +iLaurent Bercot
This is done by ignoring EPERM on open() just like we ignore EROFS. Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-06-14 version: 0.5.3.2v0.5.3.2Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-06-08 Prepare for 0.5.3.2; adapt to skalibs-2.12.0.0Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-04-06 version: 0.5.3.1v0.5.3.1Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-04-06 prepare for 0.5.3.1Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-04-06 bugfix: s6-rc-compile didn't enforce service name restrictionLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-12-21 version: 0.5.3.0v0.5.3.0Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-12-19 examples: fix syslogd-srv script to use s6-socklogLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-12-19 Update depsLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-12-17 doc: fix broken anchorLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>