index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
asr
Age
Commit message (
Expand
)
Author
2016-06-18
Remove duplicated line.
Reyk Floeter
2016-05-27
typo fixes; Anthony Coulter
Stuart Henderson
2016-05-26
Calculate elapsed time in poll() and subtract that from the remaining time
Jonathan Matthew
2016-04-05
Prefer _MUTEX_*LOCK over _THREAD_PRIVATE_MUTEX_*LOCK() when thread-specific
Philip Guenther
2016-03-30
for some time now mandoc has not required MLINKS to function
Jason McIntyre
2016-03-23
Initialize _res_ext.nsaddr_list alongside _res.nsaddr_list.
Christopher Zimmermann
2016-02-24
Avoid a possible double-free if the "search" keyword is used multiple times.
Eric Faurot
2015-12-16
Remove support for HOSTALIASES from the resolver. This "open and parse
Theo de Raadt
2015-11-23
Remove support for "lookup yp" in /etc/resolv.conf. This historical
Theo de Raadt
2015-11-05
Set the name server counter in __res_state correctly if a nameserver
Alexander Bluhm
2015-11-05
When filling the __res_state compatibiliy struct, a long list of
Alexander Bluhm
2015-10-28
We are always using _PATH_RESCONF, so no need to remember the path on
Eric Faurot
2015-10-28
Remove support for [addr]:port syntax from the "nameserver" line.
Theo de Raadt
2015-10-23
Switch to using SOCK_DNS flag, rather than the dnssocket() and
Theo de Raadt
2015-10-18
libc DNS functions will now use the new dnssocket() / dnsconnect()
Theo de Raadt
2015-10-08
fix conditionals
Eric Faurot
2015-10-08
Handle case where no hint is passed in. Found as a crash of fdm by jturner@
Theo de Raadt
2015-10-07
getaddrinfo_async() shouldn't unconditionally intialize the resolver
Theo de Raadt
2015-10-07
getaddrinfo() should not res_init() unconditionally, but allow lower
Theo de Raadt
2015-10-05
Wrap <resolv.h> so that internal calls go direct
Philip Guenther
2015-10-03
Initially eric developers asr as a side-load style library for async DNS.
Theo de Raadt
2015-10-03
missing asr* -> _asr* symbol rename for building with debug code
Eric Faurot
2015-10-02
make a && && & block more readable. no binary change.
Theo de Raadt
2015-09-20
remove bogus includes of err.h
Eric Faurot
2015-09-20
use _PATH_RESCONF directly
Eric Faurot
2015-09-20
remove unused static function
Eric Faurot
2015-09-14
Wrap <asr.h> so internal calls go direct and all the symbols are weak
Philip Guenther
2015-09-14
Finish wrapping <netdb.h> so that calls go direct and the symbols are all weak
Philip Guenther
2015-09-09
Hide all unnecessary asr / resolver related API with _ prefixes.
Theo de Raadt
2015-09-09
Use SOCK_NONBLOCK in a couple more places
Philip Guenther
2015-09-02
use _PATH_RESCONF
Theo de Raadt
2015-08-16
Fix test against INADDR_LOOPBACK
Jeremie Courreges-Anglas
2015-06-20
Rename print_sockaddr() to avoid symbol visibility problems
Jeremie Courreges-Anglas
2015-06-04
make sure to check for resolv.conf update the first time the resolver
Eric Faurot
2015-05-29
fix a possible off-by-one when reading /etc/hosts if it doesn't end
Eric Faurot
2015-05-26
simply use _PATH_HOSTS where appropriate
Eric Faurot
2015-05-25
Kill outdated comment.
Jeremie Courreges-Anglas
2015-05-25
Skip search domains iteration if RES_DNSRCH and/or RES_DEFNAMES is unset.
Eric Faurot
2015-05-25
getnameinfo(3) doesn't need to initialize the resolver when it's only used
Eric Faurot
2015-05-05
AI_ADDRCONFIG: skip loopback addresses, not loopback interfaces.
Jeremie Courreges-Anglas
2015-05-05
Move the AI_ADDRCONFIG setup to its own function.
Jeremie Courreges-Anglas
2015-03-02
gethostbyname(3) would fail when more than 16 addrs/aliases were returned.
Bryan Steele
2015-02-14
Limit AI_ADDRCONFIG effects to DNS queries.
Jeremie Courreges-Anglas
2015-01-30
fix a possible NULL-deref when trying to deref ifa->ifa_addr
Gilles Chehade
2015-01-16
Move to the <limits.h> universe.
Theo de Raadt
2015-01-14
change _yp_domain[] to HOST_NAME_MAX+1, and re-arrange those who include
Theo de Raadt
2014-11-18
Nuke some obvious #include duplications.
Kenneth R Westerback
2014-11-02
Fix a NULL deref when getting an actual result for an invalid hostname
Eric Faurot
2014-09-15
When fopen()ing internal to libc (the API doesn't support the use
Philip Guenther
2014-09-15
Use _PATH_NETWORKS for "/etc/networks"
Philip Guenther
[next]