Age | Commit message (Expand) | Author |
2007-06-18 | Don't use cpu_disklabel as local storage. Use local variables and discard | Kenneth R Westerback |
2007-06-18 | Don't use cpu_disklabel as local storage. Use local variables and discard | Kenneth R Westerback |
2007-06-18 | Use a shorter form to load XKPHYS constants in .S code, shaves a few text | Miod Vallat |
2007-06-18 | Disable instruction reordering around cpl assignments. | Miod Vallat |
2007-06-18 | delete comment above cpu_disklabel that is not needed | Theo de Raadt |
2007-06-18 | move comment to right place | Theo de Raadt |
2007-06-18 | split out dpme disklabel reading, simplifying things significantly | Theo de Raadt |
2007-06-18 | simplify error return case from writedisklabel(), too | Theo de Raadt |
2007-06-18 | simplify error return case from writedisklabel() | Theo de Raadt |
2007-06-18 | simplify error return case from writedisklabel() | Theo de Raadt |
2007-06-18 | more comments that are different | Theo de Raadt |
2007-06-18 | using same words in similar code sequences is good | Theo de Raadt |
2007-06-18 | this XXX has no place here anymore. extended partition label writing | Theo de Raadt |
2007-06-18 | include not needed | Theo de Raadt |
2007-06-18 | msg is already gauranteed to be NULL | Theo de Raadt |
2007-06-17 | make it compile | Martin Reindl |
2007-06-17 | Eliminate a few straggling 'labelsector' field declarations from | Kenneth R Westerback |
2007-06-17 | Get interrupt information from PDC and use it to program the IO SAPIC. | Mark Kettenis |
2007-06-17 | Disable memory above 256MB for now, it triggers bugs (probably related to | Miod Vallat |
2007-06-17 | Coerce this into compiling. | Miod Vallat |
2007-06-17 | Some alpha (or SRM) designs use level 3 for i/o interrupts, instead of the | Miod Vallat |
2007-06-17 | (error in commit messages to other similar MI files; see position in | Theo de Raadt |
2007-06-17 | amd64/stand | Theo de Raadt |
2007-06-17 | significantly simplified disklabel infrastructure. MBR handling becomes MI | Theo de Raadt |
2007-06-16 | astro(4)'s iommu does cache-coherent DMA. | Mark Kettenis |
2007-06-16 | Add a few more registers. | Mark Kettenis |
2007-06-16 | Enable iophy(4) for fxp(4). From brad. | Mark Kettenis |
2007-06-16 | When EOVERFLOW was added, it broke the zaurus bootblocks | Theo de Raadt |
2007-06-15 | In power_match(), make sure oa_irq is correctly initialized. | Miod Vallat |
2007-06-15 | permit this to compile again | Todd T. Fries |
2007-06-15 | no need to include machine/disklabel.h when sys/disklabel.h is already | Theo de Raadt |
2007-06-14 | bzero the right thing | Theo de Raadt |
2007-06-14 | unbreak tree after untested timeout.h deletions | Theo de Raadt |
2007-06-14 | When macppc was switched to __HAVE_VM_PAGE_MD, data structures were incorrectly | Dale Rahn |
2007-06-14 | Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS and | Marc Balmer |
2007-06-14 | Move the inclusion of sys/timeout.h from usb_port.h to the drivers that | Marc Balmer |
2007-06-14 | Fix label name in writedisklabel(). | Miod Vallat |
2007-06-14 | some spaces in the way | Theo de Raadt |
2007-06-14 | excessive blank lines making the versions different | Theo de Raadt |
2007-06-14 | set the prototype disklabel to version 1 | Theo de Raadt |
2007-06-14 | Remove some debug prints which I let slip in. | Dale Rahn |
2007-06-14 | do not depend on previous loop variable, use a constant instead | Theo de Raadt |
2007-06-14 | boot code does not do daddr64_t yet. 'unchange that' deraadt@ | Dale Rahn |
2007-06-13 | Switch macppc to the interactive bootloader in stand/boot. | Dale Rahn |
2007-06-12 | all disksubr.c did their b_flags manipulation differently (and wrong). | Theo de Raadt |
2007-06-12 | Remove the definition and use of the device_ptr_t which was a struct device *. | Marc Balmer |
2007-06-11 | Remove the usb_proc_ptr type definition, which was really a 'struct proc *' | Marc Balmer |
2007-06-11 | inlude powerpc/include/*.h in macppc's make tags target. | Thordur I. Bjornsson |
2007-06-10 | Remove spurious blank line at end of file. Spotted by deraadt@. | Kenneth R Westerback |
2007-06-10 | Remove the definition and use of the USBDEVNAME macro. | Marc Balmer |