| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove all limits in s6-rc-fdholder-filler | Laurent Bercot | 2024-04-18 | 1 | -17/+13 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Prepare for 0.5.4.3; get rid of 1st limit in s6-rc-fdholder-filler | Laurent Bercot | 2024-04-18 | 1 | -18/+25 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Raise limits in s6-rc-fdholder-filler | Laurent Bercot | 2024-04-18 | 1 | -11/+16 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Adapt to skalibs-2.14 | Laurent Bercot | 2023-09-09 | 2 | -6/+8 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Prepare for 0.5.4.2; use open3() safe wrapper | Laurent Bercot | 2023-07-06 | 1 | -2/+2 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Remove debug instructions | Laurent Bercot | 2023-06-20 | 1 | -29/+0 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Simplify selfpipe management | Laurent Bercot | 2023-04-07 | 1 | -8/+6 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | version: 0.5.4.1v0.5.4.1 | Laurent Bercot | 2023-02-21 | 1 | -1/+1 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Prepare for 0.5.4.1; ensure livedir always has a lock file | Laurent Bercot | 2023-02-18 | 1 | -0/+5 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Prepare for 0.5.4.0; add start and stop subcommands to s6-rc | Laurent Bercot | 2023-02-14 | 1 | -0/+10 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Always pass arguments to run.user | Laurent Bercot | 2023-02-10 | 1 | -7/+5 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Add instance support to s6-rc-update | Laurent Bercot | 2023-02-08 | 2 | -2/+74 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Update s6 dep; simplify servicedir block/unblock | Laurent Bercot | 2023-02-06 | 2 | -29/+2 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Code typo fix | Laurent Bercot | 2023-01-31 | 1 | -1/+1 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Better processing of source instanced services | Laurent Bercot | 2023-01-31 | 1 | -9/+20 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Don't hard depend on PATH_MAX; change servicedir file list | Laurent Bercot | 2023-01-31 | 3 | -6/+10 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Add support for s6-instance | Laurent Bercot | 2022-12-22 | 2 | -0/+10 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Adapt for skalibs-2.13.0.0 | Laurent Bercot | 2022-11-29 | 10 | -10/+10 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Open the shared locks O_RDONLY, duh. | Laurent Bercot | 2022-11-10 | 1 | -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 twice | Laurent Bercot | 2022-11-10 | 1 | -1/+0 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Change s6rc_servicedir to types defined in s6/servicedir.h | Laurent Bercot | 2022-08-18 | 4 | -57/+37 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | bugfix: print correct livedir location in s6-rc error messages | Laurent Bercot | 2022-08-10 | 1 | -1/+2 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | ... but do it with the correct logic | Laurent Bercot | 2022-07-28 | 1 | -1/+1 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Allow opening the db on chattr +i | Laurent Bercot | 2022-07-28 | 1 | -1/+1 |
| | | | | | | | This is done by ignoring EPERM on open() just like we ignore EROFS. Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Prepare for 0.5.3.2; adapt to skalibs-2.12.0.0 | Laurent Bercot | 2022-06-08 | 5 | -8/+10 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | bugfix: s6-rc-compile didn't enforce service name restriction | Laurent Bercot | 2022-04-06 | 1 | -1/+1 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Prepare for 0.5.3.0, add contents.d and dependencies.d support | Laurent Bercot | 2021-12-03 | 1 | -6/+36 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Die at compile time when notification-fd == lock-fd | Laurent Bercot | 2021-09-27 | 1 | -8/+27 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Add lock-fd support | Laurent Bercot | 2021-09-26 | 2 | -0/+10 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Adapt to s6-2.11.0.0 | Laurent Bercot | 2021-09-02 | 7 | -8/+10 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Fix build | Laurent Bercot | 2021-08-14 | 1 | -1/+1 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Update dependencies, adjust to skalibs-2.11.0.0 apis | Laurent Bercot | 2021-08-10 | 12 | -32/+32 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Adapt to skalibs-2.11.0.0 | Laurent Bercot | 2021-07-24 | 5 | -221/+127 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | bugfix: remove bogus double test before erroring out | Laurent Bercot | 2021-06-28 | 1 | -1/+1 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | bugfix: s6-rc-compile didn't properly read flags | Laurent Bercot | 2021-06-03 | 1 | -1/+1 |
| | | |||||
| * | bugfix: possible oob read in s6-rc-compile | Laurent Bercot | 2021-05-11 | 1 | -1/+1 |
| | | |||||
| * | Clean up scandir after update | Laurent Bercot | 2021-05-06 | 1 | -0/+13 |
| | | |||||
| * | Don't copy nosetsid into the compiled db | Laurent Bercot | 2020-12-11 | 1 | -4/+0 |
| | | |||||
| * | You want shared locks, Sherlock | Laurent Bercot | 2020-12-10 | 1 | -6/+4 |
| | | |||||
| * | Create down files on s6_supervise_link | Laurent Bercot | 2020-12-10 | 1 | -1/+1 |
| | | |||||
| * | Prepare for 0.5.2.1; build against new skalibs/execline/s6 | Laurent Bercot | 2020-12-07 | 13 | -150/+100 |
| | | |||||
| * | Make flags work on bundles too | Laurent Bercot | 2020-08-20 | 1 | -1/+12 |
| | | |||||
| * | Add the notion of essential service | Laurent Bercot | 2020-08-20 | 3 | -4/+34 |
| | | |||||
| * | Don't mash words in info messages! | Laurent Bercot | 2020-06-30 | 1 | -1/+1 |
| | | |||||
| * | s6-rc-init: remove dangling symlink when manage() fails | Laurent Bercot | 2020-06-24 | 1 | -0/+1 |
| | | |||||
| * | More unified verbose messages for s6-rc | Laurent Bercot | 2020-06-18 | 1 | -5/+5 |
| | | |||||
| * | Include posixishard as late as possible | Laurent Bercot | 2020-03-21 | 1 | -1/+1 |
| | | |||||
| * | Code cleanup | Laurent Bercot | 2020-01-03 | 8 | -20/+38 |
| | | |||||
| * | Remove tainnow.lib dependency | Laurent Bercot | 2019-09-21 | 5 | -5/+5 |
| | | |||||
| * | Adapt to new stopwatch API | Laurent Bercot | 2019-09-06 | 6 | -12/+6 |
| | | |||||
