Age | Commit message (Expand) | Author |
2011-07-08 | When reading dos labels use DOS_LABELSECTOR and don't use LABELOFFSET. For al... | Kenneth R Westerback |
2011-07-07 | The drahn memorial bad kernel build fix: prevent blood pressure | Philip Guenthe |
2011-07-06 | make clean should clean .d files, so as to leave a fresh canvas. | Ted Unangst |
2011-06-29 | Replace all instances of "scsibus* at hba?" with a single "scsibus* at | Matthew Dempsky |
2011-06-26 | if_downall() cannot be done MI in sys_reboot() because vfs_shutdown() | Theo de Raadt |
2011-06-24 | machdep.kbdreset enables a shutdown by Ctrl-Alt-Del on amd64 and | Christian Weisgerber |
2011-06-23 | Fix the error path in bus_dmamem_map. | Ariane van der Steldt |
2011-06-05 | Move the bufcachepercent setting code to MI locations -- set it to 42% | Theo de Raadt |
2011-05-30 | Remove the freelist member from vm_physseg | Owain Ainsworth |
2011-05-24 | On OpenBSD, we've always attached scsibus(4) to umass(4), even for | Matthew Dempsky |
2011-05-21 | Add pci_intr_map_msi() stub. | Mark Kettenis |
2011-05-02 | Add PCI-Cardbus bridges and the most popular pcmcia and cardbus drivers. In | Miod Vallat |
2011-04-28 | - enable fenv | Martynas Venckus |
2011-04-23 | Do not set kl_hub_widget[] default value more than once. Found the hard way | Miod Vallat |
2011-04-23 | Move assignment of kl_hub_widget[] outside a #ifdef DEBUG ... #endif block, | Miod Vallat |
2011-04-23 | Partially revert 1.23, by removing the code which tries to pick the best | Miod Vallat |
2011-04-21 | Fix dma_constraint upper limit computation. Logical or is not the same as | Miod Vallat |
2011-04-21 | Print memory sizes as longs. Stolen from sparc64. | Miod Vallat |
2011-04-21 | Use 64 bit integer types to compute IP35 memory ranges, to give machines | Miod Vallat |
2011-04-21 | Revert the ``remove the `skip splraise/splx for IPL_NONE mutexes' optimization'' | Miod Vallat |
2011-04-17 | On IP27 systems, fill the array of node hub widget numbers early, so that all | Miod Vallat |
2011-04-16 | Use 'CLR(<buf>->b_flags, B_READ | B_WRITE | B_DONE)' regardless of | Kenneth R Westerback |
2011-04-15 | More than a decade ago, interrupt handlers on sparc started returning 0 | Theo de Raadt |
2011-04-15 | In days of yore one could arbitrarily whack buffer flags. Those days | Kenneth R Westerback |
2011-04-15 | Convert the kernel Makefiles to autogenerate dependencies during compilation | Philip Guenthe |
2011-04-10 | A last few NULL -> 0 corrections. | Miod Vallat |
2011-04-09 | Make this compile without warnings in all modes, and do not use NULL when | Miod Vallat |
2011-04-07 | Do not use NULL in integer comparisons. No functional change. | Miod Vallat |
2011-04-06 | The various read*label() have stopped returning error strings for quite | Miod Vallat |
2011-04-05 | Rename a few xbow global variable names to make them less ambiguous. | Miod Vallat |
2011-04-05 | Get rid of the ATE code, and do not assume the direct DMA window is set up | Miod Vallat |
2011-04-03 | Enable the use of all the memory found on IP27 and IP30 kernels. Committed | Miod Vallat |
2011-04-03 | Add a consistency check for the value returned by pmap_extract() against the | Miod Vallat |
2011-04-03 | Make sure dma_constraint is listed in uvm_md_constraints[] when it does not | Miod Vallat |
2011-04-03 | In mtx_leave(), make sure resetting mtx_lock is the last operation on the | Miod Vallat |
2011-04-03 | Remove the `skip splraise/splx for IPL_NONE mutexes' optimizations. It is not | Miod Vallat |
2011-03-23 | Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently. | Paul Irofti |
2011-03-18 | Fix obj directory probing to support cross compiling. | Matthew Dempsky |
2011-03-13 | Disable write gathering on devio settings we inherit from ARCS. | Miod Vallat |
2011-03-13 | Change daddr_t to daddr32_t. The bootblocks on our architectures only | Theo de Raadt |
2011-03-12 | Be more paranoid when attempting to parse an IA record, and make sure we | Miod Vallat |
2011-02-26 | Force the DUID cache used to generate hw.disknames to be updated | Kenneth R Westerback |
2011-01-14 | - use nitems() | Jasper Lievisse Adriaanse |
2010-12-30 | If genassym fails, sort on the pipeline will indicate no error resulting | Theo de Raadt |
2010-12-26 | Kill pmap_phys_address(), and force every driver's mmap() routine to return | Miod Vallat |
2010-12-21 | Convert netisr to a normal soft interrupt instead of hanving MD code | Claudio Jeker |
2010-12-04 | Introduce a new pci routine, pci_conf_size(), which returns the size of a | Miod Vallat |
2010-12-04 | Make sgi port compile again. | Joel Sing |
2010-12-03 | removed slot argument of function pckbd_cnattach | Alexandr Shadchin |
2010-12-02 | After the most recent change, make it possible to make -j again. The | Theo de Raadt |