| Commit message (Expand) | Author | Age | Files | Lines |
* | Backed out the main part of revs.1.14-16. Don't disable interrupts in | bde | 2002-01-30 | 1 | -10/+3 |
* | Backed out the last vestiges of rev.1.51. Don't enter a critical | bde | 2002-01-30 | 1 | -10/+1 |
* | Cleaned up the 0ldSiG magic check before removing it. Just use fuword() | bde | 2002-01-30 | 1 | -13/+8 |
* | Don't include <isa/isavar.h> or compile code depending on it when isa | bde | 2002-01-30 | 8 | -1/+37 |
* | Removed unused includes. In particular, don't include <isa/isavar.h> since | bde | 2002-01-30 | 1 | -24/+2 |
* | Unbreak pcvt, it suffered from common variables. Whoever added the | joerg | 2002-01-27 | 1 | -8/+14 |
* | Add support for the Netgear GA302T 10/100/1000 adapter. Given that | jdp | 2002-01-27 | 1 | -3/+3 |
* | Add missing destroy_dev(). | wes | 2002-01-23 | 1 | -10/+13 |
* | List bit 18 (reserved, apparently present on thunderbird cpus) | peter | 2002-01-22 | 1 | -2/+2 |
* | Add the 'iir' driver, for the Intel Integrated RAID controllers and | msmith | 2002-01-20 | 2 | -0/+11 |
* | The Libretto L series has no $PIR table, but does have a _PIR table. | imp | 2002-01-20 | 2 | -26/+44 |
* | Avoid __func__ string concatenation | peter | 2002-01-18 | 3 | -12/+12 |
* | Garbage-collect an unused variable left by rev.1.61. | bde | 2002-01-17 | 1 | -3/+1 |
* | Changed the type of pcb_flags from u_char to u_int and adjusted things. | bde | 2002-01-17 | 2 | -6/+4 |
* | Change <b28> to HTT (Hyperthreading technology). If this flag is set then | peter | 2002-01-16 | 1 | -3/+3 |
* | Ensure that we set all the %cr0 bits to a known state for the AP's before | peter | 2002-01-16 | 3 | -0/+30 |
* | Sync to GENERIC: add UFS_DIRHASH | imp | 2002-01-15 | 1 | -0/+1 |
* | Replace ffind_* with fget calls. | alfred | 2002-01-14 | 2 | -4/+4 |
* | SMP Lock struct file, filedesc and the global file list. | alfred | 2002-01-13 | 4 | -68/+134 |
* | Clear the single-step flag for signal handlers. This fixes bogus trace | bde | 2002-01-10 | 4 | -9/+10 |
* | Fix typo in function name. | wes | 2002-01-10 | 1 | -1/+1 |
* | Use a spare slot in the machine context for a flags word to indicate | deischen | 2002-01-10 | 2 | -1/+5 |
* | Fix S3 breakage. | takawata | 2002-01-09 | 1 | -1/+2 |
* | - generic Arcnet framework | fjoe | 2002-01-08 | 1 | -0/+9 |
* | Gut this header; since physio_proc_init is never called, the code never does | msmith | 2002-01-08 | 1 | -34/+1 |
* | Staticise devclasses and some unnecessarily global variables. | msmith | 2002-01-08 | 1 | -1/+1 |
* | Convert a bunch of 1 << PCPU_GET(cpuid) to PCPU_GET(cpumask). | peter | 2002-01-05 | 4 | -9/+9 |
* | Change the preemption code for software interrupt thread schedules and | jhb | 2002-01-05 | 7 | -15/+23 |
* | GC unfinished function selected_proc_ipi(). It is a duplicate of | peter | 2002-01-05 | 1 | -30/+0 |
* | Allow a specific setting for pv entries. This avoids the need to guess | peter | 2002-01-03 | 1 | -0/+1 |
* | Add the nullmodem device | julian | 2002-01-01 | 1 | -0/+1 |
* | Grrr. The tlb code is strewn over 3 files and I misread it. Revert | dillon | 2001-12-31 | 1 | -8/+0 |
* | You know those 'XXX what about SMP' comments in pmap_kenter()? Well, | dillon | 2001-12-31 | 1 | -3/+10 |
* | GC an alternate trap_pfault() which has rotted away behind an "#ifdef notyet" | phk | 2001-12-30 | 1 | -118/+0 |
* | Add the ifpi2 driver. | gj | 2001-12-22 | 1 | -0/+7 |
* | Add support for the AVM Fritz!Card PCI version 2 controller. | gj | 2001-12-22 | 1 | -2/+4 |
* | Use the new resource_list_print_type() function. | tmm | 2001-12-21 | 1 | -1/+1 |
* | Add support for the Intel 82443MX chipset | pirzyk | 2001-12-21 | 1 | -1/+1 |
* | Introduce a standard name for the lock protecting an interrupt controller | jhb | 2001-12-20 | 17 | -119/+84 |
* | I am not sure if it is a good idea or not to have my id in the cvs log | peter | 2001-12-20 | 1 | -824/+797 |
* | Replace a bunch of: | peter | 2001-12-20 | 1 | -20/+6 |
* | Fix some whitespace nits, and a minor error that I made in some unused | peter | 2001-12-20 | 1 | -8/+7 |
* | Comment out DEVICE_POLLING so that LINT compiles again. | phk | 2001-12-19 | 1 | -1/+2 |
* | Axe stale extern for a non-existent variable. | jhb | 2001-12-18 | 1 | -1/+0 |
* | In a couple of places, we recalculated addresses we already had in local | julian | 2001-12-18 | 1 | -3/+3 |
* | Various assembly fixes mostly in the form of using the "+" modifier for | jhb | 2001-12-18 | 3 | -29/+29 |
* | Allow the ATOMIC_ASM() macro to pass in the constraints on the V parameter | jhb | 2001-12-18 | 1 | -23/+23 |
* | With GCC 3, we *must* use the GCC stdarg.h. We can no longer just make | obrien | 2001-12-18 | 1 | -0/+6 |
* | Modify the critical section API as follows: | jhb | 2001-12-18 | 10 | -140/+93 |
* | Small cleanups to the SMP code: | jhb | 2001-12-17 | 4 | -101/+48 |