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_tcp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for timeconting in userland.
pirofti
2020-07-06
1
-3
/
+3
*
When system calls indicate an error they return -1, not some arbitrary
deraadt
2019-06-28
1
-3
/
+3
*
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
-4
/
+3
*
Use CLOCK_MONOTONIC for the rpc event loops
jca
2017-12-14
1
-11
/
+12
*
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
/
+2
*
Remove all bogus writes to stderr. Only explicit requests should
deraadt
2015-09-01
1
-3
/
+1
*
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
-2
/
+7
*
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
-41
/
+16
*
Bit of KNF - replace (<type> *)0 and (<type> *)NULL with NULL. Pointed
krw
2005-01-08
1
-6
/
+6
*
Implement svc_getreq_poll(3) and friends and use poll(2) instead of select(2)
millert
2003-12-31
1
-28
/
+19
*
prototype cleanup
deraadt
2001-09-15
1
-24
/
+25
*
uninit variables
deraadt
2000-08-24
1
-2
/
+2
*
incorrect timeout handling
deraadt
1998-05-19
1
-2
/
+2
*
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
-2
/
+2
*
re-randomize xid on reuse of a CLIENT *; pointed out by adam@math.tau.ac.il
deraadt
1997-04-27
1
-2
/
+2
*
use arc4random for xid generation
deraadt
1997-01-02
1
-6
/
+2
*
avoid close(-1) cases
deraadt
1996-12-10
1
-2
/
+3
*
Cast better for the alpha.
etheisen
1996-11-14
1
-2
/
+2
*
Remove dead code
tholo
1996-09-15
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
-14
/
+40
*
bcopy->memcpy & tag
deraadt
1996-07-20
1
-1
/
+2
*
bogus frees; from jraynard@freebsd.org
deraadt
1996-07-20
1
-2
/
+4
*
Pull prototypes into scope
tholo
1996-03-25
1
-2
/
+3
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+460