Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When system calls indicate an error they return -1, not some arbitrary | 2019-06-28 | 1 | -5/+5 | |
| | | | | | | 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. | ||||
* | Wrap <ifaddrs.h>, <netinet/in.h>, and <netinet/if_ether.h> so internal | 2015-09-14 | 1 | -1/+3 | |
| | | | | calls go direct and all the symbols are weak | ||||
* | Userland programs should include <errno.h> not <sys/errno.h> | 2005-12-21 | 1 | -2/+2 | |
| | | | | OK deraadt@ | ||||
* | ansify. ok deraadt@ jaredy@ | 2005-04-01 | 1 | -7/+3 | |
| | |||||
* | this is all new code. copyright to downsj and myself who managed to | 2003-05-20 | 1 | -34/+22 | |
| | | | | erradicate the old stuff. | ||||
* | use socklen_t where needed; henning pvalchev ok | 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.. | 2000-01-26 | 1 | -17/+21 | |
| | |||||
* | in bindresvport(), if sin is non-NULL, example sin->sin_family for the actual family being processed | 2000-01-24 | 1 | -2/+4 | |
| | |||||
* | set sa_len too | 1999-12-17 | 1 | -1/+2 | |
| | |||||
* | rresvport_af() and bindresvport_af() | 1999-12-16 | 1 | -23/+52 | |
| | |||||
* | Remove dead code | 1996-09-15 | 1 | -6/+4 | |
| | | | | | | Remove unused variables Silence some warnings lint(1) is your friend | ||||
* | Fix RCS ids | 1996-08-19 | 1 | -7/+2 | |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | errno restore was reversed. | 1996-07-30 | 1 | -3/+3 | |
| | |||||
* | if (beer-tonight) test-before-commit(); | 1996-07-30 | 1 | -4/+6 | |
| | |||||
* | only reset port-range if modified initially; if needed call getsockname | 1996-07-30 | 1 | -11/+23 | |
| | |||||
* | Reset port range if bind() fails. | 1996-07-29 | 1 | -4/+20 | |
| | |||||
* | Use new bind() kernel semantics. | 1996-07-29 | 1 | -22/+14 | |
| | |||||
* | bcopy->memcpy & tag | 1996-07-20 | 1 | -1/+2 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+87 | |