| Commit message (Expand) | Author | Age | Files | Lines |
* | Initiate deorbit burn sequence for <machine/mouse.h>. | phk | 2000-10-09 | 1 | -334/+4 |
* | Initiate deorbit burn sequence for <machine/console.h>. | phk | 2000-10-08 | 1 | -0/+4 |
* | Cleanup comment in machine/param.h regarding mbuf-related sizes, and get rid | bmilekic | 2000-10-08 | 1 | -8/+6 |
* | Work around a bug by adding struct tags. gcc-2.95 apparently gets the | bde | 2000-10-06 | 1 | -2/+2 |
* | - Change fast interrupts on x86 to push a full interrupt frame and to | jhb | 2000-10-06 | 2 | -3/+0 |
* | - Heavyweight interrupt threads on the alpha for device I/O interrupts. | jhb | 2000-10-05 | 5 | -100/+13 |
* | Add atomic_readandclear_int and atomic_readandclear_long. | jhb | 2000-10-05 | 1 | -0/+42 |
* | Reduce userland namespace polution. | jasone | 2000-10-04 | 1 | -1/+4 |
* | Move MAXCPU from machine/smp.h to machine/param.h to fix breakage | ps | 2000-09-23 | 3 | -5/+5 |
* | #include <sys/proc.h> in order to get curproc. This seems to be the lesser | jasone | 2000-09-23 | 1 | -2/+1 |
* | Remove a few leftover CLBYTES related bits. | phk | 2000-09-16 | 1 | -7/+0 |
* | Remove the mtx_t, witness_t, and witness_blessed_t types. Instead, just | jhb | 2000-09-14 | 1 | -25/+23 |
* | - Remove the inthand2_t type and use the equivalent driver_intr_t type from | jhb | 2000-09-13 | 1 | -3/+0 |
* | - Fix spinlock exiting to handle recursion properly and only enable | jhb | 2000-09-13 | 1 | -5/+7 |
* | * Redo the cmpset inlines to use one less register. This incidentally | dfr | 2000-09-12 | 1 | -22/+156 |
* | 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 | 15 | -36/+971 |
* | Introduce atomic_cmpset_int() and atomic_cmpset_long() from SMPng a | phk | 2000-09-06 | 1 | -19/+86 |
* | * Completely rewrite the alpha busspace to hide the implementation from | dfr | 2000-08-28 | 5 | -1064/+305 |
* | Remove offensive language. | dfr | 2000-06-25 | 1 | -1/+1 |
* | Fix typo in comment. | dfr | 2000-06-25 | 1 | -1/+1 |
* | Add support for the Alpha Processor, Inc. UP1000 system. | gallatin | 2000-06-19 | 2 | -0/+9 |
* | Support bounce buffers for ISA DMA on the alpha. This is required for the | gallatin | 2000-06-19 | 1 | -0/+1 |
* | Add taskqueue system for easy-to-use SWIs among other things. | dfr | 2000-05-28 | 1 | -1/+4 |
* | Allow platform specific isa interrupt setup & teardown routines in | gallatin | 2000-05-28 | 1 | -0/+5 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -4/+4 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -4/+4 |
* | Implement an optimization of the VM<->pmap API. Pass vm_page_t's directly | peter | 2000-05-21 | 1 | -3/+3 |
* | Eliminate a couple of evil common declarations. | peter | 2000-05-18 | 1 | -2/+2 |
* | Port ppc driver to alpha. | dfr | 2000-05-14 | 1 | -0/+14 |
* | Finish moving all IEEE fp types to be the same on all arch's. | jhb | 2000-05-10 | 1 | -1/+1 |
* | Handle PCI devices that actually use an ISA IRQ for the cia and tsunami | jhb | 2000-05-10 | 1 | -0/+6 |
* | Change floating point exception type to match the i386 one. | obrien | 2000-05-09 | 1 | -1/+1 |
* | Make in_cksum() a macro call to in_cksum_skip(), since it provides the | jlemon | 2000-05-06 | 1 | -3/+2 |
* | Add $FreeBSD$ | peter | 2000-05-01 | 6 | -0/+7 |
* | Well, make intrhand2_t take a void * arg then. Matches i386. | mjacob | 2000-04-26 | 1 | -2/+2 |
* | Add include files to alpha/include directory. | roger | 2000-04-15 | 2 | -0/+475 |
* | Make sysv-style shared memory tuneable params fully runtime adjustable | peter | 2000-03-30 | 1 | -8/+0 |
* | Try and make the Alpha kernel compile. There are still some loose ends | peter | 2000-03-30 | 2 | -1/+10 |
* | Add support for offloading IP/TCP/UDP checksums to NIC hardware which | jlemon | 2000-03-27 | 1 | -0/+3 |
* | - Add Support for the following PS/2 mice: | yokota | 2000-03-18 | 1 | -4/+44 |
* | Alpha 8200: Add prototype from promcnattach. | mjacob | 2000-03-18 | 1 | -0/+1 |
* | Patches that eliminate extra context switches in FIFO case. | dufault | 2000-03-02 | 1 | -2/+3 |
* | * Fix the memory probing code so that it sees all memory clusters, not | dfr | 2000-02-29 | 1 | -4/+0 |
* | Update the ata driver to take more advantage of newbus, this | sos | 2000-02-18 | 1 | -1/+6 |