aboutsummaryrefslogtreecommitdiff
path: root/contrib/bind9/lib/isc/arm/include/isc
Commit message (Collapse)AuthorAgeFilesLines
* Remove BIND.Dag-Erling Smørgrav2013-09-301-81/+0
| | | | | | | Approved by: re (gjb) Notes: svn path=/head/; revision=255949
* Update this file so that BIND on ARM can actually work. I quote:vendor/bind9/9.4.2Doug Barton2007-12-031-1/+23
| | | | | | | | | | | | | | The problem was, isc_atomic_cmpxchg() is almost like our atomic_cmpset_32(), except it expects the old value to be returned, whereas our atomic_cmpset_32 returns 1 on success, or 0 on failure. So I re-implemented something suitable. Submitted by: cognet Reviewed by: bsdimp Notes: svn path=/vendor/bind9/dist/; revision=174206 svn path=/vendor/bind9/9.4.2/; revision=174208; tag=vendor/bind9/9.4.2
* Add a custom atomic.h file which implements the C versions of theDoug Barton2007-06-051-0/+59
code we already have assembly versions of. Written by: imp Notes: svn path=/vendor/bind9/dist/; revision=170349