summaryrefslogtreecommitdiffstats
path: root/usr.bin/dig/lib/isc/heap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Mechanically replace isc_boolean_t with int.florian2020-09-141-5/+5
* malloc(a * b) -> reallocarray(NULL, a, b)deraadt2020-02-251-2/+2
* reduce multiple newlinesjsg2020-02-251-4/+1
* Get rid of ISC_MAGIC and ISC_MAGIC_VALID macros.florian2020-02-181-15/+1
* remove ISC_HEAP_CHECK knob, it was never turnedflorian2020-02-131-19/+1
* remove some unreferenced functionsjsg2020-02-121-12/+1
* Move dig(1) and needed DNS libraries into it's own source directory inflorian2020-02-071-0/+277