Age | Commit message (Expand) | Author |
2007-06-05 | use six new macros to access & store the 48-bit disklabel fields related | Theo de Raadt |
2007-06-02 | Rename cvtdisklabelv1 -> disklabeltokernlabel. It does more than just | Kenneth R Westerback |
2007-06-01 | some architectures called setroot() from cpu_configure(), *way* before some | Theo de Raadt |
2007-05-31 | KNF, whitespace and comment rectification to make all | Kenneth R Westerback |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-31 | Standardize on -1 as the error return value for | Kenneth R Westerback |
2007-05-29 | s/entrace/entrance (not obvious that the code was cut/paste =) | Jason Wright |
2007-05-29 | start of dumpconf() unification, which one day we can pray will be MI | Theo de Raadt |
2007-05-29 | Updated disklabel format to support larger disks and partitions. We | Otto Moerbeek |
2007-05-29 | Refactor readdisklabel() to ensure there is a single point of return, in | Kenneth R Westerback |
2007-05-29 | remove support for many alternative kernel choices -- only try /bsd and | Theo de Raadt |
2007-05-28 | bio for all archs, ok krw@ kettenis@ sounds good marco@ go for it deraadt@ | Todd T. Fries |
2007-05-28 | Move the MSIZE, MCLSHIFT, MCLBYTES and the MCLOFSET | Thordur I. Bjornsson |
2007-05-27 | pagemove() is no longer used. | Miod Vallat |
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-26 | More comment typos from Diego Casati. Including winners like funtion, allmost, | Kenneth R Westerback |
2007-05-16 | splassert_ctl defaults to 1 now, so dont wrap the checks for | Thordur I. Bjornsson |
2007-05-16 | The world of __HAVEs and __HAVE_NOTs is reducing. All architectures | Artur Grabowski |
2007-05-15 | kill __HAVE_DEVICE_REGISTER by requiring all architectures to have a | Theo de Raadt |
2007-05-06 | bcd.c died | Theo de Raadt |
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-05-01 | RAMDISK kernels do not need DIAGNOSTIC | Theo de Raadt |
2007-04-13 | While splitting flags and pqflags might have been a good idea in theory | Artur Grabowski |
2007-04-04 | Mechanically rename the "flags" and "version" fields in struct vm_page | Artur Grabowski |
2007-03-15 | Since p_flag is often manipulated in interrupts and without biglock | Artur Grabowski |
2007-02-28 | Add Smart Battery Monitor device driver. Provided by | Alexander Yurchenko |
2007-02-19 | only make this interface available to the kernel for now, discussed witha | Theo de Raadt |
2007-02-18 | Remove #ifdef/#endif's around MBR checking code. Remove now unused | Kenneth R Westerback |
2007-02-18 | If no MBR partitions are found when spoofing a disklabel, try looking | Kenneth R Westerback |
2007-02-06 | fix some dodgy displays; | Jason McIntyre |
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 |
2006-12-14 | Make pci subsystem aware of domains. Each host bridge gets assigned a unique | Mark Kettenis |
2006-11-29 | cpu_swapin is nomore | Michael Shalayeff |
2006-11-29 | Remove cpu_swapin() and cpu_swapout(), they are no longer necessary (except | Miod Vallat |
2006-11-28 | rename scsibus_attach_args to scsi_attach_args. this can help avoid | David Gwynne |
2006-10-30 | install boot.conf as a section 5 page, not section 8; | Jason McIntyre |
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-10 | Don't spoof a Free/NetBSD MBR partition as the 'a' partition in a | Kenneth R Westerback |
2006-10-04 | More instances of the same now unused variable as in alpha's | Kenneth R Westerback |