Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | typo in embedded code block; from Ben Cornett | 2015-07-11 | 1 | -3/+3 | |
| | |||||
* | The correct semantic is to check msgbuf_write() for <= 0, not just < 0. | 2015-06-11 | 1 | -7/+7 | |
| | | | | | | | | Fix one occurence in imsg_flush() and clarify it the man page. Discussed with at least blambert@ jsg@ yasuoka@. OK gilles@ | ||||
* | constify data parameter in imsg_add() and imsg_compose() | 2013-12-26 | 1 | -4/+4 | |
| | | | | ok deraadt@ | ||||
* | document that ibuf_write() and msgbuf_write() can now return EAGAIN | 2013-11-13 | 1 | -3/+9 | |
| | | | | from and with deraadt@ | ||||
* | use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze | 2013-06-05 | 1 | -6/+6 | |
| | |||||
* | imsg_get() returns ssize_t, not size_t. | 2012-11-15 | 1 | -3/+3 | |
| | |||||
* | struct buf -> ibuf; from Sunil Nimmagadda | 2012-10-22 | 1 | -4/+4 | |
| | |||||
* | update return values for ibuf_write and msgbuf_write | 2012-06-15 | 1 | -4/+4 | |
| | | | | ok gilles@ | ||||
* | s/ands/and/, from Tobias Ulmer | 2011-06-23 | 1 | -3/+3 | |
| | |||||
* | Correct msgbuf_write() example. OK jmc@ and nicm@ | 2011-03-05 | 1 | -3/+3 | |
| | |||||
* | imsg.h requires sys/uio.h, ok deraadt | 2010-10-31 | 1 | -2/+3 | |
| | |||||
* | typo; Ian McWilliam | 2010-05-28 | 1 | -3/+3 | |
| | |||||
* | Move imsg into libutil and add a man page. | 2010-05-26 | 1 | -0/+540 | |
Minor bump for libutil. Previous versions of this diff and man page looked at by various people. "you should just commit" deraadt |