| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add missing \'s to multline macros used for assertions. | jhb | 2000-09-09 | 1 | -2/+2 |
* | Use inline functions instead of macros for mtx_enter(), mtx_try_enter(), | jasone | 2000-09-08 | 1 | -146/+160 |
* | Major update to the way synchronization is done in the kernel. Highlights | jasone | 2000-09-07 | 7 | -8/+817 |
* | Support bounce buffers for ISA DMA on the alpha. This is required for the | gallatin | 2000-06-19 | 3 | -4/+1 |
* | cpu_fork(): Check "flags" before dereferencing "p2". Otherwise, | alc | 2000-06-11 | 2 | -6/+4 |
* | Handle PCI devices that actually use an ISA IRQ for the cia and tsunami | jhb | 2000-05-10 | 1 | -0/+6 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 3 | -0/+3 |
* | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | phk | 2000-03-20 | 2 | -2/+2 |
* | Update the ata driver to take more advantage of newbus, this | sos | 2000-02-18 | 1 | -1/+6 |
* | The kernel side of per-process unaligned access control (printing, fixing & | gallatin | 2000-01-16 | 2 | -2/+2 |
* | Sync with i386 | marcel | 2000-01-08 | 1 | -2/+1 |
* | Use genassym(1). | marcel | 2000-01-07 | 1 | -107/+92 |
* | Revert back all the way to 1.11 - the problem was that Makefile.alpha was | peter | 2000-01-07 | 1 | -0/+3 |
* | Don't include <sys/systm.h>. It doesn't do anything, and with recent | msmith | 2000-01-07 | 1 | -1/+0 |
* | untangle some includes and clean up for compilation cleanliness. | mjacob | 2000-01-03 | 1 | -3/+1 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 3 | -6/+6 |
* | Make this compile again. (missing #include for RFPROC) | peter | 1999-12-06 | 2 | -0/+2 |
* | User ldt sharing. | luoqi | 1999-12-06 | 2 | -2/+10 |
* | Use %ll instead of %q as gcc moans bitterly about it. | peter | 1999-11-22 | 1 | -1/+1 |
* | Re-organise the code which manages the owner of the FP state (fpcurproc). | dfr | 1999-11-10 | 2 | -24/+16 |
* | The core of this patch is to vm/vm_page.h. The effects are two-fold: (1) to | alc | 1999-10-30 | 2 | -4/+4 |
* | useracc() the prequel: | phk | 1999-10-29 | 2 | -2/+0 |
* | * Implement bus_set/get/delete_resource for pci. | dfr | 1999-10-14 | 1 | -2/+1 |
* | sigset_t change (part 3 of 5) | marcel | 1999-09-29 | 1 | -0/+45 |
* | Fix bug in pipe code relating to writes of mmap'd but illegal address | dillon | 1999-09-20 | 2 | -6/+10 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 11 | -11/+11 |
* | Fix the child's return path from fork so that fork will return 0 | gallatin | 1999-08-27 | 2 | -8/+8 |
* | Fix a nasty kld bug where modules with objects of type GLOB_DAT which had | gallatin | 1999-08-20 | 1 | -1/+2 |
* | Update for MI switch code, and trim a heap of unused (I believe) entries. | peter | 1999-08-19 | 1 | -44/+1 |
* | Sync with alc's revision 1.125 of i386/i386/vm_machdep.c. This | jdp | 1999-08-05 | 2 | -6/+6 |
* | Add support for SYS_RES_DENSE and SYS_RES_BWX resource types. These are | dfr | 1999-07-28 | 1 | -4/+6 |
* | Reduce the number of "magic constants" used for page coloring | alc | 1999-07-22 | 2 | -4/+4 |
* | Handle R_ALPHA_NONE relocations in KLD. | dfr | 1999-07-16 | 1 | -1/+4 |
* | Add in dbregs stubs that a committer for changes on the i386 ought to have done. | mjacob | 1999-07-09 | 1 | -1/+20 |
* | Implement support for hardware debug registers on the i386. | jlemon | 1999-07-09 | 1 | -1/+3 |
* | Add alpha_platform_setup_ide_intr() and alpha_platform_assign_pciintr() | peter | 1999-07-01 | 1 | -1/+6 |
* | Declare busdma_swi() like on i386 version. | peter | 1999-07-01 | 1 | -1/+2 |