summaryrefslogtreecommitdiffstats
path: root/lib/libc/resolv/res_data.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC r289837vangyzen2015-12-191-39/+52
| | | | | | | | | | | | | | | | resolver: abuse _res a little less In the past, _res was a global variable. Now, it's multiple function calls. Several functions in the resolver use _res multiple times and therefore call the function(s) far more than necessary. Fix those callers to store the result of _res in a local variable. Add __noinline to the definition of res_init() to avoid the code bloat that these changes would have otherwise incurred. Thanks to jilles for noticing this. Sponsored by: Dell Inc.
* MFC r269867:ume2014-08-301-8/+11
| | | | | | | Update our stub resolver to final version of libbind (libbind-6.0). Obtained from: ISC
* Merge BIND 9.4.2 into main chunk.ume2007-12-031-1/+1
|
* Merge BIND 9.4.1 into main chunk.ume2007-06-031-22/+24
| | | | MFC after: 2 weeks
* Expose res_update and friends again. At least, ports/mail/spamilterume2006-03-301-6/+0
| | | | | | | | | uses them. Now, we have res_nupdate and res_nmkupdate as well, but they are still based on our old resolver for binary backward compatibility. So, they don't provide new features such as TSIG support. Reported by: pointyhat via kris
* - Merge our local changes.ume2006-03-211-7/+40
| | | | - Exclude unnecessary functions for us.
* Vendor import of BIND 9.3.2ume2006-03-211-0/+291
OpenPOWER on IntegriCloud