summaryrefslogtreecommitdiffstats
path: root/usr.bin/dig/lib/isc/assertions.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* reduce multiple newlinesjsg2020-02-251-3/+1
|
* unfidef assertions.h to always have assertions enabled; no changeflorian2020-02-131-2/+1
| | | | | | | in behaviour. While here unifdef one remaining __COVERITY__. While we might want to move away from assertions we can't just nuke them since they are used for error checking.
* remove some unreferenced functionsjsg2020-02-121-10/+1
| | | | ok florian@
* remove uneeded #include linesjsg2020-02-111-4/+1
| | | | ok florian@
* Move dig(1) and needed DNS libraries into it's own source directory inflorian2020-02-071-0/+103
usr.bin/dig. From the beginning when we started to remove unneeded nameserver code, it was our goal to extract dig functionality from the bind sources, for everyone's benefit as this is easier to reason about. In total we removed about 2/3 or over 300.000 lines of code. We kept the lib/ subdirectory layout but moved the content of bin/ to the top from the old bind source directory. Previous sources and history can be found in the src/usr.sbin/bind Attic. With & OK deraadt Proposed directory layout sounds good to sthen