summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/rresvport.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-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 symbolsguenther2015-09-121-1/+2
| | | | Delete unused 'fd' argument from internal function oldttyname()
* Move to the <limits.h> universe.deraadt2015-01-161-2/+1
| | | | review by millert, binary checking process with doug, concept with guenther
* add $OpenBSD$ tags, as requested by dtucker.espie2005-11-101-0/+1
|
* zap rcsid.espie2005-08-061-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@otto2005-03-251-6/+3
|
* Remove the advertising clause in the UCB license which Berkeleyderaadt2003-06-031-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 ↵deraadt2000-01-261-2/+3
| | | | on, which will be happy for the future. bindresvport_sa() for sockaddr *, too. docs later..
* more fixes from markusderaadt1999-12-171-4/+4
|
* nice error return; markusderaadt1999-12-171-1/+2
|
* oopsderaadt1999-12-171-1/+3
|
* rresvport_af() and bindresvport_af()deraadt1999-12-161-0/+114