Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-18 | Prepare for 0.5.4.3; get rid of 1st limit in s6-rc-fdholder-filler | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2024-04-18 | Raise limits in s6-rc-fdholder-filler | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2023-11-06 | version: 0.5.4.2v0.5.4.2 | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2023-09-22 | Simpler Makefile | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2023-09-11 | Update deps | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2023-09-09 | Update deps | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2023-09-09 | Adapt to skalibs-2.14 | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2023-07-10 | configure: Catch all of variable values | Mobin | |
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 wrapper | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2023-06-20 | Remove debug instructions | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2023-04-07 | Simplify selfpipe management | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2023-04-07 | Credit flexibeast | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2023-04-06 | More doc typo fixes | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2023-04-06 | Doc typo fixes | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2023-03-19 | Remove s6-test invocation from examples | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2023-02-21 | version: 0.5.4.1v0.5.4.1 | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2023-02-18 | Prepare for 0.5.4.1; ensure livedir always has a lock file | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2023-02-17 | version: 0.5.4.0v0.5.4.0 | Laurent 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-rc | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2023-02-10 | Always pass arguments to run.user | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2023-02-08 | Add instance support to s6-rc-update | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2023-02-06 | Update s6 dep; simplify servicedir block/unblock | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2023-01-31 | Code typo fix | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2023-01-31 | Better processing of source instanced services | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2023-01-31 | Prepare for 0.5.3.4 | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2023-01-31 | Don't hard depend on PATH_MAX; change servicedir file list | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2023-01-14 | version: 0.5.3.3v0.5.3.3 | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2022-12-22 | Document instance(s) directory | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2022-12-22 | Add support for s6-instance | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2022-11-29 | Adapt for skalibs-2.13.0.0 | Laurent 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 twice | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2022-09-03 | doc fix: list of files in a longrun definition directory | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2022-08-18 | Change s6rc_servicedir to types defined in s6/servicedir.h | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2022-08-18 | Prepare for 0.5.3.3 | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2022-08-10 | bugfix: print correct livedir location in s6-rc error messages | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2022-07-28 | ... but do it with the correct logic | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2022-07-28 | Allow opening the db on chattr +i | Laurent 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.2 | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2022-06-08 | Prepare for 0.5.3.2; adapt to skalibs-2.12.0.0 | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2022-04-06 | version: 0.5.3.1v0.5.3.1 | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2022-04-06 | prepare for 0.5.3.1 | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2022-04-06 | bugfix: s6-rc-compile didn't enforce service name restriction | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-12-21 | version: 0.5.3.0v0.5.3.0 | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-12-19 | examples: fix syslogd-srv script to use s6-socklog | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-12-19 | Update deps | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-12-17 | doc: fix broken anchor | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-12-05 | configure: support DESTDIR for sysdeps too | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-12-05 | configure: add var control tweak and DESTDIR support for slashpackage | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-12-03 | Document skalibs dep bump | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> |