Age | Commit message (Expand) | Author |
2007-07-10 | Don't trust the privilige level in the sigcontext passed to sigreturn(2). | Mark Kettenis |
2007-07-05 | Print offset and irq for devices that attach to ssio(4). | Mark Kettenis |
2007-07-03 | Mark ukbd(4) as console keyboard when appropriate. | Mark Kettenis |
2007-07-01 | Correctly count interrupts for devices that share interrupts. | Mark Kettenis |
2007-07-01 | Reset PDC devices before enabling iova space if we're not on a serial console. | Mark Kettenis |
2007-07-01 | Oops! Revert previous commit. | Mark Kettenis |
2007-07-01 | Add PDC_IO. | Mark Kettenis |
2007-07-01 | Add a few more registers. | Mark Kettenis |
2007-06-30 | Bump number of supported interrupt routing entries. | Mark Kettenis |
2007-06-26 | Switch associated pciide(4) into native mode, and route its interrupt | Mark Kettenis |
2007-06-24 | Crank initial storage for extents a bit. We really should allocate extents | Mark Kettenis |
2007-06-24 | Attach as console when appropriate. | Mark Kettenis |
2007-06-20 | Add file such that a kernel with lpt at ssio actually compiles. | Mark Kettenis |
2007-06-20 | b_cylinder does not need to be set on the callpath down into drivers. | Theo de Raadt |
2007-06-20 | lpt at ssio | Mark Kettenis |
2007-06-20 | In vunmapbuf(), explicitely remove mappings before invoking uvm_km_free(). | Miod Vallat |
2007-06-19 | com at ssio | Mark Kettenis |
2007-06-19 | Add ssio(4), a driver for the castrated National Semiconductor PC87560 | Mark Kettenis |
2007-06-18 | Lookup interrupt routing info based on elroy(4) bus number. | Mark Kettenis |
2007-06-18 | Don't use cpu_disklabel as local storage. Use local variables and discard | Kenneth R Westerback |
2007-06-18 | simplify error return case from writedisklabel() | Theo de Raadt |
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 | 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-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-09 | The differences in the last non-homogeneous bounds_check_with_label() | Kenneth R Westerback |
2007-06-09 | unify DOSPTYP_FAT* code (some architectures missed a filesystem type or two) | Theo de Raadt |
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 disklabels read from the kernel now always contain a total sector | Theo de Raadt |
2007-06-07 | Eliminate unnecessary duplicate defines *_LABELSECTOR and | Kenneth R Westerback |
2007-06-07 | More bounds_check_with_label homogenization. Fix a couple of typos while | Kenneth R Westerback |
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 | Use phys_map, not kernel_map in v{,un}mapbuf. ok mickey | Miod Vallat |
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 | Infrastructure to allow root on wd0. | Miod Vallat |
2007-06-01 | some architectures called setroot() from cpu_configure(), *way* before some | Theo de Raadt |
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 | 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 |