master
Implement zoneversion edns option (RFC 9660)
Move dig(1) and needed DNS libraries into it's own source directory in usr.bin/dig.
Bunch of dead stores and otherwise unused stuff lets us get rid of unix/net.{c.h}. We need to sprinkle in a few #includes that net.h dragged in. OK deraadt
remove prototypes with no matching function; ok florian@
man pages: add missing commas between subordinate and main clauses
use sys/types.h to get at __dead. Pointed out by & OK deraadt
We have sockaddr_storage these days, get rid of isc_sockaddr_t. OK beck, "beautiful" deraadt