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
/
usr.bin
/
ssh
/
monitor_fdpass.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
use the new variant log macros instead of prepending __func__ and
djm
2020-10-18
1
-11
/
+9
*
Print ssize_t with %zd; ok deraadt@ mmcc@
jca
2016-02-29
1
-5
/
+3
*
zero cmsgbuf before use; we initialise the bits we use but
djm
2015-02-25
1
-1
/
+3
*
avoid spinning when fd passing on nonblocking sockets by calling poll()
djm
2010-01-12
1
-5
/
+16
*
Retry sendmsg/recvmsg on EAGAIN and EINTR; ok djm@
dtucker
2008-11-30
1
-3
/
+9
*
msg_controllen has to be CMSG_SPACE so that the kernel can account for
deraadt
2008-03-24
1
-3
/
+3
*
Repair the simple cases for msg_controllen where it should just be
deraadt
2008-03-15
1
-3
/
+3
*
Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to
deraadt
2008-03-13
1
-9
/
+9
*
use a union to ensure alignment of the cmsg (pay attention: various other
deraadt
2008-03-02
1
-5
/
+11
*
make file descriptor passing code return an error rather than call fatal()
djm
2007-09-04
1
-14
/
+30
*
almost entirely get rid of the culture of ".h files that include .h files"
deraadt
2006-08-03
1
-3
/
+2
*
move #include <string.h> out of includes.h
stevesk
2006-07-22
1
-1
/
+2
*
move #include <errno.h> out of includes.h; ok markus@
stevesk
2006-07-11
1
-1
/
+3
*
move #include <sys/socket.h> out of includes.h
stevesk
2006-07-08
1
-1
/
+3
*
Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that
djm
2006-03-25
1
-0
/
+1
*
RCSID() can die
deraadt
2006-03-19
1
-1
/
+0
*
extra check for no message case; ok markus, deraadt, hshoexer, henning
djm
2004-08-13
1
-1
/
+3
*
make ssh -Wshadow clean, no functional changes
avsm
2004-06-21
1
-5
/
+5
*
use ssize_t for recvmsg() and sendmsg() return
deraadt
2002-06-26
1
-7
/
+8
*
__FUNCTION__ -> __func__
markus
2002-06-04
1
-6
/
+6
*
minor cleanup and more error checking; ok markus@
stevesk
2002-03-24
1
-7
/
+17
*
file descriptor passing abstraction for ssh-privsep
provos
2002-03-18
1
-0
/
+86