summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/mutex.h
Commit message (Expand)AuthorAgeFilesLines
* Modify the critical section API as follows:jhb2001-12-181-16/+1
* Overhaul the per-CPU support a bit:jhb2001-12-111-1/+1
* This commit (along with one pending in sys/dev/ofw and one in sys/conf) givebenno2001-06-161-22/+26
* Properly wrap mtx_intr_enable() macro in "do $bla while (0)"phk2001-06-021-1/+1
* Convert the protection of hte i8254 from critical_enter/exit like it isjhb2001-04-181-0/+3
* - Switch from using save/disable/restore_intr to using critical_enter/exitjhb2001-03-281-23/+1
* Fix mtx_legal2block. The only time that it is bad to block on a mutex isjhb2001-03-091-2/+0
* GC unused and now obsolete assertion macros.jhb2001-02-221-10/+0
* Add a macro mtx_intr_enable() to alter a spin lock such that interruptsjhb2001-02-101-0/+1
* Change and clean the mutex lock interface.bmilekic2001-02-091-31/+16
* Move most of sys/mutex.h into kern/kern_mutex.c, thereby making the mutexjasone2001-01-211-0/+6
* Fix all the interrupt enabled/disabled assertions which were backwards.jhb2000-11-151-6/+6
* Define the mtx_legal2block() macro used in the witness code that managedjhb2000-10-201-0/+3
* Fix a braino in the ASS_SIEN() macro in the MUTEX_DEBUG case by usingjhb2000-10-201-1/+2
* Catch up to some of the changes to _getlock_spin_block. Specifically,jhb2000-10-201-4/+4
* - Make the mutex code almost completely machine independent. This greatlyjhb2000-10-201-468/+12
* Reduce userland namespace polution.jasone2000-10-041-1/+4
* #include <sys/proc.h> in order to get curproc. This seems to be the lesserjasone2000-09-231-2/+1
* Remove the mtx_t, witness_t, and witness_blessed_t types. Instead, justjhb2000-09-141-25/+23
* - Fix spinlock exiting to handle recursion properly and only enablejhb2000-09-131-5/+7
* Really disable interrupts for spin mutexes instead of just pretending.dfr2000-09-121-8/+6
* The alpha doesn't have a eflags register, so don't refer to it here.jhb2000-09-111-2/+0
* Style cleanups. No functional changes.jasone2000-09-091-71/+63
* Add file and line arguments to WITNESS_ENTER() and WITNESS_EXIT, sincejasone2000-09-091-16/+16
* Add missing \'s to multline macros used for assertions.jhb2000-09-091-2/+2
* Use inline functions instead of macros for mtx_enter(), mtx_try_enter(),jasone2000-09-081-146/+160
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-0/+563
OpenPOWER on IntegriCloud