Age | Commit message (Expand) | Author |
2007-08-04 | rbus for sparc64 | Mark Kettenis |
2007-08-04 | Add sparc_bus_addr member to struct sparc_bus_space_tag. This function maps | Mark Kettenis |
2007-08-04 | Add missing pci_intr_line() implementation. | Mark Kettenis |
2007-07-30 | Shuffle the order in which we look for header files, when doing | Thordur I. Bjornsson |
2007-07-29 | Add support for bootpaths like /pci@1f,4000/ide@3,0/ata@0,0/cmdk@0,0 | Mark Kettenis |
2007-07-28 | Don't try to map interrupts that are already fully specified. Makes the | Mark Kettenis |
2007-07-24 | Remove some goo for dealing with 32-bit cpu's. | Mark Kettenis |
2007-07-22 | Get rid of the fixe VA range for device mappings; use uvm_km_valloc() instead. | Mark Kettenis |
2007-07-05 | Report actual faulting address (if we can) instead of the mmu tag word for | Mark Kettenis |
2007-07-02 | allow pciide to attach to jmb as well as ahci | David Gwynne |
2007-07-02 | Add arc/jmb/ahci here as well. | Jonathan Gray |
2007-07-02 | enable jmb on all archs that support ahci, so jmicron boards will continue | David Gwynne |
2007-07-01 | Add gentbi(4). | Mark Kettenis |
2007-06-29 | sick of extra static messing up tracebacks; ok miod | Theo de Raadt |
2007-06-24 | rework sensor tasks to use the kernels generic workq rather than a special | David Gwynne |
2007-06-20 | b_cylinder does not need to be set on the callpath down into drivers. | Theo de Raadt |
2007-06-20 | In vunmapbuf(), explicitely remove mappings before invoking uvm_km_free(). | Miod Vallat |
2007-06-18 | using same words in similar code sequences is good | Theo de Raadt |
2007-06-18 | msg is already gauranteed to be NULL | Theo de Raadt |
2007-06-17 | significantly simplified disklabel infrastructure. MBR handling becomes MI | Theo de Raadt |
2007-06-14 | bzero the right thing | Theo de Raadt |
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 | do not depend on previous loop variable, use a constant instead | Theo de Raadt |
2007-06-12 | all disksubr.c did their b_flags manipulation differently (and wrong). | Theo de Raadt |
2007-06-09 | The differences in the last non-homogeneous bounds_check_with_label() | Kenneth R Westerback |
2007-06-09 | by hand i carefully found that all the differences in setdisklabel() | Theo de Raadt |
2007-06-09 | annoying spacing glitch which makes the diffs bigger | Theo de Raadt |
2007-06-08 | include files.bluetooth, so that bluetooth support can be compiled, | Jasper Lievisse Adriaanse |
2007-06-08 | all drivers should spoof version 1 labels | Theo de Raadt |
2007-06-08 | - always set the partition disk size to full disk info (from driver) | Theo de Raadt |
2007-06-07 | Comment 'fixes'. All bounds_check_with_label now identical except for | Kenneth R Westerback |
2007-06-07 | More bounds_check_with_label homogenization. Fix a couple of typos while | Kenneth R Westerback |
2007-06-06 | clamp the disklabel d_secperunit to what the disk actually says it has, | Theo de Raadt |
2007-06-06 | an XXsize() function that got skipped | Theo de Raadt |
2007-06-06 | now that all partition size/offsets are potentially 64-bit, change the | Theo de Raadt |
2007-06-06 | a fair sprinking of knf, code movement, and sometimes character-by-character | Theo de Raadt |
2007-06-05 | bounds_check_with_label() checks for i/o outside of the partition and | Kenneth R Westerback |
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-06-01 | Don't initialize d_partitions[RAW_DISK] just before calling | Kenneth R Westerback |
2007-05-31 | Add Bluetooth drivers to GENERIC (not enabled - we still have ways to go) | Uwe Stuehler |
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 | Be consistant and use b_cylinder when saving the cylinder number for | Kenneth R Westerback |
2007-05-31 | extend the sun disklabel format to contain filesystem types. also, | Theo de Raadt |
2007-05-29 | start of dumpconf() unification, which one day we can pray will be MI | Theo de Raadt |
2007-05-29 | Use atomic operations to operate on netisr, instead of clearing it at splhigh. | Miod Vallat |