summaryrefslogtreecommitdiffstats
path: root/lib/libc/isc
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-231-2/+2
| | | | | Submitted by: Sascha Wildner <swildner@dragonflybsd.org> Obtained from: DragonFlyBSD (commit 5d7d35b17f98588c39b30036f1a3fe8802935c2c)
* Update our stub resolver to final version of libbind.ume2014-08-123-3/+3
| | | | Obtained from: ISC
* Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}marcel2014-03-041-1/+1
| | | | | | | | | | | if not already defined. This allows building libc from outside of lib/libc using a reach-over makefile. A typical use-case is to build a standard ILP32 version and a COMPAT32 version in a single iteration by building the COMPAT32 version using a reach-over makefile. Obtained from: Juniper Networks, Inc.
* Merge BIND 9.4.1 into main chunk.ume2007-06-033-9/+14
| | | | MFC after: 2 weeks
* Merge BIND9 9.3.3 into main chunk.ume2006-12-151-1/+3
| | | | | Obtained from: ISC MFC after: 1 week
* Do not declare __evOptMonoTime static in one place and externkan2006-09-221-0/+2
| | | | in another. GCC4 does not like that.
* - Merge our local changes.ume2006-03-214-1/+40
| | | | - Exclude unnecessary functions for us.
* Vendor import of BIND 9.3.2ume2006-03-213-0/+1081
OpenPOWER on IntegriCloud