Commit message (Collapse) | Author | ||
---|---|---|---|
2021-02-25 | Add catsit-watch utility | June McEnroe | |
2021-02-01 | Drop pledge privileges after daemonization 1.2 | June McEnroe | |
2021-02-01 | Remove use of "%n" | June McEnroe | |
https://cvsweb.openbsd.org/src/lib/libc/stdio/vfprintf.c?rev=1.79&content-type=text/x-cvsweb-markup I think this is silly, as I've said elsewhere, and it's a shame because that was clearly the best way to write this. Oh well. | |||
2021-02-01 | Check signals first in the loop | June McEnroe | |
Signals need to be checked first in the loop to catch any that were delivered between setting up the signals handlers and entering the loop, i.e. in the time it takes to initially start each of the services. | |||
2020-12-15 | Log a message when stopping a service waiting to restart 1.1 | June McEnroe | |
It's a little annoying to have to special-case this, but otherwise there is no confirmation in the log that the restart won't still happen. | |||
2020-11-10 | Refactor unveil calls so errors can be reported properly | June McEnroe | |
2020-10-27 | Do not increment signals | June McEnroe | |
No need to do a read and a write... and it's declared volatile so maybe that's even worse? I don't even know, but there's no point. | |||
2020-10-23 | Only look up group if one is named | June McEnroe | |
2020-10-23 | Remove default defines of RUNDIR, ETCDIR | June McEnroe | |
2020-10-23 | Set shell scripts executable in build | June McEnroe | |
2020-10-20 | Humanize milliseconds if interval is less than 1s | June McEnroe | |
The intervals are configurable in milliseconds so humanize should be able to display at that precision. | |||
2020-10-20 | Humanize restart interval | June McEnroe | |
2020-08-17 | Document default catsit.conf location on OpenBSD 1.0 | June McEnroe | |
2020-08-17 | Template catsit script with RUNDIR | June McEnroe | |
2020-08-17 | Clean up includes | June McEnroe | |
2020-08-17 | Log service uptime in status | June McEnroe |