Age | Commit message (Expand) | Author |
2009-09-30 | Clear sticky error status after recoverable machine check. | Miod Vallat |
2009-09-30 | Fix MDDT_NONVOLATILE value, it's 10 binary, not 10 hexadecimal. | Miod Vallat |
2009-09-30 | One missing print -> DPRINTF conversion in dec_kn300_device_register() | Miod Vallat |
2009-09-27 | adjust comments; eephy isn't just for Intel GigE. From Brad. | Stuart Henderson |
2009-09-25 | Fix the value of one voltage sensor in ev6 environmental machine checks. | Miod Vallat |
2009-09-24 | Link alpha kernels with an ld.script to discard unwanted sections; this | Miod Vallat |
2009-09-17 | Fail bus_space_map() calls if the flags can't be honoured (such as | Miod Vallat |
2009-09-17 | Return a dense mapping for BUS_SPACE_MAP_PREFETCHABLE mappings; repaires | Miod Vallat |
2009-09-01 | Fix: alpha DEBUG kernel failed to compile | Ariane van der Steldt |
2009-08-24 | - fix format strings for values that are daddr64_t | Jasper Lievisse Adriaanse |
2009-08-22 | Constify the what/name parameter of pci_intr_establish(). | Michael Knudsen |
2009-08-13 | Replace the error strings that were being passed around with much simpler | Theo de Raadt |
2009-08-13 | wire vscsi up to a cdev | David Gwynne |
2009-08-13 | A new(er) mtx_enter_try(). | Tobias Weingartner |
2009-08-11 | Do not bother initializing bufpages in the md code if the computation is | Miod Vallat |
2009-08-11 | With the SysV memory allocation changes, allocsys() doesn't do anything | Miod Vallat |
2009-08-11 | uvm_scheduler() sounds important, but ``while(1) tsleep()'' is kinda lame | Bret Lambert |
2009-08-09 | Introduce option DDB_STRUCT. Kernels compiled with this option (except on | Miod Vallat |
2009-08-09 | Rototill system V message queues. | Bret Lambert |
2009-07-30 | Get rid of the obsolet BUS_BARRIER_xxx constants for bus_space_barrier(), only | Miod Vallat |
2009-07-26 | Make sure all platforms understand the flags argument of bus_space_map() and | Miod Vallat |
2009-06-25 | fxp no longer fits on this media | Theo de Raadt |
2009-06-24 | enable softraid | Todd T. Fries |
2009-06-24 | for the isp(4) driver, invert the meaning of the options which pull | Theo de Raadt |
2009-06-21 | fix rcs ids. ok sthen@ | Martynas Venckus |
2009-06-04 | Recycle four ancient fields in the disklabel structure, replacing them with | Theo de Raadt |
2009-06-03 | Arla client rename from xfs to nnpfs for later upgrades. Tested on various ar... | Janne Johansson |
2009-04-28 | put vlan support onto these media | Theo de Raadt |
2009-04-27 | Revert mtx_enter_try. It didn't compile on hppa, it doesn't compile on | Mark Kettenis |
2009-04-25 | Enter mtx_enter_try. In part for completeness, things may start | Tobias Weingartner |
2009-04-25 | Strengthen the constraints of the atomic operations assembly statements | Miod Vallat |
2009-04-20 | Add a BUS_DMA_ZERO flag for bus_dmamem_alloc() to return zeroed memory. | Owain Ainsworth |
2009-04-19 | For consistency, make sure that all archs that use the same pattern | Owain Ainsworth |
2009-04-14 | Convert the waitok field of uvm_pglistalloc to "flags", more will be added soon. | Owain Ainsworth |
2009-03-30 | bzero pci attach args | Mark Kettenis |
2009-03-29 | make various strings ("can't map mem space" and similar) more consistent | Stuart Henderson |
2009-03-26 | Remove cpu_wait(). It's original use was to be called from the reaper so | Owain Ainsworth |
2009-03-25 | Deinline softintr_schedule(). Also fix softintr priorities I got inverted after | Miod Vallat |
2009-03-24 | give up on pcn to make it all fit; ok miod | Theo de Raadt |
2009-03-15 | Now that we have splsoftassert(), make the soft ipl levels positive and | Miod Vallat |
2009-03-15 | Introduce splsoftassert(), similar to splassert() but for soft interrupt | Miod Vallat |
2009-03-15 | Allow CPU_INFO_UNIT() to be used before cpu0 attaches. | Miod Vallat |
2009-03-07 | When allocating memory in bus_dmamem_alloc() with uvm_pglistalloc(), do not | Miod Vallat |
2009-03-07 | No need to register a soft interrupt for softclock, it's done in MI code. | Miod Vallat |
2009-02-10 | enable run(4) everywhere where ural(4) and rum(4) are enabled. | Damien Bergamini |
2009-02-04 | Unify memory size reports a bit more: always report size in MB, and report | Miod Vallat |
2009-02-01 | Remove unused _pfthresh member from struct alpha_bus_dma_tag. | Miod Vallat |
2009-02-01 | "Ethernet" is a family of networking technologies developed at Xerox PARC, | Igor Sobrado |
2009-01-28 | Add missing braces in trunc_page() call from vmapbuf(). | Alexander Yurchenko |
2009-01-27 | Get rid of the last traces of uvm.pager_[se]va | Miod Vallat |