index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libutil
/
imsg-buffer.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
change the barrier so that fd's are always passed and received with
eric
2021-03-31
1
-8
/
+10
*
Change imsg header definitions to use standard types.
bcook
2019-01-20
1
-2
/
+2
*
Make a few internal symbols static and add a Symbols.map version script
kettenis
2017-12-14
1
-7
/
+7
*
Use freezero(3) for the imsg framework in imsg_free(3) and ibuf_free(3).
reyk
2017-04-11
1
-2
/
+2
*
Grow buffers using recallocarray, to avoid the potential dribble that
deraadt
2017-03-17
1
-2
/
+2
*
check for NULL in ibuf_free().
benno
2015-12-29
1
-1
/
+3
*
Use memset instead of bzero for better portability.
nicm
2015-07-12
1
-5
/
+5
*
bzero cmsgbuf before using it, silences valgrind warnings.
brynet
2015-07-03
1
-1
/
+2
*
return ERANGE instead of ENOMEM, so callers can differentiate real oom
benno
2014-12-25
1
-2
/
+2
*
limits.h rather than sys/param.h
deraadt
2014-06-30
1
-2
/
+3
*
original bug diagnosed by sthen: automatic retry in msgbuf_write on
benno
2013-11-13
1
-3
/
+3
*
in imsg_read() avoid calling recvmsg() if we detect that we will be short
gilles
2012-06-02
1
-15
/
+17
*
Move imsg into libutil and add a man page.
nicm
2010-05-26
1
-0
/
+303