Age | Commit message (Expand) | Author |
2006-11-03 | add scif | Michael Shalayeff |
2006-11-03 | need an entry for scif | Michael Shalayeff |
2006-10-31 | Do not map obio mappings twice. | Miod Vallat |
2006-10-29 | These printfs appear unnecessary now that the cache is disabled. | Dale Rahn |
2006-10-29 | Disable cache before jumping into the kernel, makes bootloader more reliable. | Dale Rahn |
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 this work. | Mark Kettenis |
2006-10-25 | Add ramdisk hooks portion. | Dale Rahn |
2006-10-25 | Ramdisk kernel generated from GENERIC | Dale Rahn |
2006-10-25 | make majors reflect reality. | Dale Rahn |
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-21 | Don't try to spoof 0 length DOS MBR/EBR partitions. By skipping | Kenneth R Westerback |
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-19 | support boot -c | Dale Rahn |
2006-10-19 | Add missing TAILQ_INIT. | Mark Kettenis |
2006-10-19 | Hack to do pci interrupt number 'fixup'. This is an absolute hack, but for now. | Dale Rahn |
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-16 | More devices (re which tries to attach and pciide) | 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-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 |
2006-10-11 | Oops, wrong size in struct cfattach. | Miod Vallat |
2006-10-11 | Build after compiler changed to hardfloat, and link against libgcc. ok miod@ | Dale Rahn |
2006-10-11 | define some functions to go here, quiet warnings | Dale Rahn |
2006-10-10 | Minor tweaks. | Miod Vallat |
2006-10-10 | Don't spoof a Free/NetBSD MBR partition as the 'a' partition in a | Kenneth R Westerback |
2006-10-09 | tweaks; ok mickey | Jason McIntyre |
2006-10-07 | More bits in progress, adapted from NetBSD. | Miod Vallat |
2006-10-06 | few more files | Michael Shalayeff |
2006-10-06 | Remove explicit -fno-stack-protector now that the compiler workaround is in | Miod Vallat |
2006-10-06 | Sync with recent disksubr.c changes. Just some comments in this case. | Kenneth R Westerback |
2006-10-06 | control how deep the tree can be entered (for man pages) | Theo de Raadt |
2006-10-06 | w/ help of netbsd srcs and some mother unzel made it lift off | Michael Shalayeff |
2006-10-06 | Incomplete bits for an OpenBSD/landisk port to the I/O DATA USL-5P appliances, | Miod Vallat |