| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused per-cpu variables inside_intr and ss_eflags. | jake | 2001-01-12 | 2 | -2/+0 |
* | - Remove compatibility macros for accessing per-cpu variables. | jake | 2001-01-11 | 1 | -13/+0 |
* | Remove seconds types we don't use that came in thru the NetBSD heiratage. | obrien | 2001-01-08 | 1 | -1/+0 |
* | PowerPC atomic operation functions. | benno | 2001-01-07 | 3 | -56/+544 |
* | PowerPC assembler #defines. | benno | 2001-01-07 | 1 | -0/+95 |
* | Implement accessors for per-cpu variables which don't depend on the | jake | 2001-01-06 | 1 | -0/+1 |
* | PowerPC platform-specific definitions (modeled on sys/i386/include/setjmp.h) | obrien | 2001-01-02 | 1 | -0/+46 |
* | PowerPC platform-specific definitions (modeled on sys/i386/include/types.h) | obrien | 2001-01-02 | 1 | -0/+67 |
* | Minor style tweaks. | obrien | 2001-01-02 | 2 | -8/+11 |
* | PowerPC platform-specific definitions (modeled on sys/i386/include/param.h) | obrien | 2001-01-02 | 1 | -0/+175 |
* | MP shells for the PowerPC platform. | obrien | 2001-01-01 | 2 | -0/+526 |
* | PowerPC platform-specific page size setting. | obrien | 2001-01-01 | 1 | -0/+37 |
* | PowerPC platform-specific definitions. | obrien | 2001-01-01 | 1 | -0/+97 |
* | Shells for the atomic operations FreeBSD needs. | obrien | 2001-01-01 | 1 | -0/+228 |
* | PowerPC platform-specific type definitions. | obrien | 2001-01-01 | 1 | -0/+128 |
* | PowerPC specific ELF ABI definitions. | obrien | 2001-01-01 | 1 | -0/+170 |
* | Protect proc.p_pptr and proc.p_children/p_sibling with the | jake | 2000-12-23 | 2 | -0/+24 |
* | Store in globaldata our CPU ID#. Provide a lock for panics - only one | mjacob | 2000-12-09 | 2 | -0/+2 |
* | Next phase in the PCI subsystem cleanup. | msmith | 2000-12-08 | 1 | -1/+1 |
* | Remove the last of the MD netisr code. It is now all MI. Remove | jake | 2000-12-05 | 1 | -1/+0 |
* | acquire/release Giant in vm_page_zero_idle(), like on i386 | gallatin | 2000-12-01 | 2 | -16/+4 |
* | Convert various calls to splhigh() to disable_intr() since splhigh() is | dfr | 2000-11-19 | 2 | -2/+0 |
* | We don't need <stddef.h> for offsetof() any more. | dfr | 2000-11-19 | 1 | -2/+0 |
* | Add the 'witness_spin_check' per-CPU variable. | jhb | 2000-11-15 | 3 | -0/+3 |
* | Fix all the interrupt enabled/disabled assertions which were backwards. | jhb | 2000-11-15 | 1 | -6/+6 |
* | Don't perform an mi_switch() when we release Giant during cpu_exit(). We | jhb | 2000-11-15 | 2 | -2/+4 |
* | Beginnings of the powerpc machine dependant includes. | benno | 2000-11-10 | 2 | -0/+138 |
* | Our SHRT_MIN definition was actually 4 bits too big. | obrien | 2000-11-04 | 2 | -2/+2 |
* | - Overhaul the software interrupt code to use interrupt threads for each | jhb | 2000-10-25 | 3 | -3/+3 |
* | * Update comments | obrien | 2000-10-24 | 2 | -40/+62 |
* | Move bogus proc reference stuff into <machine/globals.h>. There is no | mjacob | 2000-10-23 | 1 | -0/+2 |
* | Define the mtx_legal2block() macro used in the witness code that managed | jhb | 2000-10-20 | 1 | -0/+3 |
* | Fix a braino in the ASS_SIEN() macro in the MUTEX_DEBUG case by using | jhb | 2000-10-20 | 1 | -1/+2 |
* | Catch up to some of the changes to _getlock_spin_block. Specifically, | jhb | 2000-10-20 | 1 | -4/+4 |
* | Catch up to moving headers: | jhb | 2000-10-20 | 2 | -2/+2 |
* | - machine/mutex.h -> sys/mutex.h | jhb | 2000-10-20 | 1 | -2/+2 |
* | - Make the mutex code almost completely machine independent. This greatly | jhb | 2000-10-20 | 1 | -468/+12 |
* | Move DELAY() from <machine/clock.h> to <sys/systm.h> | phk | 2000-10-15 | 1 | -1/+0 |
* | - Change fast interrupts on x86 to push a full interrupt frame and to | jhb | 2000-10-06 | 1 | -1/+0 |
* | - Heavyweight interrupt threads on the alpha for device I/O interrupts. | jhb | 2000-10-05 | 1 | -2/+4 |
* | Reduce userland namespace polution. | jasone | 2000-10-04 | 1 | -1/+4 |
* | Clear pcb_schednest in cpu_fork() for the child process. This is | dfr | 2000-10-03 | 2 | -0/+14 |
* | #include <sys/proc.h> in order to get curproc. This seems to be the lesser | jasone | 2000-09-23 | 1 | -2/+1 |
* | Remove the NCPU, NAPIC, NBUS, NINTR config options. Make NAPIC, | ps | 2000-09-22 | 1 | -2/+0 |
* | Remove the mtx_t, witness_t, and witness_blessed_t types. Instead, just | jhb | 2000-09-14 | 1 | -25/+23 |
* | - Fix spinlock exiting to handle recursion properly and only enable | jhb | 2000-09-13 | 1 | -5/+7 |
* | Really disable interrupts for spin mutexes instead of just pretending. | dfr | 2000-09-12 | 1 | -8/+6 |
* | The alpha doesn't have a eflags register, so don't refer to it here. | jhb | 2000-09-11 | 1 | -2/+0 |
* | Style cleanups. No functional changes. | jasone | 2000-09-09 | 1 | -71/+63 |
* | Add file and line arguments to WITNESS_ENTER() and WITNESS_EXIT, since | jasone | 2000-09-09 | 1 | -16/+16 |