Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When system calls indicate an error they return -1, not some arbitrary | deraadt | 2019-06-28 | 1 | -3/+3 |
| | | | | | | 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 <unistd.h> so that internal calls go direct and they're all weak symbols | guenther | 2015-09-12 | 1 | -1/+2 |
| | | | | Delete unused 'fd' argument from internal function oldttyname() | ||||
* | Move to the <limits.h> universe. | deraadt | 2015-01-16 | 1 | -2/+1 |
| | | | | review by millert, binary checking process with doug, concept with guenther | ||||
* | add $OpenBSD$ tags, as requested by dtucker. | espie | 2005-11-10 | 1 | -0/+1 |
| | |||||
* | zap rcsid. | espie | 2005-08-06 | 1 | -4/+0 |
| | | | | | | | split functions off res_debug.c so that getnetnamadr.c does not pull it all when it's used. okay deraadt@, krw@ | ||||
* | ansify. ok deraadt@ moritz@ | otto | 2005-03-25 | 1 | -6/+3 |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | deraadt | 2003-06-03 | 1 | -7/+2 |
| | | | | rescinded 22 July 1999 (got skipped because it also had me in there) | ||||
* | new bindresvport() semantics that itojun, shin, jean-luc and i have agreed ↵ | deraadt | 2000-01-26 | 1 | -2/+3 |
| | | | | on, which will be happy for the future. bindresvport_sa() for sockaddr *, too. docs later.. | ||||
* | more fixes from markus | deraadt | 1999-12-17 | 1 | -4/+4 |
| | |||||
* | nice error return; markus | deraadt | 1999-12-17 | 1 | -1/+2 |
| | |||||
* | oops | deraadt | 1999-12-17 | 1 | -1/+3 |
| | |||||
* | rresvport_af() and bindresvport_af() | deraadt | 1999-12-16 | 1 | -0/+114 |