aboutsummaryrefslogtreecommitdiff
path: root/sbin/hastd/refcnt.h
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Drop "All rights reserved" from my copyright statements.John Baldwin2019-03-061-1/+0
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Drop the 3rd clause from all 3 clause BSD licenses where I am the soleJohn Baldwin2014-02-051-3/+0
* Don't let hastd use C11 atomics.Ed Schouten2013-06-291-5/+5
* Let hastd use C11 atomics.Ed Schouten2013-06-151-5/+5
* Partially revert my last change.Ed Schouten2013-04-271-5/+5
* Use C11 <stdatomic.h> instead of our non-standard <machine/atomic.h>.Ed Schouten2013-04-271-5/+14
* - Add support for 'memsync' mode. This is the fastest replication mode that'sPawel Jakub Dawidek2013-02-171-0/+57