summaryrefslogtreecommitdiff
path: root/usr.sbin/ractl
AgeCommit message (Collapse)Author
8 daysUnify 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 daysConvert the common imsgbuf_read calls to the post EAGAIN world.Claudio Jeker
OK tb@
8 daysRename imsg_init, imsg_clear, imsg_read, imsg_write and imsg_flush toClaudio 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 daysUse imsg_flush() instead of implementing the same by hand.Claudio Jeker
OK tb@
2021-02-27Path #defines are traditionally prefixed with _PATH.Florian Obser
Pointed out by deraadt
2019-11-01Correctly group initialization of AF_UNIX socket.Florian Obser
spotted by deraadt in new code, sweep by me. OK deraadt
2018-07-10add ractl, the rad(8) control programFlorian Obser