Age | Commit message (Expand) | Author |
2006-10-24 | Hook brand new trace function into ddb. Now users can send useful traces | Marco Peereboom |
2006-10-23 | Move towards winter. | Miod Vallat |
2006-10-23 | Correctly invoke sh_clock_init() [merge error] | Miod Vallat |
2006-10-23 | Attach shb before shpcic, to get us a clock earlier. | Miod Vallat |
2006-10-23 | Do not match on non-shpcic config stanza. | Miod Vallat |
2006-10-23 | Do not panic on a ddb invocation with curproc == NULL, and don't try to | Miod Vallat |
2006-10-23 | Add interrupt name, however need to determine if the passed parameter is safe | Dale Rahn |
2006-10-23 | Change bandit as found in many old world macs to use configuration type 1. | Gordon Willem Klok |
2006-10-22 | more bits of cleanup before marco gets to play | Theo de Raadt |
2006-10-22 | Fix colormap programming in 4bpp mode. | Miod Vallat |
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 | Do not pass down IOBASEUNK/MADDRUNK/IRQUNK. | Mark Kettenis |
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-20 | fix $OpenBSD$ tag. | Xavier Santolaria |
2006-10-20 | Declare loop variable so this compiles. | Jonathan Gray |
2006-10-19 | Hack around a problem found on px-eh systems where the SH IPL+g initializes | Dale Rahn |
2006-10-19 | support boot -c | Dale Rahn |
2006-10-19 | Add missing TAILQ_INIT. | Mark Kettenis |
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 |
2006-10-19 | s/Mhz/MHz/ in comments and printf() strings | Tom Cosgrove |
2006-10-19 | Hack to do pci interrupt number 'fixup'. This is an absolute hack, but for now. | Dale Rahn |
2006-10-19 | pci_address_fixup code to do bus address allocation, 'firmware' appearently | Dale Rahn |
2006-10-19 | geodesc needed for Geode SC1100/SCx200 machines to reboot; noted by tom | Theo de Raadt |
2006-10-18 | Decide whether we need to attach the primary cpu by checking the CPUF_PRESENT | Mark Kettenis |
2006-10-18 | back out disksubr changes ... since they violate strict alignment on | Theo de Raadt |
2006-10-18 | Short-circuit the detection of the FPU by checking the CPUID features, | Tom Cosgrove |
2006-10-18 | enable IPv6 on the RAMDISK image. | Brad Smith |
2006-10-18 | do not enable watchdog functionality if small kernel | Theo de Raadt |
2006-10-17 | The dosparts member of cpu_disklabel was not used for any persistant | Kenneth R Westerback |
2006-10-17 | Set the Geode SC1100-specific reset function in the geodesc driver, | Tom Cosgrove |
2006-10-17 | swap is partition b, not partition after root (wherever root is defined | Theo de Raadt |
2006-10-17 | for now, we want traces. | Dale Rahn |
2006-10-17 | Dont clobber tf->tf_spc, we might want to print it in do_panic. | Dale Rahn |
2006-10-16 | More devices (re which tries to attach and pciide) | Dale Rahn |
2006-10-16 | pciide compat bits, stolen from armish. | Dale Rahn |
2006-10-16 | busname should be set. | Dale Rahn |
2006-10-16 | yes this looks like debug, however it allows the kernel to load. ??? | Dale Rahn |
2006-10-16 | Do not zero bss in the kernel, the bootloader does this for us and it causes | Dale Rahn |
2006-10-16 | Fix some more "is is"s. ok otto@. | Tom Cosgrove |
2006-10-15 | Enable bce. | Marco Peereboom |
2006-10-14 | ps uses KERNBASE so define it to the correct value (pointed out by miod) | Dale Rahn |
2006-10-13 | 'no BSD partition' -> 'no OpenBSD partition' for error message. | Kenneth R Westerback |
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 | flush the cache before jumping into the just loaded kernel. | Dale Rahn |