summaryrefslogtreecommitdiffstats
path: root/lib/libutil/imsg_init.3 (follow)
Commit message (Expand)AuthorAgeFilesLines
* typo in embedded code block; from Ben Cornettderaadt2015-07-111-3/+3
* The correct semantic is to check msgbuf_write() for <= 0, not just < 0.reyk2015-06-111-7/+7
* constify data parameter in imsg_add() and imsg_compose()eric2013-12-261-4/+4
* document that ibuf_write() and msgbuf_write() can now return EAGAINbenno2013-11-131-3/+9
* use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarzetedu2013-06-051-6/+6
* imsg_get() returns ssize_t, not size_t.krw2012-11-151-3/+3
* struct buf -> ibuf; from Sunil Nimmagaddajmc2012-10-221-4/+4
* update return values for ibuf_write and msgbuf_writejmatthew2012-06-151-4/+4
* s/ands/and/, from Tobias Ulmersthen2011-06-231-3/+3
* Correct msgbuf_write() example. OK jmc@ and nicm@claudio2011-03-051-3/+3
* imsg.h requires sys/uio.h, ok deraadtnicm2010-10-311-2/+3
* typo; Ian McWilliamsthen2010-05-281-3/+3
* Move imsg into libutil and add a man page.nicm2010-05-261-0/+540