summaryrefslogtreecommitdiff
path: root/sys/kern/kern_rangelock.c
Commit message (Expand)AuthorAgeFilesLines
* rangelock: add rangelock_cookie_assertKyle Evans2019-09-151-0/+32
* Add non-blocking trylock variants for the rangelock functions.Rick Macklem2019-06-271-10/+61
* sys/kern: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Change the queue of locks in kern_rangelock.c from holding lock requests inColin Percival2013-08-151-27/+29
* Add a rangelock implementation, intended to be used to range-lockingKonstantin Belousov2012-05-301-0/+246