bind9/doc
Tony Finch 36e56923ce Simple lock-free stack in <isc/stack.h>
Add a singly-linked stack that supports lock-free prepend and drain (to
empty the list and clean up its elements).  Intended for use with QSBR
to collect objects that need safe memory reclamation, or any other user
that works with adding objects to the stack and then draining them in
one go like various work queues.

In <isc/atomic.h>, add an `atomic_ptr()` macro to make type
declarations a little less abominable, and clean up a duplicate
definition of `atomic_compare_exchange_strong_acq_rel()`
2023-02-22 16:13:37 +00:00
..
arm remove isc_task completely 2023-02-16 18:35:32 +01:00
design remove nonfunctional DSCP implementation 2023-01-09 12:15:21 -08:00
dev Simple lock-free stack in <isc/stack.h> 2023-02-22 16:13:37 +00:00
dnssec-guide remove /etc/bind.keys 2023-02-06 14:39:31 -08:00
doxygen Remove libbind9 2023-02-21 13:12:26 +00:00
man Remove pregenerated manpages from the repo 2023-02-10 11:24:03 +01:00
misc Remove do-nothing header <isc/print.h> 2023-02-15 16:44:47 +00:00
notes Add CHANGES and release note 2023-02-21 13:12:26 +00:00
Makefile.am Remove pregenerated manpages from the repo 2023-02-10 11:24:03 +01:00