Age | Commit message (Collapse) | Author | |
---|---|---|---|
8 days | Unify error reporting in various control programs. | Claudio Jeker | |
Just use "read error" since the code also uses "write error" for the imsg_flush case. OK tb@ | |||
8 days | Convert the common imsgbuf_read calls to the post EAGAIN world. | Claudio Jeker | |
OK tb@ | |||
8 days | Rename imsg_init, imsg_clear, imsg_read, imsg_write and imsg_flush to | Claudio Jeker | |
imsgbuf_init, imsgbuf_clear, imsgbuf_read, imsgbuf_write and imsgbuf_flush. This separates the imsgbuf API from the per-imsg API. OK tb@ | |||
8 days | Use imsg_flush() instead of implementing the same by hand. | Claudio Jeker | |
OK tb@ | |||
2021-02-27 | Path #defines are traditionally prefixed with _PATH. | Florian Obser | |
Pointed out by deraadt | |||
2019-11-01 | Correctly group initialization of AF_UNIX socket. | Florian Obser | |
spotted by deraadt in new code, sweep by me. OK deraadt | |||
2018-07-10 | add ractl, the rad(8) control program | Florian Obser | |