index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libutil
/
imsg_init.3
Age
Commit message (
Expand
)
Author
2016-10-15
zap trailing whitespace;
Jason McIntyre
2016-10-10
Fixup the example for msgbuf_write() and imsg_read() to check the
Reyk Floeter
2015-12-29
mention that ibuf_free() does not need a NULL check.
Sebastian Benoit
2015-12-05
Do not loop on EAGAIN in imsg_read(). Better to return the error to the
Claudio Jeker
2015-07-11
typo in embedded code block; from Ben Cornett
Theo de Raadt
2015-06-11
The correct semantic is to check msgbuf_write() for <= 0, not just < 0.
Reyk Floeter
2013-12-26
constify data parameter in imsg_add() and imsg_compose()
Eric Faurot
2013-11-13
document that ibuf_write() and msgbuf_write() can now return EAGAIN
Sebastian Benoit
2013-06-05
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
Ted Unangst
2012-11-15
imsg_get() returns ssize_t, not size_t.
Kenneth R Westerback
2012-10-22
struct buf -> ibuf; from Sunil Nimmagadda
Jason McIntyre
2012-06-15
update return values for ibuf_write and msgbuf_write
Jonathan Matthew
2011-06-23
s/ands/and/, from Tobias Ulmer
Stuart Henderson
2011-03-05
Correct msgbuf_write() example. OK jmc@ and nicm@
Claudio Jeker
2010-10-31
imsg.h requires sys/uio.h, ok deraadt
Nicholas Marriott
2010-05-28
typo; Ian McWilliam
Stuart Henderson
2010-05-26
Move imsg into libutil and add a man page.
Nicholas Marriott