summaryrefslogtreecommitdiff
path: root/lib/libutil/imsg-buffer.c
AgeCommit message (Expand)Author
2017-12-14Make a few internal symbols static and add a Symbols.map version scriptMark Kettenis
2017-04-11Use freezero(3) for the imsg framework in imsg_free(3) and ibuf_free(3).Reyk Floeter
2017-03-17Grow buffers using recallocarray, to avoid the potential dribble thatTheo de Raadt
2015-12-29check for NULL in ibuf_free().Sebastian Benoit
2015-07-12Use memset instead of bzero for better portability.Nicholas Marriott
2015-07-03bzero cmsgbuf before using it, silences valgrind warnings.Bryan Steele
2014-12-25return ERANGE instead of ENOMEM, so callers can differentiate real oomSebastian Benoit
2014-06-30limits.h rather than sys/param.hTheo de Raadt
2013-11-13original bug diagnosed by sthen: automatic retry in msgbuf_write onSebastian Benoit
2012-06-02in imsg_read() avoid calling recvmsg() if we detect that we will be shortGilles Chehade
2010-05-26Move imsg into libutil and add a man page.Nicholas Marriott