summaryrefslogtreecommitdiffstats
path: root/lib/libutil/imsg-buffer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* change the barrier so that fd's are always passed and received witheric2021-03-311-8/+10
* Change imsg header definitions to use standard types.bcook2019-01-201-2/+2
* Make a few internal symbols static and add a Symbols.map version scriptkettenis2017-12-141-7/+7
* Use freezero(3) for the imsg framework in imsg_free(3) and ibuf_free(3).reyk2017-04-111-2/+2
* Grow buffers using recallocarray, to avoid the potential dribble thatderaadt2017-03-171-2/+2
* 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