Age | Commit message (Expand) | Author |
2007-01-02 | Issue the BIOS "check for keystroke" call before "get keystroke", as | Tom Cosgrove |
2006-12-29 | Fix another 'tripple' (not surprising, since this was copied from the | Tom Cosgrove |
2006-12-24 | Define PROC_PC. Then, since profiling information is being reported in | Miod Vallat |
2006-12-20 | Decalre extern int cpuspeed in sys/arch/amd64/include/cpu.h like cpuspeed | Gordon Willem Klok |
2006-12-20 | acpi fits when we decide that it is more important than ahc(4) adaptec | Theo de Raadt |
2006-12-20 | rum fits | Theo de Raadt |
2006-12-15 | acpi can fit onto the cd ramdisks | Theo de Raadt |
2006-12-14 | Make pci subsystem aware of domains. Each host bridge gets assigned a unique | Mark Kettenis |
2006-12-14 | Swizzle interrupts for devices for which we don't have explicit inetrrupt | Mark Kettenis |
2006-12-12 | Complete gwk's previous patch to stop setperf methods from returning | Dimitry Andric |
2006-12-09 | Like the earlier change to powernow-k7.c check for both the regular cpuid | Gordon Willem Klok |
2006-12-06 | starfire ethernet works here now | Martin Reindl |
2006-11-29 | Add commented out ips here as well. | Alexander Yurchenko |
2006-11-29 | Remove cpu_swapin() and cpu_swapout(), they are no longer necessary (except | Miod Vallat |
2006-11-29 | Kernel stack can be swapped. This means that stuff that's on the stack | Miod Vallat |
2006-11-29 | Only establish acpi interrupt if ACPI_ENABLE. | Mark Kettenis |
2006-11-27 | Added support to GENERIC for disabled acpi | Jordan Hargrave |
2006-11-27 | move uberry to a nicer place | Theo de Raadt |
2006-11-26 | leave name simple | Theo de Raadt |
2006-11-26 | Enable malo(4) for amd64. Tested with a Netgear WG311v3 PCI. Further | Marcus Glocker |
2006-11-25 | remove dpt(4) because it sucks. | David Gwynne |
2006-11-25 | sync amd64 to i386 w.r.t. acpi support. Also fix interrupt routing for multi-... | Niklas Hallqvist |
2006-11-17 | Decide whether we need to attach the primary cpu by checking the CPUF_PRESENT | Mark Kettenis |
2006-11-07 | Timecounters for amd64. Diff by art@, tested by many. ok deraadt@ | Otto Moerbeek |
2006-11-06 | add gem and gentbi; why not | Theo de Raadt |
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 | Don't need to 'goto done;' when 'done:' is the next line. | Kenneth R Westerback |
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-28 | Make sure we call _mcount throught the PLT when generating PIC code. | Mark Kettenis |
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-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 | s/Mhz/MHz/ in comments and printf() strings | Tom Cosgrove |
2006-10-18 | back out disksubr changes ... since they violate strict alignment on | Theo de Raadt |
2006-10-17 | The dosparts member of cpu_disklabel was not used for any persistant | Kenneth R Westerback |
2006-10-17 | swap is partition b, not partition after root (wherever root is defined | Theo de Raadt |
2006-10-16 | Fix some more "is is"s. ok otto@. | Tom Cosgrove |
2006-10-15 | Enable bce. | Marco Peereboom |
2006-10-12 | Bump versions to note behaviour change of no longer trying | Kenneth R Westerback |
2006-10-12 | Don't try to boot from a NetBSD MBR partition when no OpenBSD MBR | Kenneth R Westerback |
2006-10-12 | Since we no longer look in FreeBSD or NetBSD partitions for the | Kenneth R Westerback |
2006-10-11 | udcf works here, so add it, ok mblamer | Henning Brauer |
2006-10-10 | Don't spoof a Free/NetBSD MBR partition as the 'a' partition in a | Kenneth R Westerback |