Age | Commit message (Expand) | Author |
2009-03-15 | Introduce splsoftassert(), similar to splassert() but for soft interrupt | Miod Vallat |
2009-03-11 | Attach iommu on AMD family 10h processors (e.g. phenom) too. | Owain Ainsworth |
2009-03-10 | First step in cleaning up amd64 iommu. | Owain Ainsworth |
2009-03-10 | remove the _BUS_DMA_PRIVATE define from amd64 and i386. | Owain Ainsworth |
2009-03-10 | Enable VMware VMXnet Virtual Interface Controller (vic) driver | Jonathan Gray |
2009-03-10 | enable urtw(4) | Kevin Lo |
2009-03-07 | When allocating memory in bus_dmamem_alloc() with uvm_pglistalloc(), do not | Miod Vallat |
2009-02-26 | Add a two new ioctls to the apm(4) interface. | Owain Ainsworth |
2009-02-25 | enable ale(4) on both i386 and amd64 | Kevin Lo |
2009-02-24 | match new cpuid stuff from i386; by jsg | Theo de Raadt |
2009-02-24 | back out est.c 1.8 and bring acpicpu.c all the way back to 1.47 because of | Theo de Raadt |
2009-02-19 | suspend/resume bits so that we can develop this in tree. This is disabled. | Marco Peereboom |
2009-02-16 | Cancel the automatic boot when you hold ctrl to skip boot.conf. | Stuart Henderson |
2009-02-16 | remove incorrect cast of pcb_cr3. okay kettenis@ weingart@ | Kurt Miller |
2009-02-16 | Core i7 chips don't have MSR_TEMPERATURE_TARGET register, and blow up | Kenneth R Westerback |
2009-02-16 | Store conditionally extended cpuid family/model values | Jonathan Gray |
2009-02-15 | Set the limit of the GDT table to its size - 1. | Mike Belopuhov |
2009-02-15 | Add cvs tag | Marco Peereboom |
2009-02-15 | Add sleep plumbing code for amd64 making it the sameish as i386. Committing | Marco Peereboom |
2009-02-14 | enable Attansic L1 Ethernet (age/atphy) | Kevin Lo |
2009-02-13 | Make "boot -d" work on amd64 MP. | Andreas Gunnarsson |
2009-02-10 | enable run(4) everywhere where ural(4) and rum(4) are enabled. | Damien Bergamini |
2009-02-08 | Spacing nit. | Alexander Yurchenko |
2009-02-08 | Enable ips(4) on CD install media so people can try it. | Alexander Yurchenko |
2009-02-05 | Mirroring the i386 commit just made. Add MD PMAP_NOCACHE flag to pmap, | Owain Ainsworth |
2009-02-03 | Free TSS on the stack of the dead process. | Mike Belopuhov |
2009-01-31 | Don't cast pointer to int, use register_t here. | Alexander Yurchenko |
2009-01-28 | Add missing braces in trunc_page() call from vmapbuf(). | Alexander Yurchenko |
2009-01-27 | Switch the amd64 PCI_CONF_LOCK from being a simplelock and splhigh to a | Owain Ainsworth |
2009-01-25 | Remove /dev/drum and related code. | Miod Vallat |
2009-01-23 | Add schsio(4), a driver for SMSC SCH311x LPC Super I/O ICs providing | Michael Knudsen |
2009-01-18 | enable atphy/age | Kevin Lo |
2009-01-17 | gdt_compact() was removed years ago, so kill the code and comments | Philip Guenthe |
2009-01-16 | add next-server option to example | Oleg Safiullin |
2009-01-13 | Fix lvalue abuse by removing a redundant cast. | Alexander Yurchenko |
2009-01-13 | Turn mpbios into a real device, such that people can disable it on crappy | Mark Kettenis |
2009-01-07 | Enable urlphy in addition to url. | Jonathan Gray |
2009-01-06 | - add and enable ipgphy(4) everywhere there's a stge(4) entry. | Jasper Lievisse Adriaanse |
2009-01-03 | run(4), a driver for Ralink RT2700U/RT2800U/RT3000U USB 802.11agn devices. | Damien Bergamini |
2009-01-02 | Do not evict the kernel image from the mem_clusters[] array, otherwise | Miod Vallat |
2008-12-30 | savecore(8) wants dumpmag to be an unsigned long. | Miod Vallat |
2008-12-28 | No longer look for RSDP in memory marked as "ACPI Reclaim" in the BIOS memory | Mark Kettenis |
2008-12-28 | Remove confusion between "raw" and "swizzled" interrupt pins. Remove some | Mark Kettenis |
2008-12-22 | Get rid of many arbitrary differences between the i386 and amd64 mpbios code. | Mark Kettenis |
2008-12-22 | use the exact same policy for choosing apic on all 3 types of kernel. | Theo de Raadt |
2008-12-21 | Change the way we include mpbios code to be similar to what we do on i386. | Mark Kettenis |
2008-12-18 | Don't set the global bit PG_G for kernel pmap low memory mappings. | Kurt Miller |
2008-12-18 | use atomic operations to update ptes in pmap_unwire(). okay weingart@ | Kurt Miller |
2008-12-11 | Kill the $ARCH prefix for isa_dma_cookie. With this change, the i386 and | Owain Ainsworth |
2008-12-10 | When booting from a CD on i386/amd64, assume the root filesystem | Kenneth R Westerback |