Age | Commit message (Expand) | Author |
2007-05-27 | Make sure the minaddr hint for uvm_km_suballoc() calls is always initialized. | Miod Vallat |
2007-05-27 | back out bio, breaks dlg's sparc64 v215 | Todd T. Fries |
2007-05-26 | Dynamic buffer cache. Initial diff from mickey@, okay art@ beck@ toby@ | Pedro Martelletto |
2007-05-26 | prodded by marco, enable bio everywhere | Todd T. Fries |
2007-05-15 | kill __HAVE_DEVICE_REGISTER by requiring all architectures to have a | Theo de Raadt |
2007-05-12 | Increment ncpus when hatching a secondary processor. | Miod Vallat |
2007-05-12 | Change the 88100 interrupt handlers to process DAEs with interrupts enabled, | Miod Vallat |
2007-05-04 | make findblkmajor() and findblkname() MI; ok miod | Theo de Raadt |
2007-05-04 | setroot() was a ugly mix of MI and MD code, with different bugs on different | Theo de Raadt |
2007-04-10 | ``it's'' -> ``its'' when the grammar gods require this change. | Miod Vallat |
2007-03-01 | typo | Miod Vallat |
2007-02-19 | only make this interface available to the kernel for now, discussed witha | Theo de Raadt |
2007-02-18 | If no MBR partitions are found when spoofing a disklabel, try looking | Kenneth R Westerback |
2007-02-06 | Add machine/atomic.h to all architectures and define two operations | Artur Grabowski |
2007-02-03 | Don't spoof an msdosfs partition if it claims to start after the end | Kenneth R Westerback |
2007-01-13 | Bring back a <machine/frame.h> for m88k platforms, by splitting <machine/pcb.h> | Miod Vallat |
2006-11-16 | Ratibibugle struct frame and <machine/frame.h> | Miod Vallat |
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-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 | 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-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-04 | More tidying up after bad144. Remove references in comments and | Kenneth R Westerback |
2006-10-03 | Don't load bad144 bad sector information into disklabels for archs that | Kenneth R Westerback |
2006-09-16 | Revert new check for DOS partitions running past d_secperunit (e.g. | Kenneth R Westerback |
2006-08-20 | When spoofing an MSDOS disklabel, don't create partitions with a final | Kenneth R Westerback |
2006-08-17 | Check d_secpercyl in all readdisklable() functions, and have all of | Kenneth R Westerback |
2006-08-11 | Use d_secperunit rather than 0x1fffffff as the default value for | Kenneth R Westerback |
2006-07-27 | Compile all kernels with -Wstack-usage-larger-than-2047, now that all | Miod Vallat |
2006-07-17 | Cope with clock_subr.c changes. | Miod Vallat |
2006-07-01 | Eliminate redundant get_le() in favour of letoh32(). Add letoh32() | Kenneth R Westerback |
2006-06-26 | Clean up some inconsistancies in definitions around DOS MBR code. No | Kenneth R Westerback |
2006-06-19 | Since a part of the nvram may be write-protected on some machines, check | Miod Vallat |
2006-05-21 | Fix AV_IEN() computation for cpu #2 and #3. | Miod Vallat |
2006-05-21 | Move common definitions shared by the various 88100-based designs to their | Miod Vallat |
2006-05-20 | Let the bootloader pass esym to the kernel, and let the kernel make good use | Miod Vallat |
2006-05-20 | Lower load address 128KB, to cope with the PROM data area on 8MB machines. | Miod Vallat |
2006-05-20 | Hints and commented out lines about future work. | Miod Vallat |
2006-05-20 | This file was not supposed to be imported initially, but it might as well | Miod Vallat |
2006-05-20 | Introduce a ``struct board'' platform abstraction, to be able to support | Miod Vallat |
2006-05-20 | Try and use the CPUCONFIG PROM call even if we did not detect 88204 CMMUs, | Miod Vallat |
2006-05-20 | Save the PROM VBR on startup, rather than assuming the PROM (and thus its | Miod Vallat |
2006-05-16 | Recognize braindead 6:1 CMMU to CPU ratio configurations (which we do not | Miod Vallat |
2006-05-16 | Print a final line before asking the PROM to halt or reboot, for the | Miod Vallat |
2006-05-16 | Network bootloader for AV400 series, will load a native kernel. Still some | Miod Vallat |
2006-05-14 | Deal with arbitrary load addresses. Necessary for upcoming netboot code. | Miod Vallat |
2006-05-11 | Fix stupid bugs in mapping and unmapping of VME regions. | Miod Vallat |