sat.c The satd program, queues a job and the pokes or starts the daemon. satq.c The satq program, prints the job queue. satr.c The satr program, runs jobs and then pokes the daemon. satrm.c The satrm program, removes jobs and then pokes the daemon. satd.c The initialisation part of satd. satd-diminished.c The rest of satd, satd.c exec:s to this. satd-timer.c The part of satd responsible for running expired jobs and setting timers to wait for new expirations, satd-diminished.c fork–exec:s to this. parse_time.[ch] Use by sat.c to parse the time argument. Only rudimentary parsing is done. daemonise.[ch] From ; daemonisation of the process. Used by satd.c common.[ch] Used by sat{q,r,rm,d*}.c, some shared code.