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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make printf's match actual type (%lu -> %u).
millert
1997-02-10
1
-4
/
+4
*
do not print extra \n
deraadt
1997-02-09
1
-2
/
+2
*
destroy everything with source routes
deraadt
1997-02-07
1
-1
/
+28
*
handle SIOCGIFCONF for as many interfaces as provided
deraadt
1997-01-22
2
-29
/
+50
*
SIOCGIFCONF more carefully
deraadt
1997-01-22
1
-8
/
+21
*
More sprintf -> snprintf.
millert
1997-01-21
1
-22
/
+28
*
use arc4random for xid generation
deraadt
1997-01-02
3
-18
/
+6
*
Change to support the powerpc port. To bad this define isn't put in
rahnds
1996-12-21
1
-2
/
+2
*
avoid oflows, thanks also to todd
deraadt
1996-12-19
1
-30
/
+28
*
Clean up lint and compile warnings
tholo
1996-12-14
3
-15
/
+18
*
avoid close(-1) cases
deraadt
1996-12-10
5
-10
/
+15
*
use MAXHOSTNAMELEN
deraadt
1996-12-10
1
-2
/
+2
*
Missed one cast.
etheisen
1996-11-14
1
-2
/
+2
*
memcpy needs string.h.
etheisen
1996-11-14
3
-3
/
+6
*
memcpy needs string.h.
etheisen
1996-11-14
1
-1
/
+2
*
More Alpha casts.
etheisen
1996-11-14
1
-2
/
+2
*
Cast better for the alpha.
etheisen
1996-11-14
1
-2
/
+2
*
memcpy needs proto from string.h.
etheisen
1996-11-14
1
-1
/
+2
*
document sin_port behaviour, pr#36, kstailey@dol-esa.gov
deraadt
1996-10-21
1
-1
/
+6
*
returns int
deraadt
1996-09-30
1
-1
/
+2
*
Remove dead code
tholo
1996-09-15
15
-33
/
+38
*
Correct links for getrpcent.3 pages
tholo
1996-09-02
1
-5
/
+5
*
Don't overwrite the last byte of a line unless we have to
tholo
1996-09-02
1
-5
/
+6
*
perturb xid further. confuse the world
deraadt
1996-09-02
3
-6
/
+18
*
do not leak byname; this needs a complete rewrite
deraadt
1996-09-02
1
-4
/
+5
*
use strncpy correctly
deraadt
1996-08-27
1
-2
/
+3
*
memset 0; also fix for byte order botch in __svc_fdset handling; thanks to mw@openbsd.org
deraadt
1996-08-20
6
-28
/
+45
*
only close real socket
deraadt
1996-08-20
1
-3
/
+5
*
deal with unintializated __svc_fdset
deraadt
1996-08-20
1
-6
/
+13
*
Fix RCS ids
tholo
1996-08-19
44
-281
/
+82
*
support descriptors > FD_SETSIZE and correct timeout handling
deraadt
1996-08-15
6
-113
/
+233
*
do not limit to FD_SETSIZE here, that is idiotic
deraadt
1996-08-13
1
-9
/
+3
*
fix some fn/arg decls; strengthen reminder that svc_fdset is readonly
deraadt
1996-08-13
1
-22
/
+28
*
idle cleanup
deraadt
1996-08-10
1
-4
/
+5
*
idle cleanup
deraadt
1996-08-10
1
-14
/
+6
*
if port 20 incoming, kill it and try again
deraadt
1996-08-05
1
-2
/
+10
*
errno restore was reversed.
downsj
1996-07-30
1
-3
/
+3
*
if (beer-tonight) test-before-commit();
deraadt
1996-07-30
1
-4
/
+6
*
only reset port-range if modified initially; if needed call getsockname
deraadt
1996-07-30
1
-11
/
+23
*
Reset port range if bind() fails.
downsj
1996-07-29
1
-4
/
+20
*
Use new bind() kernel semantics.
downsj
1996-07-29
1
-22
/
+14
*
bcopy->memcpy & tag
deraadt
1996-07-20
44
-52
/
+96
*
bogus frees; from jraynard@freebsd.org
deraadt
1996-07-20
1
-2
/
+4
*
prefer non-loopback addresses
deraadt
1996-06-29
1
-1
/
+12
*
pmap_set/unset to loopback; should rewrite to search for loopback addr
deraadt
1996-06-29
1
-0
/
+2
*
typo
deraadt
1996-06-29
1
-1
/
+1
*
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
*
Pull in more prototypes
tholo
1996-03-25
1
-0
/
+2
*
Pull prototypes into scope
tholo
1996-03-25
7
-17
/
+23
[next]