CVS commit: src/external/mpl/bind/include/isc

2021-05-04 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue May 4 13:16:06 UTC 2021 Modified Files: src/external/mpl/bind/include/isc: stdatomic.h Log Message: bind: fix Clang build I had already fixed this on 2021-03-27, but the fix was accidentally reverted on 2021-04-29 when updat

CVS commit: src/external/mpl/bind/include

2019-01-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 17 18:44:50 UTC 2019 Modified Files: src/external/mpl/bind/include: config.h Log Message: Enable stdatomic.h in all except lint (thanks joerg@) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/m

CVS commit: src/external/mpl/bind/include

2019-01-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 8 22:19:28 UTC 2019 Modified Files: src/external/mpl/bind/include: config.h Log Message: PR/53845: Anthony Mallet: "bad cookie" in authoritative DNS server since bind 9.12 import. AES_CC needs to always be enabled. To

CVS commit: src/external/mpl/bind/include/isc

2018-08-13 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Aug 13 07:17:34 UTC 2018 Modified Files: src/external/mpl/bind/include/isc: platform.h Log Message: avoid using x86 specific asm on all platforms. XXX: this might want to be expanded or something more portable used. To generat

CVS commit: src/external/mpl/bind/include/isc

2018-08-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 12 20:16:10 UTC 2018 Modified Files: src/external/mpl/bind/include/isc: platform.h Log Message: don't use stdatomic.h yet; there is no support for the _8 functions on ILP32 so we end up with undefined symbols. To gener