summaryrefslogtreecommitdiffstats
path: root/lib/libc/resolv/res_mkupdate.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).
* libc: make some more use of the nitems() macro.pfg2016-04-161-1/+1
| | | | | | | | We have an nitems() macro in the <sys/param.h> header that is convenient to re-use as it makes things easier to read. Given that it is available already without adding additional headers and other parts of libc already use it, extend a bit more its use.
* libc: replace 0 with NULL for pointers.pfg2016-04-101-2/+2
| | | | | | | | | While here also cleanup some surrounding code; particularly drop some malloc() casts. Found with devel/coccinelle. Reviewed by: bde (previous version - all new bugs are mine)
* Allow users override `DEBUG` on the command line via DEBUG_FLAGS="-DDEBUG" withngie2015-12-151-1/+3
| | | | | | | | lib/libc/resolv by conditionalizing its definition MFC after: 3 days Reviewed by: ume, vangyzen Differential Revision: https://reviews.freebsd.org/D4519
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.rodrigc2015-09-221-1/+1
|
* Update our stub resolver to final version of libbind.ume2014-08-121-2/+3
| | | | Obtained from: ISC
* Merge BIND 9.4.1 into main chunk.ume2007-06-031-36/+40
| | | | MFC after: 2 weeks
* Upgrade res_update(3) and the friends to BIND9's one excluding TSIGume2006-05-211-1/+35
| | | | | | support. X-MFC after: never
* Vendor import of BIND 9.3.2ume2006-05-211-0/+1158
OpenPOWER on IntegriCloud