| Commit message (Expand) | Author | Age | Files | Lines |
* | Only dump the BIOS geometry table from bootinfo on PC98, we don't use | phk | 2002-12-14 | 1 | -1/+5 |
* | Add page locking to pmap_mincore(). | alc | 2002-12-14 | 1 | -12/+20 |
* | SCARGS removal take II. | alfred | 2002-12-14 | 10 | -327/+322 |
* | Backout removal SCARGS, the code freeze is only "selectively" over. | alfred | 2002-12-13 | 10 | -322/+327 |
* | Remove SCARGS. | alfred | 2002-12-13 | 10 | -327/+322 |
* | Unbreak the KSE code. Keep track of zobie threads using the Per-CPU storage | julian | 2002-12-10 | 1 | -1/+12 |
* | Add "disabled" hints to all of the uncommon ISA devices that are in | jhb | 2002-12-05 | 1 | -0/+12 |
* | Hold the page queues lock around calls to pmap_remove(). | alc | 2002-12-04 | 1 | -0/+2 |
* | Use the correct value when writing the Day Of Week byte in the CMOS. | phk | 2002-12-04 | 2 | -2/+2 |
* | Avoid recursive acquisition of the page queues lock in pmap_unuse_pt(). | alc | 2002-12-03 | 1 | -1/+3 |
* | Align the FPU state in the ucontext and sigcontext to 16 bytes | deischen | 2002-12-02 | 5 | -19/+31 |
* | Hold the page queues lock when calling pmap_unwire_pte_hold() or | alc | 2002-12-02 | 1 | -3/+10 |
* | Assert that the page queues lock is held in pmap_changebit() | alc | 2002-12-01 | 1 | -2/+2 |
* | Assert that the page queues lock is held in pmap_page_exists_quick(). | alc | 2002-11-30 | 1 | -1/+1 |
* | Fix for non-GCC compilers. | obrien | 2002-11-27 | 1 | -4/+3 |
* | Assert that the page queues lock is held in pmap_remove_pages(). | alc | 2002-11-25 | 1 | -1/+1 |
* | Add page queues locking to vunmapbuf(); reduce differences with respect | alc | 2002-11-24 | 1 | -3/+3 |
* | Add `if (!cold)' checkings for functions which is called via SYSINIT. | iwasaki | 2002-11-24 | 1 | -0/+3 |
* | - Assert that the page queues lock is held in pmap_remove_all(). | alc | 2002-11-23 | 1 | -10/+4 |
* | Under certain circumstances, we were calling kmem_free() from | mux | 2002-11-22 | 1 | -9/+17 |
* | *sigh*. It seems that in the ACPICA code, Intel defines its own APIC_IO | jhb | 2002-11-21 | 1 | -1/+1 |
* | Add getcontext, setcontext, and swapcontext as system calls. | deischen | 2002-11-16 | 4 | -15/+9 |
* | network interface and link layer changes: | sam | 2002-11-15 | 4 | -73/+31 |
* | MFp4: | imp | 2002-11-14 | 2 | -2/+2 |
* | Recognize the Serverworks CIOB30 host to pci bridge. | peter | 2002-11-13 | 1 | -0/+5 |
* | Remove a commented out #include "opt_pci.h", it doesn't | mux | 2002-11-13 | 1 | -1/+0 |
* | Loader tunable 'machdep.disable_mtrrs'. | mdodd | 2002-11-13 | 1 | -1/+7 |
* | Move pmap_collect() out of the machine-dependent code, rename it | alc | 2002-11-13 | 1 | -31/+1 |
* | - Clear the page's PG_WRITEABLE flag in the i386's pmap_changebit() | alc | 2002-11-11 | 1 | -3/+5 |
* | Add a new loader tunable, hw.hasbrokenint12, to indicate that BIOS | iwasaki | 2002-11-09 | 1 | -46/+78 |
* | Print real / avail memory in megabytes rather than kilobytes. | des | 2002-11-09 | 1 | -4/+4 |
* | Fix instances of macros with improperly parenthasized arguments. | alfred | 2002-11-09 | 1 | -1/+1 |
* | Make 3dfx i386-only. The memrange API it uses may be defined in an MI | jhb | 2002-11-08 | 1 | -0/+12 |
* | Move rc(4) over to MI notes and enable it as a MI module. | jhb | 2002-11-08 | 1 | -5/+0 |
* | Make xrpu(4) i386-only. Consumers of i386_btop() are not MI. | jhb | 2002-11-08 | 1 | -1/+2 |
* | adjust critical section to only wrap around vm86_bioscall(). | davidxu | 2002-11-08 | 1 | -2/+2 |
* | use critical_enter/exit to add a critical section around BIOS call, | davidxu | 2002-11-08 | 1 | -5/+9 |
* | Move the definitions of the hw.physmem, hw.usermem and hw.availpages | tmm | 2002-11-07 | 1 | -37/+0 |
* | Properly parenthesize the DBREG_DRX macro's variables to allow for | alfred | 2002-11-07 | 1 | -1/+1 |
* | Move sr(4) over to i386-only as it is yet another user of kvtop(). | jhb | 2002-11-07 | 1 | -0/+6 |
* | Simplify and optimize pmap_object_init_pt(). More specifically, | alc | 2002-11-07 | 1 | -65/+32 |
* | Move firewire back to being MI. | jhb | 2002-11-07 | 1 | -7/+0 |
* | 1.Fix smp race between kernel vm86 BIOS calling and userland vm86 mode code, | davidxu | 2002-11-07 | 7 | -21/+18 |
* | lnc(4) uses kvtop() and is thus i386-only for now. | jhb | 2002-11-06 | 1 | -0/+7 |
* | Make firewire i386-only for now. It doesn't quite handle machines with | jhb | 2002-11-06 | 1 | -0/+7 |
* | ed(4) uses kvtop() and is thus i386-only. It has several other warnings | jhb | 2002-11-06 | 1 | -0/+9 |
* | Move the drm code to the i386 MD NOTES file. It can be added to other MD | jhb | 2002-11-06 | 1 | -0/+20 |
* | Move digi to the i386 MD NOTES until it stops using inb() and outb(). | jhb | 2002-11-06 | 1 | -0/+13 |
* | - Move comments regarding flags for dgb(4) over to the MD NOTES file where | jhb | 2002-11-06 | 1 | -6/+11 |
* | Make the ar(4) driver i386-only for now. It has lots of sizeof(int) == | jhb | 2002-11-06 | 1 | -0/+7 |