summaryrefslogtreecommitdiffstats
path: root/lib/libc/resolv/res_debug.c
Commit message (Collapse)AuthorAgeFilesLines
* libc: do not include <sys/types.h> where <sys/param.h> was already includedavos2016-04-181-1/+0
| | | | | | According to style(9): > normally, include <sys/types.h> OR <sys/param.h>, but not both. (<sys/param.h> already includes <sys/types.h> when LOCORE is not defined).
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.rodrigc2015-09-221-13/+5
|
* Update our stub resolver to final version of libbind.ume2014-08-121-29/+48
| | | | Obtained from: ISC
* Merge the resolver part of BIND 9.4.3 into HEAD.ume2008-12-141-4/+51
| | | | | | | | | | It includes the following fix: 2426. [bug] libbind: inet_net_pton() can sometimes return the wrong value if excessively large netmasks are supplied. [RT #18512] Reported by: Maksymilian Arciemowicz <cxib__at__securityreason.com>
* Merge BIND 9.4.1 into main chunk.ume2007-06-031-55/+57
| | | | MFC after: 2 weeks
* __p_rcode_syms is declared as external in resolv.conf, so it cannot bekan2007-04-061-1/+1
| | | | | | | | | | redeclared as static in res_debug.c. Make __p_rcode_syms global and add it to Symbol map. The rest of __p_??_syms are already global. Choice of FBSD_1.0 version for these debug symbols seems strange and should be revisited before symbol versioning is enabled for libc.so.7.
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
| | | | | | clause. # If I've done so improperly on a file, please let me know.
* - Merge our local changes.ume2006-03-211-3/+24
| | | | - Exclude unnecessary functions for us.
* Vendor import of BIND 9.3.2ume2006-03-211-0/+1163
OpenPOWER on IntegriCloud