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.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make a few internal symbols static and add a Symbols.map version script
kettenis
2017-12-14
1
-3
/
+3
*
Use freezero(3) for the imsg framework in imsg_free(3) and ibuf_free(3).
reyk
2017-04-11
1
-2
/
+2
*
Use C99 types (uint32_t) instead of BSD (u_int32_t) - the former are
nicm
2017-03-24
1
-9
/
+9
*
Add a cast to silence a compiler warning by clang on FreeBSD.
tb
2015-12-09
1
-2
/
+2
*
Do not loop on EAGAIN in imsg_read(). Better to return the error to the
claudio
2015-12-05
1
-6
/
+4
*
Remove three NULL-checks before free(). ok millert@
mmcc
2015-11-27
1
-3
/
+2
*
Handle malloc(0) returning NULL (which can happen on some other
nicm
2015-07-19
1
-2
/
+4
*
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
*
The correct semantic is to check msgbuf_write() for <= 0, not just < 0.
reyk
2015-06-11
1
-2
/
+2
*
sys/types.h rather than sys/param.h, where applicable. avoid overreach.
deraadt
2014-06-30
1
-2
/
+2
*
constify data parameter in imsg_add() and imsg_compose()
eric
2013-12-26
1
-3
/
+3
*
fix memleak in imsg_read() when hitting the fd reserve check
gilles
2013-02-01
1
-1
/
+2
*
Fix a purely theoretical NULL-pointer dereference in the case that we
reyk
2012-12-19
1
-2
/
+2
*
in imsg_read() avoid calling recvmsg() if we detect that we will be short
gilles
2012-06-02
1
-13
/
+43
*
Move imsg into libutil and add a man page.
nicm
2010-05-26
1
-0
/
+271