Age | Commit message (Expand) | Author |
2006-11-29 | Remove cpu_swapin() and cpu_swapout(), they are no longer necessary (except | Miod Vallat |
2006-11-29 | Only establish acpi interrupt if ACPI_ENABLE. | Mark Kettenis |
2006-11-28 | Let est not complain about certain strange msr values on Pentium 4's. We can't | Dimitry Andric |
2006-11-28 | Support "trace /p <pid>" to show the stack trace of any process. | Uwe Stuehler |
2006-11-28 | Always call cyrix3_get_bus_clock in cyrix3_cpu_setup, since we might | Dimitry Andric |
2006-11-28 | Don't display cpu brand string, features, etc. a second time, when booting an MP | Dimitry Andric |
2006-11-28 | Only use est and other non-acpi setperf mechanisms, if acpi is not | Dimitry Andric |
2006-11-28 | acpi may steal the timer and speedstep functionality, in which case we | Theo de Raadt |
2006-11-27 | Add disabled acpi to GENERIC and GENERIC.MP. This is required by the new | Marco Peereboom |
2006-11-27 | commit vesabios for matthieu@ | Gordon Willem Klok |
2006-11-27 | Enable kvm86. | Gordon Willem Klok |
2006-11-27 | IBM ServeRAID controllers driver. | Alexander Yurchenko |
2006-11-27 | Only use the ichpcib speedstep feature if we're running on a (Mobile) Pentium 4, | Dimitry Andric |
2006-11-27 | First attempt at making kvm86 MP safe, place mutex lock around calls | Gordon Willem Klok |
2006-11-27 | Prevent panics when booting GENERIC.MP with a vesabios kernel. | Gordon Willem Klok |
2006-11-27 | move uberry to a nicer place | Theo de Raadt |
2006-11-27 | enable uberry driver | Theo de Raadt |
2006-11-26 | leave name simple | Theo de Raadt |
2006-11-26 | Save misc info (ebx) register from cpuid with eax=1, so we can use it | Dimitry Andric |
2006-11-26 | Activate pwdog(4) after successful testing on i386 and macppc. | Marc Balmer |
2006-11-26 | use splclock() instead of splsoftclock() when setting the timeout period | Marc Balmer |
2006-11-25 | remove dpt(4) because it sucks. | David Gwynne |
2006-11-25 | malo works fine here, enable it. | Jonathan Gray |
2006-11-19 | Handle operations larger than will fit in the buffer we allocate, | Tom Cosgrove |
2006-11-19 | Improve the AES acceleration, by allocating a contiguous DMA-able | Tom Cosgrove |
2006-11-17 | Add code for AES acceleration. This is currently disabled with | Tom Cosgrove |
2006-11-17 | Fix typo to let this compile. | Tom Cosgrove |
2006-11-17 | Make sure we copy the IV back into the session structure, not the | Tom Cosgrove |
2006-11-15 | Add commented out entries for acpimadt(4) and acpiprt(4). | Mark Kettenis |
2006-11-15 | do not go processing normal interrupts after ipi. | Michael Shalayeff |
2006-11-11 | Get rid of magic isa and eisa bus numbers in mpbios code. Pave the way for | Mark Kettenis |
2006-11-06 | add gem and gentbi; why not | Theo de Raadt |
2006-11-05 | Add deduced power state table for 1.00 GHz VIA Eden 90nm 'Esther'. | Dimitry Andric |
2006-11-02 | enable vic(4) now that it works. | David Gwynne |
2006-10-31 | Mention that cdboot won't find boot.conf if you create the CD | Tom Cosgrove |
2006-10-30 | install boot.conf as a section 5 page, not section 8; | Jason McIntyre |
2006-10-29 | The default for swap should be partition 'b' on the same unit as root is, | Mark Kettenis |
2006-10-29 | Remove redundant if (msg) {} block around invocations of | Kenneth R Westerback |
2006-10-28 | We don't currently write a disklabel into an OpenBSD ('A6') DOS MBR | Kenneth R Westerback |
2006-10-26 | Driver for the AMD Geode LX series processor security block. | Tom Cosgrove |
2006-10-26 | Driver for MosChip MCS7703 based USB Serial devices. | Jonathan Gray |
2006-10-24 | Hook brand new trace function into ddb. Now users can send useful traces | Marco Peereboom |
2006-10-22 | more bits of cleanup before marco gets to play | Theo de Raadt |
2006-10-21 | Don't try to spoof 0 length DOS MBR/EBR partitions. By skipping | Kenneth R Westerback |
2006-10-21 | enable zyd | Theo de Raadt |
2006-10-21 | Some KNF cleanup. | Kenneth R Westerback |
2006-10-21 | We have a pointer (pp), so use it in the DOSPTYP_UNUSED case rather | Kenneth R Westerback |
2006-10-20 | Try again with local variable to avoid alignment issues. | Kenneth R Westerback |
2006-10-19 | indent | Theo de Raadt |
2006-10-19 | Fix the spellings of Cool'n'Quiet and PowerNow! in a couple of places. | Tom Cosgrove |