aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/tcpsvd.c
AgeCommit message (Collapse)Author
2014-05-31Introduce xfork() and make commands use it, and make some WEXITSTATUS() use ↵Rob Landley
WIFEXITED() and WTERMSIG()+127.
2014-01-16Rename xmsprintf() to just xmprintf().Rob Landley
Partly because there's no supplied target string ala sprintf, and partly because I can never remember what order the m and s go in.
2013-12-08Forgot to set new pending entry to default n.Rob Landley
2013-12-07Ashwini Sharma submitted tcpsvd/udpsvd.Rob Landley