summaryrefslogtreecommitdiffstats
path: root/sys/arch/i386/include/mutex.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move common mutex implementations to a MI place.mpi2018-01-251-84/+2
* Define and use IPL_MPFLOOR in our common mutex implementation.mpi2018-01-131-2/+2
* Unify <machine/mutex.h> a bit further.mpi2018-01-121-5/+11
* Unify <machine/mutex.h> a bit further.mpi2018-01-041-9/+4
* Hook up mutex(9) to witness(4).visa2017-04-201-3/+15
* tweak MUTEX_ASSERT_LOCKED and MUTEX_ASSERT_UNLOCKED to only lookdlg2015-07-021-5/+3
* It's been a quarter century: we can assume volatile is present with that name.guenther2014-03-291-2/+2
* IPL_VM is "mpsafe" now as well.kettenis2013-07-141-2/+2
* To prevent lock ordering problems with the kernel lock, we need to make surekettenis2013-07-101-2/+19
* Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.pirofti2011-03-231-3/+3
* remove trailing newline in panic(9); ok millert@ and deraadt@fgsch2005-07-181-3/+3
* add rcs idsjolan2005-04-081-0/+2
* MD mutex implementation for i386.art2004-07-201-0/+55