summary refs log tree commit diff
path: root/sandman.m
AgeCommit message (Collapse)Author
2018-12-01Fix sandman hangCurtis McEnroe
It was hanging after sending SIGTSTP to its child, then receiving a SIGCHLD to indicate the child had stopped.
2018-12-01Use sigaction in sandmanCurtis McEnroe
2018-11-30Reformat sandman Objective-C codeCurtis McEnroe
2018-11-30Add sandmanCurtis McEnroe