| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Implement service status | June McEnroe | 2020-08-15 |
| | | |||
| * | Read service pipes | June McEnroe | 2020-08-15 |
| | | | | | | Changed line reading functions to return const char * because modifying the strings by adding '\0' into them screws up the following call. | ||
| * | Just use CLOCK_MONOTONIC and clean up includes | June McEnroe | 2020-08-15 |
| | | | | | CLOCK_MONOTONIC exists everywhere. | ||
| * | Reap children | June McEnroe | 2020-08-15 |
| | | |||
| * | Implement serviceSignal, serviceStop, serviceRestart | June McEnroe | 2020-08-14 |
| | | |||
| * | Reset restartInterval and restartDeadline on start | June McEnroe | 2020-08-14 |
| | | |||
| * | Implement serviceStart | June McEnroe | 2020-08-14 |
| | | |||
| * | Flesh out Service struct | June McEnroe | 2020-08-14 |
| | | |||
| * | Build environment for services | June McEnroe | 2020-08-14 |
| | | |||
| * | Implement spawntab parsing | June McEnroe | 2020-08-14 |
| | | |||
| * | Implement user and group lookup | June McEnroe | 2020-08-14 |