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_init.3
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mention that ibuf_free() does not need a NULL check.
benno
2015-12-29
1
-2
/
+5
*
Do not loop on EAGAIN in imsg_read(). Better to return the error to the
claudio
2015-12-05
1
-3
/
+3
*
typo in embedded code block; from Ben Cornett
deraadt
2015-07-11
1
-3
/
+3
*
The correct semantic is to check msgbuf_write() for <= 0, not just < 0.
reyk
2015-06-11
1
-7
/
+7
*
constify data parameter in imsg_add() and imsg_compose()
eric
2013-12-26
1
-4
/
+4
*
document that ibuf_write() and msgbuf_write() can now return EAGAIN
benno
2013-11-13
1
-3
/
+9
*
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
tedu
2013-06-05
1
-6
/
+6
*
imsg_get() returns ssize_t, not size_t.
krw
2012-11-15
1
-3
/
+3
*
struct buf -> ibuf; from Sunil Nimmagadda
jmc
2012-10-22
1
-4
/
+4
*
update return values for ibuf_write and msgbuf_write
jmatthew
2012-06-15
1
-4
/
+4
*
s/ands/and/, from Tobias Ulmer
sthen
2011-06-23
1
-3
/
+3
*
Correct msgbuf_write() example. OK jmc@ and nicm@
claudio
2011-03-05
1
-3
/
+3
*
imsg.h requires sys/uio.h, ok deraadt
nicm
2010-10-31
1
-2
/
+3
*
typo; Ian McWilliam
sthen
2010-05-28
1
-3
/
+3
*
Move imsg into libutil and add a man page.
nicm
2010-05-26
1
-0
/
+540