| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Remove <machine/mutex.h>. Most of the headers were empty, and the | John Baldwin | 2010-11-09 | 1 | -67/+0 |
| * | Initial support for SMP on PowerPC MPC85xx. | Rafal Jaworowski | 2009-05-21 | 1 | -0/+2 |
| * | Modify the critical section API as follows: | John Baldwin | 2001-12-18 | 1 | -16/+1 |
| * | Overhaul the per-CPU support a bit: | John Baldwin | 2001-12-11 | 1 | -1/+1 |
| * | This commit (along with one pending in sys/dev/ofw and one in sys/conf) give | Benno Rice | 2001-06-16 | 1 | -22/+26 |
| * | Properly wrap mtx_intr_enable() macro in "do $bla while (0)" | Poul-Henning Kamp | 2001-06-02 | 1 | -1/+1 |
| * | Convert the protection of hte i8254 from critical_enter/exit like it is | John Baldwin | 2001-04-18 | 1 | -0/+3 |
| * | - Switch from using save/disable/restore_intr to using critical_enter/exit | John Baldwin | 2001-03-28 | 1 | -23/+1 |
| * | Fix mtx_legal2block. The only time that it is bad to block on a mutex is | John Baldwin | 2001-03-09 | 1 | -2/+0 |
| * | GC unused and now obsolete assertion macros. | John Baldwin | 2001-02-22 | 1 | -10/+0 |
| * | Add a macro mtx_intr_enable() to alter a spin lock such that interrupts | John Baldwin | 2001-02-10 | 1 | -0/+1 |
| * | Change and clean the mutex lock interface. | Bosko Milekic | 2001-02-09 | 1 | -31/+16 |
| * | Move most of sys/mutex.h into kern/kern_mutex.c, thereby making the mutex | Jason Evans | 2001-01-21 | 1 | -0/+6 |
| * | Fix all the interrupt enabled/disabled assertions which were backwards. | John Baldwin | 2000-11-15 | 1 | -6/+6 |
| * | Define the mtx_legal2block() macro used in the witness code that managed | John Baldwin | 2000-10-20 | 1 | -0/+3 |
| * | Fix a braino in the ASS_SIEN() macro in the MUTEX_DEBUG case by using | John Baldwin | 2000-10-20 | 1 | -1/+2 |
| * | Catch up to some of the changes to _getlock_spin_block. Specifically, | John Baldwin | 2000-10-20 | 1 | -4/+4 |
| * | - Make the mutex code almost completely machine independent. This greatly | John Baldwin | 2000-10-20 | 1 | -468/+12 |
| * | Reduce userland namespace polution. | Jason Evans | 2000-10-04 | 1 | -1/+4 |
| * | #include <sys/proc.h> in order to get curproc. This seems to be the lesser | Jason Evans | 2000-09-23 | 1 | -2/+1 |
| * | Remove the mtx_t, witness_t, and witness_blessed_t types. Instead, just | John Baldwin | 2000-09-14 | 1 | -25/+23 |
| * | - Fix spinlock exiting to handle recursion properly and only enable | John Baldwin | 2000-09-13 | 1 | -5/+7 |
| * | Really disable interrupts for spin mutexes instead of just pretending. | Doug Rabson | 2000-09-12 | 1 | -8/+6 |
| * | The alpha doesn't have a eflags register, so don't refer to it here. | John Baldwin | 2000-09-11 | 1 | -2/+0 |
| * | Style cleanups. No functional changes. | Jason Evans | 2000-09-09 | 1 | -71/+63 |
| * | Add file and line arguments to WITNESS_ENTER() and WITNESS_EXIT, since | Jason Evans | 2000-09-09 | 1 | -16/+16 |
| * | Add missing \'s to multline macros used for assertions. | John Baldwin | 2000-09-09 | 1 | -2/+2 |
| * | Use inline functions instead of macros for mtx_enter(), mtx_try_enter(), | Jason Evans | 2000-09-08 | 1 | -146/+160 |
| * | Major update to the way synchronization is done in the kernel. Highlights | Jason Evans | 2000-09-07 | 1 | -0/+563 |