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
*
Change imsg header definitions to use standard types.
bcook
2019-01-20
1
-3
/
+3
*
explicitly mention local processes; from geoff hill
jmc
2018-09-26
1
-3
/
+3
*
Fix function argument names, from Abel Abraham Camarillo Ojeda via jmc@.
nicm
2018-02-16
1
-9
/
+9
*
It's the imsg_compose(3) who accepts 'fd' argument, not imsg_create(3).
zhuk
2017-12-06
1
-9
/
+9
*
spacing (in EXAMPLES code)
reyk
2017-05-03
1
-3
/
+3
*
Use C99 types (uint32_t) instead of BSD (u_int32_t) - the former are
nicm
2017-03-24
1
-14
/
+15
*
zap trailing whitespace;
jmc
2016-10-15
1
-3
/
+3
*
Fixup the example for msgbuf_write() and imsg_read() to check the
reyk
2016-10-10
1
-5
/
+11
*
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