summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bind/lib/dns/cache.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup in lib/dns, mostly support bits to run a nameserver which weflorian2020-01-181-1435/+0
| | | | | won't use in the tools. OK sthen
* Use normal int types like int32_t instead of isc_int32_t.florian2020-01-091-6/+6
| | | | OK millert
* Nuke atomics support. This gets rid of 4k lines of code including a bunchflorian2020-01-091-146/+4
| | | | | | | of assembly code. It's used for various statistics gathering in the bind daemon which we won't need in dig etc. OK millert
* unifdef printf and string functions:florian2020-01-091-16/+16
| | | | | | | | | | | | | | #undef ISC_PLATFORM_NEEDVSNPRINTF #undef ISC_PLATFORM_NEEDSPRINTF #undef ISC_PLATFORM_NEEDPRINTF #undef ISC_PLATFORM_NEEDFPRINTF #define ISC_PLATFORM_QUADFORMAT "ll" #undef ISC_PLATFORM_NEEDSTRSEP #undef ISC_PLATFORM_NEEDSTRLCPY #undef ISC_PLATFORM_NEEDSTRLCAT #undef ISC_PLATFORM_NEEDSTRTOUL #undef ISC_PLATFORM_NEEDMEMMOVE #undef ISC_PLATFORM_NEEDSTRCASESTR
* update to 9.10.8-P1, last isc-licensed releasesthen2019-12-171-10/+15
|
* Update to bind-9.10.5-P3, which appears to have been the last ISC version.deraadt2019-12-161-169/+587
| | | | | | | | | We only use this tree to build dig and nslookup. Our previous version predated edns0 support in those tools, and we want that. This is the worst code I've looked at in years, with layers and layers of spaghetti abstraction clearly unfit for reuse, but then reused anyways, and the old ones remain behind. So this is a 8MB diff. florian, sthen, and otto tried this merge before but failed.
* resolve conflictsjakob2007-12-091-37/+109
|
* resolve conflicts and regen configure scriptjakob2007-01-101-14/+55
|
* resolve conflictsjakob2006-04-051-22/+5
|
* resolve conflictsjakob2004-09-281-21/+116
|
* update to BIND v9.2.3. ok todd@jakob2003-11-181-2/+6
|
* ISC BIND version 9.2.2rc1jakob2003-01-201-0/+959