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-buffer.c
Age
Commit message (
Expand
)
Author
2019-01-20
Change imsg header definitions to use standard types.
Brent Cook
2017-12-14
Make a few internal symbols static and add a Symbols.map version script
Mark Kettenis
2017-04-11
Use freezero(3) for the imsg framework in imsg_free(3) and ibuf_free(3).
Reyk Floeter
2017-03-17
Grow buffers using recallocarray, to avoid the potential dribble that
Theo de Raadt
2015-12-29
check for NULL in ibuf_free().
Sebastian Benoit
2015-07-12
Use memset instead of bzero for better portability.
Nicholas Marriott
2015-07-03
bzero cmsgbuf before using it, silences valgrind warnings.
Bryan Steele
2014-12-25
return ERANGE instead of ENOMEM, so callers can differentiate real oom
Sebastian Benoit
2014-06-30
limits.h rather than sys/param.h
Theo de Raadt
2013-11-13
original bug diagnosed by sthen: automatic retry in msgbuf_write on
Sebastian Benoit
2012-06-02
in imsg_read() avoid calling recvmsg() if we detect that we will be short
Gilles Chehade
2010-05-26
Move imsg into libutil and add a man page.
Nicholas Marriott