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.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
user land -> userland; from Rob Pierce
deraadt
2015-10-05
1
-2
/
+2
*
Wrap <rpc/*.h> so that calls go direct and the symbols are all weak.
guenther
2015-09-13
1
-1
/
+12
*
All these files include <stdlib.h>, so do not need to cast
deraadt
2015-08-20
1
-2
/
+2
*
obvious conversion of realloc() to reallocarray(). Luckily this is
deraadt
2014-10-08
1
-2
/
+2
*
Oracle has re-licensed sunrpc under a three-clause BSD license.
millert
2010-09-01
1
-29
/
+30
*
Keep all bits of __svc_fdset up to date, not just those beyond FD_SETSIZE.
schwarze
2009-12-14
1
-3
/
+3
*
__svc_fdsetsize is counted in bits, not in array elements
schwarze
2009-12-11
1
-2
/
+2
*
use calloc() to provide size * nitems safety
deraadt
2009-06-05
1
-3
/
+2
*
Userland programs should include <errno.h> not <sys/errno.h>
millert
2005-12-21
1
-2
/
+2
*
zap remaining rcsid.
espie
2005-08-08
1
-4
/
+1
*
ansify. ok deraadt@ jaredy@
otto
2005-04-01
1
-53
/
+21
*
alyte spelling-in-comment fixes
jolan
2005-02-17
1
-2
/
+2
*
Bit of KNF - replace (<type> *)0 and (<type> *)NULL with NULL. Pointed
krw
2005-01-08
1
-10
/
+9
*
Implement svc_getreq_poll(3) and friends and use poll(2) instead of select(2)
millert
2003-12-31
1
-109
/
+251
*
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
*
prototype cleanup
deraadt
2001-09-15
1
-17
/
+17
*
plug many memory leaks
deraadt
2001-03-03
1
-3
/
+17
*
mark some places that malloc is not checked
deraadt
1999-11-23
1
-1
/
+3
*
__svc_fdsetsize is a max bitcount; like FDSETSIZE before it
deraadt
1998-02-25
1
-2
/
+2
*
Some -Wall.
millert
1997-09-22
1
-2
/
+2
*
delete extra spaces
deraadt
1997-03-29
1
-7
/
+7
*
Remove dead code
tholo
1996-09-15
1
-3
/
+3
*
memset 0; also fix for byte order botch in __svc_fdset handling; thanks to mw@openbsd.org
deraadt
1996-08-20
1
-12
/
+24
*
Fix RCS ids
tholo
1996-08-19
1
-7
/
+2
*
support descriptors > FD_SETSIZE and correct timeout handling
deraadt
1996-08-15
1
-13
/
+46
*
bcopy->memcpy & tag
deraadt
1996-07-20
1
-1
/
+2
*
need string.h
deraadt
1996-05-22
1
-2
/
+3
*
clear xports after allocating it; netbsd pr#2194; from ragge@my28.sm.luth.se
deraadt
1996-05-04
1
-0
/
+1
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+451