| Commit message (Expand) | Author | Age | Files | Lines |
| * | RIP <machine/lock.h>. | Mark Murray | 2001-02-11 | 1 | -39/+0 |
| * | - Make astpending and need_resched process attributes rather than CPU | John Baldwin | 2001-02-10 | 3 | -31/+13 |
| * | Add a macro mtx_intr_enable() to alter a spin lock such that interrupts | John Baldwin | 2001-02-10 | 1 | -0/+1 |
| * | Use the MI ithread helper functions in the alpha hardware interrupt code. | John Baldwin | 2001-02-09 | 1 | -6/+5 |
| * | Change and clean the mutex lock interface. | Bosko Milekic | 2001-02-09 | 2 | -33/+18 |
| * | * Move exception_return to exception.s which is a more logical home for it. | Doug Rabson | 2001-02-02 | 1 | -8/+6 |
| * | Guess that this is what Doug *intended* to commit.... | Matt Jacob | 2001-02-01 | 1 | -1/+5 |
| * | Remove prototype for child_return(). | John Baldwin | 2001-01-24 | 1 | -1/+0 |
| * | Convert all simplelocks to mutexes and remove the simplelock implementations. | Jason Evans | 2001-01-24 | 1 | -38/+1 |
| * | Wrap the IPI definitions and function prototypes in #ifdef SMP. | John Baldwin | 2001-01-24 | 1 | -0/+2 |
| * | - Rename the gd_cpuno member of struct globaldata to gd_cpuid. | John Baldwin | 2001-01-24 | 2 | -8/+12 |
| * | - Proc locking. | John Baldwin | 2001-01-24 | 1 | -2/+6 |
| * | Move most of sys/mutex.h into kern/kern_mutex.c, thereby making the mutex | Jason Evans | 2001-01-21 | 1 | -0/+6 |
| * | Make intr_nesting_level per-process, rather than per-cpu. Setup | Jake Burkholder | 2001-01-21 | 3 | -5/+1 |
| * | These files have been on deathrow for a couple of months, no appeal. | Poul-Henning Kamp | 2001-01-16 | 2 | -9/+0 |
| * | Remove unused per-cpu variables inside_intr and ss_eflags. | Jake Burkholder | 2001-01-12 | 2 | -2/+0 |
| * | - Remove compatibility macros for accessing per-cpu variables. | Jake Burkholder | 2001-01-11 | 1 | -13/+0 |
| * | The alpha architecture is 64 bits, so bus_addr_t && bus_size_t should really | Matt Jacob | 2001-01-09 | 1 | -4/+5 |
| * | Put VCS ids in a consistent place and form. | David E. O'Brien | 2001-01-08 | 1 | -3/+2 |
| * | Remove seconds types we don't use that came in thru the NetBSD heiratage. | David E. O'Brien | 2001-01-08 | 1 | -2/+5 |
| * | Implement accessors for per-cpu variables which don't depend on the | Jake Burkholder | 2001-01-06 | 1 | -0/+1 |
| * | Sort some of the _BSD_* types. | David E. O'Brien | 2001-01-01 | 1 | -4/+4 |
| * | Move all VCS ids to a consistent location. | David E. O'Brien | 2000-12-28 | 2 | -6/+4 |
| * | Add multiple inclusion protection. | David E. O'Brien | 2000-12-28 | 2 | -0/+10 |
| * | Store in globaldata our CPU ID#. Provide a lock for panics - only one | Matt Jacob | 2000-12-09 | 3 | -0/+4 |
| * | Next phase in the PCI subsystem cleanup. | Mike Smith | 2000-12-08 | 2 | -2/+2 |
| * | Remove the last of the MD netisr code. It is now all MI. Remove | Jake Burkholder | 2000-12-05 | 1 | -1/+0 |
| * | Don't use p->p_sigstk.ss_flags to keep state of whether the | Marcel Moolenaar | 2000-11-30 | 1 | -0/+2 |
| * | 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 |