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_run.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove calls to perror(); the error returns are sufficient, and these
deraadt
2015-09-01
1
-3
/
+1
*
missing pfd = newp, diagnosed by deraadt@
sthen
2014-11-05
1
-1
/
+2
*
Fix memory leak on reallocarray() failure introduced by conversion
millert
2014-11-04
1
-4
/
+6
*
We prefer to use call reallocarray() with nmemb first and size second.
millert
2014-10-22
1
-2
/
+2
*
Use reallocarray() instead of calloc() (originally was realloc).
millert
2014-10-22
1
-3
/
+2
*
Replace a realloc() + memcpy() with calloc() + memcpy().
millert
2013-04-16
1
-6
/
+5
*
Oracle has re-licensed sunrpc under a three-clause BSD license.
millert
2010-09-01
1
-27
/
+30
*
Userland programs should include <errno.h> not <sys/errno.h>
millert
2005-12-21
1
-2
/
+2
*
Use realloc() instead of malloc().
brad
2005-09-10
1
-5
/
+6
*
zap remaining rcsid.
espie
2005-08-08
1
-4
/
+1
*
ansify. ok deraadt@ jaredy@
otto
2005-04-01
1
-2
/
+2
*
Implement svc_getreq_poll(3) and friends and use poll(2) instead of select(2)
millert
2003-12-31
1
-29
/
+20
*
If malloc() fails, perror() and return. This is non-optimal but because
millert
2002-08-03
1
-2
/
+5
*
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
millert
2002-02-16
1
-2
/
+2
*
mark some places that malloc is not checked
deraadt
1999-11-23
1
-2
/
+2
*
Some -Wall
millert
1998-03-19
1
-1
/
+4
*
memcpy needs string.h.
etheisen
1996-11-14
1
-1
/
+2
*
Remove dead code
tholo
1996-09-15
1
-1
/
+2
*
memset 0; also fix for byte order botch in __svc_fdset handling; thanks to mw@openbsd.org
deraadt
1996-08-20
1
-4
/
+5
*
deal with unintializated __svc_fdset
deraadt
1996-08-20
1
-6
/
+13
*
Fix RCS ids
tholo
1996-08-19
1
-7
/
+2
*
support descriptors > FD_SETSIZE and correct timeout handling
deraadt
1996-08-15
1
-7
/
+14
*
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
/
+66