Age | Commit message (Expand) | Author |
2009-02-05 | add MD PMAP_NOCACHE flag to i386 and use it to implement the | Owain Ainsworth |
2009-02-03 | Free TSS on the stack of the dead process. | Mike Belopuhov |
2009-01-29 | Only start using the rtc for statclock after we've received the first | Mark Kettenis |
2009-01-27 | Get rid of the last traces of uvm.pager_[se]va | Miod Vallat |
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-20 | Install ACPI S3 resume trampoline code in a lowmem page. First part | Mike Larkin |
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-14 | int cpuspeed is global. ok markus@ | Alexander Yurchenko |
2009-01-13 | Trivial lvalue abuse fixes, no binary changes. | Alexander Yurchenko |
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-11 | Fix a sed bug in the makefile's depend target. | Paul Irofti |
2009-01-11 | Add additional values for the Atom FSB_FREQ bus clock MSR now | Jonathan Gray |
2009-01-09 | Make sure we move an interrupt vector to the "lowest" priority level if | Mark Kettenis |
2009-01-07 | Enable urlphy in addition to url. | Jonathan Gray |
2009-01-07 | The E asm constraint refers to an immediate floating operand | Jonathan Gray |
2009-01-06 | - add and enable ipgphy(4) everywhere there's a stge(4) entry. | Jasper Lievisse Adriaanse |
2009-01-04 | Add support for CS5535 IDE adapted from the gcscide code in NetBSD | Jonathan Gray |
2009-01-03 | run(4), a driver for Ralink RT2700U/RT2800U/RT3000U USB 802.11agn devices. | Damien Bergamini |
2008-12-29 | fix compiling w/o apm(4) | Oleg Safiullin |
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-26 | use the exact same policy for choosing apic on all 3 types of kernel. | Theo de Raadt |
2008-12-26 | If we have usable acpi, but chose to use amp instead for various reasons, | Theo de Raadt |
2008-12-22 | Get rid of many arbitrary differences between the i386 and amd64 mpbios code. | Mark Kettenis |
2008-12-18 | Don't set the global bit PG_G for kernel pmap low memory mappings. Use a | 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 |
2008-12-10 | both x86 platforms isa bus_dma implementations handle bus_dmamap_sync | Owain Ainsworth |
2008-12-07 | Make acpiprt(4) check whether the current interrupt routing is "possible" and | Mark Kettenis |
2008-12-06 | revert all changes related to the mpsafe intr handler. i screwed up the commit | Ted Unangst |
2008-12-06 | some more trouble where i failed to account for oga's diff | Ted Unangst |
2008-12-04 | *sigh* unbreak the tree. | Owain Ainsworth |
2008-12-04 | Fix "fp_save ipi didn't" panic, and move i386/amd64 closer in the process. | Tobias Weingartner |
2008-12-04 | Move the bus_dma generic functions out of the far-too-podgy machdep.c and | Owain Ainsworth |
2008-12-03 | Remove the x86 and i386 prefixes to the bus_dma types. It's really quite | Owain Ainsworth |
2008-12-01 | terse is good, more readable; please commit deraadt@ | Todd T. Fries |
2008-11-27 | Enable gpioow and gpioiic for runtime attachment, keep the previous | Marc Balmer |
2008-11-26 | Enable Bluetooth (btd and btctl are not hooked into the build yet) | Uwe Stuehler |
2008-11-25 | we are heading quickly to a world where isp(4) will not fit, so let us | Theo de Raadt |
2008-11-24 | Import btsco(4) from NetBSD to work on it | Uwe Stuehler |
2008-11-24 | oops. | Artur Grabowski |
2008-11-24 | - Remove the special case for one page pmap_remove, it's useless. | Artur Grabowski |
2008-11-24 | die die die | Theo de Raadt |
2008-11-24 | In pmap_write_protect() clear and set the protection bits atomically and | Kurt Miller |