bind9/doc
Michał Kępień e21103f2d3 Fix statistics for x86 Windows builds
Using atomic_int_fast64_t variables with atomic functions on x86 does
not cause Visual Studio to report build errors, but such operations
yield useless results.  Since the isc_stat_t type is unconditionally
typedef'd to atomic_int_fast64_t, any code performing atomic operations
on isc_stat_t variables is broken in x86 Windows builds.  Fix by using
the atomic_int_fast32_t type for isc_stat_t in x86 Windows builds.
2019-06-20 17:49:25 +02:00
..
arm Fix statistics for x86 Windows builds 2019-06-20 17:49:25 +02:00
design Add documentation 2019-03-19 17:14:18 +01:00
dev Simple text files with docs on build or design don't really need copyright on their own 2019-04-18 08:52:00 +02:00
doxygen Remove $Id markers, Principal Author and Reviewed tags from the full source tree 2018-05-11 13:17:46 +02:00
misc prep 9.15.1 2019-06-19 15:36:28 -07:00
tex Tweak paragraph style in release notes PDF 2019-06-07 08:37:22 +02:00
xsl Remove $Id markers, Principal Author and Reviewed tags from the full source tree 2018-05-11 13:17:46 +02:00
Makefile.in Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00