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
/
svc_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
-8
/
+9
*
Simplify and unify timespec variables used in those event loops
jca
2017-12-14
1
-7
/
+6
*
Use CLOCK_MONOTONIC for the rpc event loops
jca
2017-12-14
1
-13
/
+12
*
delete old lint ARGSUSED comments
guenther
2015-11-01
1
-3
/
+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
-7
/
+2
*
Remove calls to perror(); the error returns are sufficient, and these
deraadt
2015-09-01
1
-5
/
+2
*
Remove unnecessary netinet/in_systm.h include.
lteo
2014-10-25
1
-2
/
+1
*
Back out r1.17 and its subsequent conversion to poll. Otherwise
millert
2013-04-15
1
-27
/
+6
*
handle ECONNABORTED errors from accept(). In many code blocks they can be
deraadt
2013-03-11
1
-2
/
+3
*
Oracle has re-licensed sunrpc under a three-clause BSD license.
millert
2010-09-01
1
-29
/
+30
*
use calloc() to provide size * nitems safety; ok millert
deraadt
2009-06-05
1
-3
/
+2
*
sprinkle a socklen_t
deraadt
2006-04-02
1
-2
/
+3
*
Remove a few warnings. Those were not apparent thanks to a bug in gcc 2.95.
espie
2005-10-10
1
-2
/
+1
*
zap remaining rcsid.
espie
2005-08-08
1
-4
/
+1
*
ansify. ok deraadt@ jaredy@
otto
2005-04-01
1
-56
/
+35
*
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
/
+28
*
use socklen_t where needed; henning pvalchev ok
deraadt
2002-09-06
1
-3
/
+3
*
label abort() from inside library as ILLEGAL
deraadt
2002-01-02
1
-4
/
+4
*
prototype cleanup
deraadt
2001-09-15
1
-23
/
+23
*
plug many memory leaks
deraadt
2001-03-03
1
-3
/
+13
*
make svctcp_recv kill sockets that fail in xdr_callmsg(); wpaul
deraadt
1998-05-22
1
-1
/
+2
*
make readtcp() call svc_getreqset2() for activity on other sockets; wpaul
deraadt
1998-05-22
1
-17
/
+30
*
incorrect timeout handling
deraadt
1998-05-19
1
-2
/
+2
*
avoid close(closed_socket) or close(-1); it looks disgusting in kdump
deraadt
1997-07-09
1
-2
/
+4
*
Don't do pointer arithmetic on void pointers
tholo
1997-04-30
1
-2
/
+2
*
if a bad socket is accept()ed, bail without trying another accept()
deraadt
1997-03-29
1
-6
/
+11
*
do not leak descriptors and mem
deraadt
1997-02-17
1
-7
/
+7
*
if i find one more little problem, and have to make one more little
deraadt
1997-02-13
1
-2
/
+2
*
option handling is a bitch
deraadt
1997-02-13
1
-2
/
+3
*
ok, i finally learned about struct ipoption
deraadt
1997-02-13
1
-6
/
+8
*
destroy everything with source routes
deraadt
1997-02-07
1
-1
/
+28
*
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
-13
/
+36
*
if port 20 incoming, kill it and try again
deraadt
1996-08-05
1
-2
/
+10
*
bcopy->memcpy & tag
deraadt
1996-07-20
1
-1
/
+2
*
Pull prototypes into scope
tholo
1996-03-25
1
-1
/
+2
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+415