summaryrefslogtreecommitdiffstats
path: root/lib/libutil/imsg-buffer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* check for NULL in ibuf_free().benno2015-12-291-1/+3
* Use memset instead of bzero for better portability.nicm2015-07-121-5/+5
* bzero cmsgbuf before using it, silences valgrind warnings.brynet2015-07-031-1/+2
* return ERANGE instead of ENOMEM, so callers can differentiate real oombenno2014-12-251-2/+2
* limits.h rather than sys/param.hderaadt2014-06-301-2/+3
* original bug diagnosed by sthen: automatic retry in msgbuf_write onbenno2013-11-131-3/+3
* in imsg_read() avoid calling recvmsg() if we detect that we will be shortgilles2012-06-021-15/+17
* Move imsg into libutil and add a man page.nicm2010-05-261-0/+303