#
df69c215 |
| 28-Jun-2019 |
deraadt <deraadt@openbsd.org> |
When system calls indicate an error they return -1, not some arbitrary value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if
When system calls indicate an error they return -1, not some arbitrary value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future.
show more ...
|
#
92a24078 |
| 14-Sep-2015 |
guenther <guenther@openbsd.org> |
Wrap <ifaddrs.h>, <netinet/in.h>, and <netinet/if_ether.h> so internal calls go direct and all the symbols are weak
|
#
ae5feee3 |
| 21-Dec-2005 |
millert <millert@openbsd.org> |
Userland programs should include <errno.h> not <sys/errno.h> OK deraadt@
|
#
384ec30a |
| 01-Apr-2005 |
otto <otto@openbsd.org> |
ansify. ok deraadt@ jaredy@
|
#
1f038c40 |
| 20-May-2003 |
deraadt <deraadt@openbsd.org> |
this is all new code. copyright to downsj and myself who managed to erradicate the old stuff.
|
#
e62fa231 |
| 06-Sep-2002 |
deraadt <deraadt@openbsd.org> |
use socklen_t where needed; henning pvalchev ok
|
#
6fff0550 |
| 26-Jan-2000 |
deraadt <deraadt@openbsd.org> |
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..
|
#
21859ee8 |
| 24-Jan-2000 |
deraadt <deraadt@openbsd.org> |
in bindresvport(), if sin is non-NULL, example sin->sin_family for the actual family being processed
|
#
230dc638 |
| 17-Dec-1999 |
deraadt <deraadt@openbsd.org> |
set sa_len too
|
#
01cdefb0 |
| 16-Dec-1999 |
deraadt <deraadt@openbsd.org> |
rresvport_af() and bindresvport_af()
|
#
c8f91e0d |
| 15-Sep-1996 |
tholo <tholo@openbsd.org> |
Remove dead code Remove unused variables Silence some warnings lint(1) is your friend
|
#
e9b2b68c |
| 19-Aug-1996 |
tholo <tholo@openbsd.org> |
Fix RCS ids Make sure everything uses {SYS,}LIBC_SCCS properly
|
#
b74d16db |
| 30-Jul-1996 |
downsj <downsj@openbsd.org> |
errno restore was reversed.
|
#
86864714 |
| 30-Jul-1996 |
deraadt <deraadt@openbsd.org> |
if (beer-tonight) test-before-commit();
|
#
c101da1e |
| 30-Jul-1996 |
deraadt <deraadt@openbsd.org> |
only reset port-range if modified initially; if needed call getsockname
|
#
105ed294 |
| 29-Jul-1996 |
downsj <downsj@openbsd.org> |
Reset port range if bind() fails.
|
#
da90b8f5 |
| 29-Jul-1996 |
downsj <downsj@openbsd.org> |
Use new bind() kernel semantics.
|
#
73b69cd9 |
| 20-Jul-1996 |
deraadt <deraadt@openbsd.org> |
bcopy->memcpy & tag
|
#
df930be7 |
| 18-Oct-1995 |
deraadt <deraadt@openbsd.org> |
initial import of NetBSD tree
|