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
/
libc
/
rpc
/
clnt_udp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
When system calls indicate an error they return -1, not some arbitrary
deraadt
2019-06-28
1
-4
/
+4
*
Remove dead gettimeofday calls and timevals.
cheloha
2018-01-06
1
-3
/
+1
*
Simplify and unify timespec variables used in those event loops
jca
2017-12-14
1
-7
/
+5
*
Use CLOCK_MONOTONIC for the rpc event loops
jca
2017-12-14
1
-16
/
+16
*
delete old lint ARGSUSED comments
guenther
2015-11-01
1
-2
/
+1
*
Wrap <rpc/*.h> so that calls go direct and the symbols are all weak.
guenther
2015-09-13
1
-1
/
+3
*
Use SOCK_NONBLOCK in a couple more places
guenther
2015-09-09
1
-22
/
+3
*
Remove all bogus writes to stderr. Only explicit requests should
deraadt
2015-09-01
1
-3
/
+1
*
Use fcntl() to set non-blocking-mode, rather ioctl(). This has a better
deraadt
2015-05-17
1
-4
/
+20
*
Merge from NetBSD from 1999-03-25:"
guenther
2014-11-11
1
-3
/
+5
*
Oracle has re-licensed sunrpc under a three-clause BSD license.
millert
2010-09-01
1
-29
/
+30
*
When authnone_create fails, do not leave behind a NULL cl_auth attribute,
schwarze
2009-06-02
1
-1
/
+6
*
sprinkle a bit of ARGSUSED
deraadt
2006-03-31
1
-1
/
+2
*
zap remaining rcsid.
espie
2005-08-08
1
-4
/
+1
*
ansify. ok deraadt@ jaredy@
otto
2005-04-01
1
-34
/
+15
*
Bit of KNF - replace (<type> *)0 and (<type> *)NULL with NULL. Pointed
krw
2005-01-08
1
-4
/
+4
*
Implement svc_getreq_poll(3) and friends and use poll(2) instead of select(2)
millert
2003-12-31
1
-34
/
+15
*
use socklen_t where needed; henning pvalchev ok
deraadt
2002-09-06
1
-2
/
+2
*
compatiblity -> compatibility
deraadt
2002-06-03
1
-2
/
+2
*
prototype cleanup
deraadt
2001-09-15
1
-26
/
+25
*
uninit variables
deraadt
2000-08-24
1
-2
/
+2
*
match xid nicer; plus notes for later work
deraadt
1998-03-01
1
-5
/
+18
*
if xdr_replymsg() fails, it can leave memory still allocated. thus we
deraadt
1997-11-05
1
-2
/
+8
*
Some -Wall.
millert
1997-09-22
1
-1
/
+2
*
something is wrong with this level of randomness; let 2.1 go out with this "problem"
deraadt
1997-04-29
1
-4
/
+6
*
re-randomize xid on reuse of a CLIENT *; pointed out by adam@math.tau.ac.il
deraadt
1997-04-27
1
-6
/
+4
*
use arc4random for xid generation
deraadt
1997-01-02
1
-6
/
+2
*
Missed one cast.
etheisen
1996-11-14
1
-2
/
+2
*
perturb xid further. confuse the world
deraadt
1996-09-02
1
-2
/
+6
*
memset 0; also fix for byte order botch in __svc_fdset handling; thanks to mw@openbsd.org
deraadt
1996-08-20
1
-3
/
+4
*
Fix RCS ids
tholo
1996-08-19
1
-7
/
+2
*
support descriptors > FD_SETSIZE and correct timeout handling
deraadt
1996-08-15
1
-48
/
+66
*
bcopy->memcpy & tag
deraadt
1996-07-20
1
-1
/
+2
*
typo
deraadt
1996-06-29
1
-1
/
+1
*
Pull prototypes into scope
tholo
1996-03-25
1
-3
/
+4
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+436