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
/
pmap_rmt.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Oracle has re-licensed sunrpc under a three-clause BSD license.
millert
2010-09-01
1
-29
/
+30
*
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
deraadt
2007-09-02
1
-2
/
+2
*
Check return value of authunix_create_default(); from bret lambert
otto
2006-09-22
1
-3
/
+9
*
internal API newgetbroadcastnets() does not need a sock
deraadt
2006-03-31
1
-5
/
+3
*
zap remaining rcsid.
espie
2005-08-08
1
-4
/
+1
*
ansify. ok deraadt@ jaredy@
otto
2005-04-01
1
-26
/
+16
*
Bit of KNF - replace (<type> *)0 and (<type> *)NULL with NULL. Pointed
krw
2005-01-08
1
-2
/
+2
*
Ensure that 'addrs' is always initialized before use (from Yamamoto
krw
2004-12-17
1
-11
/
+8
*
Implement svc_getreq_poll(3) and friends and use poll(2) instead of select(2)
millert
2003-12-31
1
-24
/
+16
*
use socklen_t where needed; henning pvalchev ok
deraadt
2002-09-06
1
-2
/
+3
*
prototype cleanup
deraadt
2001-09-15
1
-10
/
+10
*
uninit variables
deraadt
2000-08-24
1
-2
/
+2
*
use getifaddrs(3) instead of SIOCGIFCONF, to avoid alignment issues.
itojun
2000-05-19
1
-51
/
+32
*
realloc repair
deraadt
1998-08-14
1
-4
/
+8
*
avoid close(closed_socket) or close(-1); it looks disgusting in kdump
deraadt
1997-07-09
1
-7
/
+6
*
handle SIOCGIFCONF for as many interfaces as provided
deraadt
1997-01-22
1
-23
/
+44
*
use arc4random for xid generation
deraadt
1997-01-02
1
-6
/
+2
*
avoid close(-1) cases
deraadt
1996-12-10
1
-2
/
+3
*
More Alpha casts.
etheisen
1996-11-14
1
-2
/
+2
*
Remove dead code
tholo
1996-09-15
1
-1
/
+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
-18
/
+31
*
idle cleanup
deraadt
1996-08-10
1
-4
/
+5
*
idle cleanup
deraadt
1996-08-10
1
-14
/
+6
*
bcopy->memcpy & tag
deraadt
1996-07-20
1
-1
/
+2
*
Pull prototypes into scope
tholo
1996-03-25
1
-3
/
+3
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+391