| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Mechanically replace isc_boolean_t with int. | 2020-09-14 | 1 | -2/+2 | |
| | | | | | OK deraadt | ||||
| * | threads are gone, replace thread safe isc__strerror() wrapper | 2020-02-13 | 1 | -6/+3 | |
| | | | | | | | with strerror() and drop it ok millert florian | ||||
| * | remove more uneeded include statements and files | 2020-02-13 | 1 | -2/+2 | |
| | | |||||
| * | unifdef feature checks; we have all these things. | 2020-02-11 | 1 | -25/+1 | |
| | | | | | OK millert | ||||
| * | Move dig(1) and needed DNS libraries into it's own source directory in | 2020-02-07 | 1 | -0/+129 | |
| 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 | |||||
