summary refs log tree commit diff
path: root/port/ddate/.gitignore
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-01-18 20:24:30 -0500
committerJune McEnroe <june@causal.agency>2021-01-18 21:33:21 -0500
commitf1ffecec87e5734c50ac4a9cb9ddd93611ea8c47 (patch)
treeabded7c8db904485e44023280ea68244fb6eb1cd /port/ddate/.gitignore
parentAdd mdate script (diff)
downloadsrc-f1ffecec87e5734c50ac4a9cb9ddd93611ea8c47.tar.gz
src-f1ffecec87e5734c50ac4a9cb9ddd93611ea8c47.zip
Allow matching lexers using first input line
Using ungetc(3) rather than rewind(3) to support piped input.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
>2020-08-15Just use CLOCK_MONOTONIC and clean up includesJune McEnroe 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 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