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
/
bindresvport.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
When system calls indicate an error they return -1, not some arbitrary
deraadt
2019-06-28
1
-5
/
+5
*
Wrap <ifaddrs.h>, <netinet/in.h>, and <netinet/if_ether.h> so internal
guenther
2015-09-14
1
-1
/
+3
*
Userland programs should include <errno.h> not <sys/errno.h>
millert
2005-12-21
1
-2
/
+2
*
ansify. ok deraadt@ jaredy@
otto
2005-04-01
1
-7
/
+3
*
this is all new code. copyright to downsj and myself who managed to
deraadt
2003-05-20
1
-34
/
+22
*
use socklen_t where needed; henning pvalchev ok
deraadt
2002-09-06
1
-3
/
+3
*
new bindresvport() semantics that itojun, shin, jean-luc and i have agreed on, which will be happy for the future. bindresvport_sa() for sockaddr *, too. docs later..
deraadt
2000-01-26
1
-17
/
+21
*
in bindresvport(), if sin is non-NULL, example sin->sin_family for the actual family being processed
deraadt
2000-01-24
1
-2
/
+4
*
set sa_len too
deraadt
1999-12-17
1
-1
/
+2
*
rresvport_af() and bindresvport_af()
deraadt
1999-12-16
1
-23
/
+52
*
Remove dead code
tholo
1996-09-15
1
-6
/
+4
*
Fix RCS ids
tholo
1996-08-19
1
-7
/
+2
*
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
1
-1
/
+2
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+87