summary refs log tree commit diff
path: root/doc/rfc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-01-18 21:02:34 -0500
committerJune McEnroe <june@causal.agency>2022-01-18 21:02:34 -0500
commit5c4def33793b9be4af71ebaaccfcd41e65e4b21e (patch)
tree43cdf3a176e8977e2519fdb976302d9b433d1cda /doc/rfc
parentAdd ~/.cargo to PATH (diff)
downloadsrc-5c4def33793b9be4af71ebaaccfcd41e65e4b21e.tar.gz
src-5c4def33793b9be4af71ebaaccfcd41e65e4b21e.zip
Use diff-highlight for GIT_PAGER if available
Diffstat (limited to 'doc/rfc')
0 files changed, 0 insertions, 0 deletions
5Implement service statusJune McEnroe 2020-08-15Parse control commandsJune McEnroe 2020-08-15Read service pipesJune McEnroe Changed line reading functions to return const char * because modifying the strings by adding '\0' into them screws up the following call. 2020-08-15Implement non-blocking line-buffered readingJune McEnroe 2020-08-15Generate tags fileJune McEnroe 2020-08-15Just use CLOCK_MONOTONIC and clean up includesJune McEnroe CLOCK_MONOTONIC exists everywhere. 2020-08-15Reap childrenJune McEnroe 2020-08-14Implement serviceSignal, serviceStop, serviceRestartJune McEnroe 2020-08-14Reset restartInterval and restartDeadline on startJune McEnroe 2020-08-14Switch to timespec for timeoutsJune McEnroe Can be passed to ppoll(2) directly. 2020-08-14Implement serviceStartJune McEnroe 2020-08-14Flesh out Service structJune McEnroe 2020-08-14Build environment for servicesJune McEnroe 2020-08-14Implement spawntab parsingJune McEnroe 2020-08-14Open syslog, daemonize, write PIDJune McEnroe 2020-08-14Implement user and group lookupJune McEnroe 2020-08-14Add install targetJune McEnroe 2020-08-14Add spawnd skeletonJune McEnroe