summaryrefslogtreecommitdiff
path: root/sys/arch/x86/include/mutex.h
AgeCommit message (Expand)Author
2020-03-05Fix userland build by surrounding stuff with #ifdef _KERNEL.riastradh
2020-03-05Remove __MUTEX_PRIVATE conditional in definition of struct kmutex.riastradh
2019-11-29Nix now-unused definitions of MUTEX_GIVE/MUTEX_RECEIVE.riastradh
2009-04-24A workaround for a bug with some Opteron revisions where locked operationsad
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-12-09Use atomic_cas_ulong().ad
2007-11-21make kmutex_t and krwlock_t smaller by killing lock id.yamt
2007-02-09Merge newlock2 to head.ad