aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Import CK as of commit 2265c7846f4ce667f5216456afe2779b23c3e5f7.vendor/ck/2021029vendor/ckOlivier Houchard2021-10-2915-357/+1704
|
* Import CK as of 21d3e319407d19dece16ee317c757ffc54a452bc, which makes itsvendor/ck/20181120Marius Strobl2018-11-271-5/+25
| | | | | | | | | sparcv9 atomics compatible with the FreeBSD kernel by using instructions which access the appropriate address space. Notes: svn path=/vendor-sys/ck/dist/; revision=341039 svn path=/vendor-sys/ck/20181120/; revision=341040; tag=vendor/ck/20181120
* Import CK as of commit 08813496570879fbcc2adcdd9ddc0a054361bfde, mostlyvendor/ck/20180809Olivier Houchard2018-08-092-16/+28
| | | | | | | | to avoid using lwsync on ppc32. Notes: svn path=/vendor-sys/ck/dist/; revision=337531 svn path=/vendor-sys/ck/20180809/; revision=337532; tag=vendor/ck/20180809
* Import CK as of commit 1c1f9901c2dea7a883342cd03d3906a1bc482583vendor/ck/20180711Andriy Gapon2018-07-234-16/+67
| | | | | | | | | This adds CK_SLIST_INSERT_PREVPTR and CK_SLIST_REMOVE_PREVPTR macros as well as ck_pr_dec_is_zero family of functions. Notes: svn path=/vendor-sys/ck/dist/; revision=336629 svn path=/vendor-sys/ck/20180711/; revision=336630; tag=vendor/ck/20180711
* Import CK as of commit 0f017230ccc86929f56bf44ef2dca93d7df8076b.vendor/ck/20180524Olivier Houchard2018-05-241-101/+101
| | | | | | | | | This brings us the renaming of fields in ck_queue, so that our own LIST/SLIST/TAILQ/etc won't accidentally work with them. Notes: svn path=/vendor-sys/ck/dist/; revision=334187 svn path=/vendor-sys/ck/20180524/; revision=334188; tag=vendor/ck/20180524
* Import CK as of commit deca119d14bfffd440770eb67cbdbeaf7b57eb7bvendor/ck/20180517Olivier Houchard2018-05-171-0/+1
| | | | | | | | | This brings us ck_epoch_deferred, which is used by the new facility epoch(9). Notes: svn path=/vendor-sys/ck/dist/; revision=333762 svn path=/vendor-sys/ck/20180517/; revision=333763; tag=vendor/ck/20180517
* Import CK as of commit b19ed4c6a56ec93215ab567ba18ba61bf1cfbac8vendor/ck/20180304Olivier Houchard2018-04-0211-87/+154
| | | | | | | | | | | It should fix ck_pr_[load|store]_ptr on mips and riscv, make sure no *fence instructions are used on i386, as older cpus don't support it, and make sure we don't rely on gcc builtins that can lead to calls to libatomic when linked with -O0. Notes: svn path=/vendor-sys/ck/dist/; revision=331895 svn path=/vendor-sys/ck/20180304/; revision=331896; tag=vendor/ck/20180304
* Import CK as of commit 6b141c0bdd21ce8b3e14147af8f87f22b20ecf32vendor/ck/20170407Olivier Houchard2017-04-091-11/+84
| | | | | | | | This brings us changes we needed in ck_epoch. Notes: svn path=/vendor-sys/ck/dist/; revision=316662 svn path=/vendor-sys/ck/20170407/; revision=316663; tag=vendor/ck/20170407
* Import CK as of commit 255a47553aa5e8d0bb5f8eec63acac7f4c25a6d8, mainlyvendor/ck/20161230Olivier Houchard2016-12-308-320/+742
| | | | | | | | | to add the option to disable double-related functions, as we don't want them in the kernel. Notes: svn path=/vendor-sys/ck/dist/; revision=310843 svn path=/vendor-sys/ck/20161230/; revision=310844; tag=vendor/ck/20161230
* Remove files that won't be used during FreeBSD build.vendor/ck/20161128Olivier Houchard2016-11-281-57/+0
| | | | | Notes: svn path=/vendor-sys/ck/dist/; revision=309264 svn path=/vendor-sys/ck/20161128/; revision=309265; tag=vendor/ck/20161128
* Import concurrencykit as of commit 566bb28dba963a1904e0889b74fe7005a5bc5eb8Olivier Houchard2016-11-2862-0/+13684
Notes: svn path=/vendor-sys/ck/dist/; revision=309260