| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add a consistent API to a feature that most modern CPUs have; a fast | Mark Murray | 2000-11-21 | 1 | -0/+10 |
| * | Make programs which still #include <machine/{mouse,console}.h> fail | Poul-Henning Kamp | 2000-11-20 | 2 | -13/+2 |
| * | Add the 'witness_spin_check' per-CPU variable. | John Baldwin | 2000-11-15 | 3 | -0/+3 |
| * | Fix all the interrupt enabled/disabled assertions which were backwards. | John Baldwin | 2000-11-15 | 1 | -6/+6 |
| * | Make MINSIGSTKSZ machine dependent, and have the sigaltstack | Marcel Moolenaar | 2000-11-09 | 1 | -0/+6 |
| * | Fix CMSG and ALIGN macro usage. | Jeroen Ruigrok van der Werven | 2000-11-08 | 1 | -17/+37 |
| * | - Modify alpha_setup_intr() to take interrupt handler flags as an additional | John Baldwin | 2000-11-01 | 1 | -1/+1 |
| * | Convert all users of fldoff() to offsetof(). fldoff() is bad | Poul-Henning Kamp | 2000-10-27 | 1 | -0/+5 |
| * | Merge from i386: Add MSP ioctl | Roger Hardiman | 2000-10-27 | 1 | -0/+10 |
| * | - Overhaul the software interrupt code to use interrupt threads for each | John Baldwin | 2000-10-25 | 2 | -4/+1 |
| * | Only use 1 set of memory barrier operations with the atomic_*_{acq,rel}_ptr | John Baldwin | 2000-10-25 | 1 | -2/+0 |
| * | Adjust comments | David E. O'Brien | 2000-10-24 | 2 | -8/+20 |
| * | Move bogus proc reference stuff into <machine/globals.h>. There is no | Matt Jacob | 2000-10-23 | 1 | -0/+2 |
| * | 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 |
| * | Grrrr. Fix the order of the #define's so atomic_cmpset_{acq,rel}_long | John Baldwin | 2000-10-20 | 1 | -5/+5 |
| * | Fix the atomic_cmpset_{acq,rel}_ptr() functions to do proper type-casting. | John Baldwin | 2000-10-20 | 1 | -4/+18 |
| * | Catch up to moving headers: | John Baldwin | 2000-10-20 | 1 | -2/+2 |
| * | - Make the mutex code almost completely machine independent. This greatly | John Baldwin | 2000-10-20 | 1 | -468/+12 |
| * | - Expand the set of atomic operations to optionally include memory barriers | John Baldwin | 2000-10-20 | 1 | -0/+169 |
| * | Axe the barrier_{read,write,rw}() helper functions as this method of | John Baldwin | 2000-10-20 | 1 | -12/+0 |
| * | Add in a simple API for memory barriers to machine/bus.h: | John Baldwin | 2000-10-18 | 1 | -0/+12 |
| * | Implement write combining for crashdumps. This is useful when | Paul Saab | 2000-10-17 | 1 | -0/+1 |
| * | Fix problems booting large kernels on alphas. The symptom is that the kernel | Andrew Gallatin | 2000-10-16 | 1 | -1/+4 |
| * | Move DELAY() from <machine/clock.h> to <sys/systm.h> | Poul-Henning Kamp | 2000-10-15 | 1 | -1/+0 |
| * | Initiate deorbit burn sequence for <machine/mouse.h>. | Poul-Henning Kamp | 2000-10-09 | 1 | -334/+4 |
| * | Initiate deorbit burn sequence for <machine/console.h>. | Poul-Henning Kamp | 2000-10-08 | 1 | -0/+4 |
| * | Cleanup comment in machine/param.h regarding mbuf-related sizes, and get rid | Bosko Milekic | 2000-10-08 | 1 | -8/+6 |
| * | Work around a bug by adding struct tags. gcc-2.95 apparently gets the | Bruce Evans | 2000-10-06 | 1 | -2/+2 |
| * | - Change fast interrupts on x86 to push a full interrupt frame and to | John Baldwin | 2000-10-06 | 2 | -3/+0 |
| * | - Heavyweight interrupt threads on the alpha for device I/O interrupts. | John Baldwin | 2000-10-05 | 5 | -100/+13 |
| * | Add atomic_readandclear_int and atomic_readandclear_long. | John Baldwin | 2000-10-05 | 1 | -0/+42 |
| * | Reduce userland namespace polution. | Jason Evans | 2000-10-04 | 1 | -1/+4 |
| * | Move MAXCPU from machine/smp.h to machine/param.h to fix breakage | Paul Saab | 2000-09-23 | 3 | -5/+5 |
| * | #include <sys/proc.h> in order to get curproc. This seems to be the lesser | Jason Evans | 2000-09-23 | 1 | -2/+1 |
| * | Remove a few leftover CLBYTES related bits. | Poul-Henning Kamp | 2000-09-16 | 1 | -7/+0 |
| * | Remove the mtx_t, witness_t, and witness_blessed_t types. Instead, just | John Baldwin | 2000-09-14 | 1 | -25/+23 |
| * | - Remove the inthand2_t type and use the equivalent driver_intr_t type from | John Baldwin | 2000-09-13 | 1 | -3/+0 |
| * | - Fix spinlock exiting to handle recursion properly and only enable | John Baldwin | 2000-09-13 | 1 | -5/+7 |
| * | * Redo the cmpset inlines to use one less register. This incidentally | Doug Rabson | 2000-09-12 | 1 | -22/+156 |
| * | 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 | 15 | -36/+971 |
| * | Introduce atomic_cmpset_int() and atomic_cmpset_long() from SMPng a | Poul-Henning Kamp | 2000-09-06 | 1 | -16/+83 |
| * | * Completely rewrite the alpha busspace to hide the implementation from | Doug Rabson | 2000-08-28 | 5 | -1045/+286 |