Go to file
C. McEnroe ebd44fb606 Use a separate fd for the fake fifo writer
From OpenBSD open(2):

> A FIFO should either be opened with O_RDONLY or with O_WRONLY.  The
> behavior for opening a FIFO with O_RDWR is undefined.
2020-08-17 16:21:34 -04:00
FreeBSD Add FreeBSD rc script 2020-08-15 17:40:17 -04:00
.gitignore Rename project to catsit 2020-08-15 16:40:15 -04:00
catsit.8 Flesh out documentation and improve examples 2020-08-17 01:11:44 -04:00
catsit.conf.5 Flesh out documentation and improve examples 2020-08-17 01:11:44 -04:00
catsit.sh Add drop command 2020-08-16 23:01:25 -04:00
catsitd.8 Flesh out documentation and improve examples 2020-08-17 01:11:44 -04:00
daemon.c Use a separate fd for the fake fifo writer 2020-08-17 16:21:34 -04:00
daemon.h Add drop command 2020-08-16 23:01:25 -04:00
Makefile Add FreeBSD rc script 2020-08-15 17:40:17 -04:00
service.c Properly handle command line truncation 2020-08-17 12:57:50 -04:00