| Commit message (Expand) | Author | Age | Files | Lines |
* | Compile osigreturn() unconditionally since it will always be needed on | bde | 2002-02-01 | 1 | -2/+0 |
* | Finish revs.1.23 and 1.24 so that MCOUNT_ENTER really actually compiles | bde | 2002-01-31 | 1 | -0/+1 |
* | 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 | 9 | -2/+42 |
* | Removed unused includes. In particular, don't include <isa/isavar.h> since | bde | 2002-01-30 | 1 | -24/+2 |
* | 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 | 1 | -0/+2 |
* | The Libretto L series has no $PIR table, but does have a _PIR table. | imp | 2002-01-20 | 1 | -13/+22 |
* | Avoid __func__ string concatenation | peter | 2002-01-18 | 3 | -12/+12 |
* | Changed the type of pcb_flags from u_char to u_int and adjusted things. | bde | 2002-01-17 | 3 | -11/+7 |
* | 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 |
* | Clear the single-step flag for signal handlers. This fixes bogus trace | bde | 2002-01-10 | 2 | -7/+7 |
* | 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 |
* | 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 | 5 | -1/+9 |
* | Allow a specific setting for pv entries. This avoids the need to guess | peter | 2002-01-03 | 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 |
* | Use the new resource_list_print_type() function. | tmm | 2001-12-21 | 1 | -1/+1 |
* | Introduce a standard name for the lock protecting an interrupt controller | jhb | 2001-12-20 | 15 | -67/+74 |
* | 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 |
* | 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 | 1 | -14/+14 |
* | Allow the ATOMIC_ASM() macro to pass in the constraints on the V parameter | jhb | 2001-12-18 | 1 | -23/+23 |
* | Modify the critical section API as follows: | jhb | 2001-12-18 | 9 | -71/+39 |
* | Small cleanups to the SMP code: | jhb | 2001-12-17 | 4 | -101/+48 |
* | Device Polling code for -current. | luigi | 2001-12-14 | 1 | -0/+10 |
* | Enable UFS_DIRHASH in the GENERIC kernel. | iedowse | 2001-12-14 | 1 | -0/+1 |
* | Fixed to draw mouse cursor. The syscons driver for PC98 uses different | nyan | 2001-12-14 | 1 | -0/+5 |
* | Axe an unneeded PCPU_SET(spinlocks, NULL) that I missed earlier. | jhb | 2001-12-12 | 3 | -3/+0 |
* | Overhaul the per-CPU support a bit: | jhb | 2001-12-11 | 19 | -227/+235 |
* | Delete some leftover code from a bygone age. We dont have an array of | peter | 2001-12-11 | 1 | -11/+1 |
* | Add new boot flag to i386 boot: -p. | guido | 2001-12-10 | 1 | -1/+1 |
* | Add identification string for AMD-761 host to PCI bridge. | murray | 2001-12-10 | 1 | -0/+3 |
* | Allow maxusers to be specified as 0 in the kernel config, which will | dillon | 2001-12-09 | 2 | -2/+3 |
* | Update pathnames for creation of tags file. | mckusick | 2001-12-05 | 1 | -1/+1 |
* | PROCFS requires PSEUDOFS. I forgot that GENERIC didn't have PSEUDOFS yet. | des | 2001-12-04 | 1 | -1/+2 |
* | Add a missing open paren to a macro that's been broken (and apparently | jhb | 2001-12-04 | 1 | -1/+1 |
* | cpuid bit 30 is 'IA64', for when you're running in i386 mode on an ia64 | peter | 2001-11-30 | 1 | -1/+1 |
* | MFS: I was confused. This code wasn't in -current after all. | imp | 2001-11-26 | 1 | -5/+14 |
* | Yet another verbose printing cleanup. Remove debug_wakeup flag and | iwasaki | 2001-11-18 | 1 | -5/+2 |