mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-22 01:59:26 +00:00
Page:
stdatomic usage in master
Pages
"main" branch partial history rewrite in August 2022
A few thoughts on Rust in BIND
BIND 9 Achievements
BIND 9 F2F Meeting in Warsaw, October 2019
BIND 9 Memory Explained
BIND 9 PKCS11
BIND 9 Packaging
BIND 9 Style Guide
BIND 9.11 ESV Soft Code Freeze
BIND 9.15 Plan
BIND 9.17 Plan
BIND 9.19 Plan
BIND 9.19 Planning: CHANGES
BIND 9.19 Planning: Configuration Backend
BIND 9.19 Planning: DB notes
BIND 9.19 Planning: Discuss new features
BIND 9.19 Planning: Incident Manager Rotation
BIND 9.19 Planning: Netmgr evaluation
BIND 9.19 Planning: Refactor RBTDB
BIND 9.19 Planning: Refactoring XFR
BIND 9.19 Planning: Refactoring zone.c
BIND 9.19 Planning: Refactoring
BIND 9.19 Planning: Statistics System Overhaul
BIND 9.19 Planning: Testing
BIND 9.19 Planning: Things to do before BIND 9.18 cutoff
BIND 9.21 Plan
BIND Development and Release Process 2019
BIND development workflow
CGroups v2 limiting resource consumption for testing
CPU profiling using perf
Config system requirements
DNS Shotgun integration into Gitlab CI
DNSSEC Key and Signing Policy (KASP)
Data structure survey
Debian Packages
Escalation Engineer Duties
Git Of Theseus
Gitlab how to
Integration tests wish list
Internal objects and their relations
Known Issues in BIND 9.18
Known Issues in BIND 9.20
Known Issues in BIND 9.21
LLM based tools thoughts
Planning
Policy for removing named.conf options
Preparing Useful Merge Requests
QP‑trie in NSD
Requirements and Designs
Server side Git hooks
Serving stale data
Stable Release Update
Statistics Requirements
SystemTap on 4326 remove locking from copy_namehook_lists
SystemTap on main
Team Meetings
Testing by configuration options
Updating resolver algorithm, or "who knows best, the parent or the child?"
User space Probing in BIND 9
_sidebar
benchmarks
best practices
caches
dashboard
home
october2018meeting
pytest howto
stdatomic usage in master
Clone
2
stdatomic usage in master
Ondřej Surý edited this page 2018-08-15 08:44:28 -04:00
CentOS 6 amd64
lib/isc/include/isc/rwlock.h:46: note: #pragma message: ISC_RWLOCK_USEATOMIC is defined
lib/isc/stats.c:85: note: #pragma message: ISC_STATS_HAVEATOMICQ is defined
CentOS 7 amd64
lib/isc/include/isc/rwlock.h:46:9: note: #pragma message: ISC_RWLOCK_USEATOMIC is defined
lib/isc/stats.c:85:9: note: #pragma message: ISC_STATS_HAVEATOMICQ is defined
Debian Jessie amd64
lib/isc/include/isc/refcount.h:109:9: note: #pragma message: ISC_REFCOUNT_HAVESTDATOMIC is defined
lib/isc/include/isc/rwlock.h:46:9: note: #pragma message: ISC_RWLOCK_USEATOMIC is defined
lib/isc/include/isc/rwlock.h:49:9: note: #pragma message: ISC_RWLOCK_USESTDATOMIC is defined
lib/isc/stats.c:85:9: note: #pragma message: ISC_STATS_HAVEATOMICQ is defined
lib/isc/stats.c:88:9: note: #pragma message: ISC_STATS_HAVESTDATOMICQ is defined
Debian Stretch amd64
lib/isc/include/isc/refcount.h:109:9: note: #pragma message: ISC_REFCOUNT_HAVESTDATOMIC is defined
lib/isc/include/isc/rwlock.h:46:9: note: #pragma message: ISC_RWLOCK_USEATOMIC is defined
lib/isc/include/isc/rwlock.h:49:9: note: #pragma message: ISC_RWLOCK_USESTDATOMIC is defined
lib/iscstats.c:85:9: note: #pragma message: ISC_STATS_HAVEATOMICQ is defined
lib/isc/stats.c:88:9: note: #pragma message: ISC_STATS_HAVESTDATOMICQ is defined
Debian Sid amd64
lib/isc/include/isc/refcount.h:109:9: note: #pragma message: ISC_REFCOUNT_HAVESTDATOMIC is defined
lib/isc/include/isc/rwlock.h:46:9: note: #pragma message: ISC_RWLOCK_USEATOMIC is defined
lib/isc/include/isc/rwlock.h:49:9: note: #pragma message: ISC_RWLOCK_USESTDATOMIC is defined
lib/isc/stats.c:85:9: note: #pragma message: ISC_STATS_HAVEATOMICQ is defined
lib/isc/stats.c:88:9: note: #pragma message: ISC_STATS_HAVESTDATOMICQ is defined
Debian Sid i386
lib/isc/include/isc/refcount.h:109:9: note: #pragma message: ISC_REFCOUNT_HAVESTDATOMIC is defined
lib/isc/include/isc/rwlock.h:46:9: note: #pragma message: ISC_RWLOCK_USEATOMIC is defined
lib/isc/include/isc/rwlock.h:49:9: note: #pragma message: ISC_RWLOCK_USESTDATOMIC is defined
lib/isc/stats.c:85:9: note: #pragma message: ISC_STATS_HAVEATOMICQ is defined
lib/isc/stats.c:88:9: note: #pragma message: ISC_STATS_HAVESTDATOMICQ is defined
Fedora Core 23
lib/isc/include/isc/refcount.h:109:9: note: #pragma message: ISC_REFCOUNT_HAVESTDATOMIC is defined
lib/isc/include/isc/rwlock.h:46:9: note: #pragma message: ISC_RWLOCK_USEATOMIC is defined
lib/isc/include/isc/rwlock.h:49:9: note: #pragma message: ISC_RWLOCK_USESTDATOMIC is defined
lib/isc/stats.c:85:9: note: #pragma message: ISC_STATS_HAVEATOMICQ is defined
lib/isc/stats.c:88:9: note: #pragma message: ISC_STATS_HAVESTDATOMICQ is defined