Age | Commit message (Expand) | Author |
2009-08-13 | toby do you even care enough to try to do right? | Theo de Raadt |
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-09 | Forgot to commit this bit for the SysV message queue cleanup. | Bret Lambert |
2009-08-02 | Never return nonzero in a device activate method invoked with DVACT_ACTIVATE, | Miod Vallat |
2009-07-26 | Make sure all platforms understand the flags argument of bus_space_map() and | Miod Vallat |
2009-07-14 | Unbreak moko, SOFTSERIAL->SOFTTTY, a pmap change, and a missing file. | Dale Rahn |
2009-06-27 | Revert the last change to this file which was made with armv7 support came in. | Dale Rahn |
2009-06-03 | Arla client rename from xfs to nnpfs for later upgrades. Tested on various ar... | Janne Johansson |
2009-05-24 | Improve the ARMv7 support, still work in progress. | Dale Rahn |
2009-05-11 | Better config for v7. | Dale Rahn |
2009-05-11 | Add some (not used yet) control regiser bit definitions. | Dale Rahn |
2009-05-09 | Missed adding this file. | Dale Rahn |
2009-05-08 | Pieces of arm11 and armv7 support for newer cpus. This is work in progress | Dale Rahn |
2009-04-20 | Add a BUS_DMA_ZERO flag for bus_dmamem_alloc() to return zeroed memory. | Owain Ainsworth |
2009-04-19 | Mutexes for arm and sh softinterrupts. | Owain Ainsworth |
2009-04-14 | Convert the waitok field of uvm_pglistalloc to "flags", more will be added soon. | Owain Ainsworth |
2009-04-08 | Cleanup arm soft interrupt handling; remove the unused IPL_SERIAL and rename | Mark Kettenis |
2009-03-30 | bzero pci attach args | Mark Kettenis |
2009-03-27 | convert iopiic lockmgr to rwlock. | Owain Ainsworth |
2009-03-27 | convert arm apm lock to rwlock. | Owain Ainsworth |
2009-03-26 | Remove cpu_wait(). It's original use was to be called from the reaper so | Owain Ainsworth |
2009-03-23 | Processor affinity for processes. | Artur Grabowski |
2009-03-15 | Introduce splsoftassert(), similar to splassert() but for soft interrupt | Miod Vallat |
2009-03-07 | When allocating memory in bus_dmamem_alloc() with uvm_pglistalloc(), do not | Miod Vallat |
2009-02-26 | fix tree break with two missing chars | Todd T. Fries |
2009-02-26 | Add a two new ioctls to the apm(4) interface. | Owain Ainsworth |
2009-02-23 | When jumping out of the interrupt handler early, clear conditions we know | Miod Vallat |
2009-02-20 | Let the sdmmc adapters tell the sdmmc layer how much sectors they can | Miod Vallat |
2009-01-28 | Add missing braces in trunc_page() call from vmapbuf(). | Alexander Yurchenko |
2009-01-25 | Remove /dev/drum and related code. | Miod Vallat |
2009-01-05 | - add $OpenBSD$ where needed and add missing '$' in s3c24x0reg.h's tag | Jasper Lievisse Adriaanse |
2009-01-02 | remove code that was never used, closer to readable. | Dale Rahn |
2009-01-02 | support display found on GTA01, not used on GTA02 however. | Dale Rahn |
2008-12-30 | dont enable unwanted interrupts, set t_dev, make certain device is inited | Dale Rahn |
2008-12-30 | IPL_SERIAL should be shot. | Dale Rahn |
2008-12-30 | allow 3 uarts to attach, use local cache of variable. | Dale Rahn |
2008-12-30 | fix locator order. | Dale Rahn |
2008-12-30 | some progress on working on hardware, small steps. | Dale Rahn |
2008-12-24 | cleanup, work around issue with interrupt getting enabled too early. | Dale Rahn |
2008-12-15 | Let tty subsystem know when transmit is finished so ioctls do not hang. | Dale Rahn |
2008-12-08 | some sscom and interrupt cleanup, closer to usable userland. | Dale Rahn |
2008-12-06 | revert all changes related to the mpsafe intr handler. i screwed up the commit | Ted Unangst |
2008-12-06 | mpsafe intr_establish that doesn't get biglock, so that we may dream of the d... | Ted Unangst |
2008-11-29 | add sscom here too. Fixes armish build. | Matthieu Herrb |
2008-11-27 | Add sscom to cdevswitch like fcom used to be. | Dale Rahn |
2008-11-27 | tx starting to work. | Dale Rahn |