Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove BIND. | Dag-Erling Smørgrav | 2013-09-30 | 1 | -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.2 | Doug Barton | 2007-12-03 | 1 | -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 the | Doug Barton | 2007-06-05 | 1 | -0/+59 |
code we already have assembly versions of. Written by: imp Notes: svn path=/vendor/bind9/dist/; revision=170349 |