Age | Commit message (Expand) | Author |
2010-06-09 | Move declaration of cn_tab from dev/cons.c to dev/cninit.c, or appropriate | Miod Vallat |
2010-06-09 | Wire up device nodes for disk mapper. | Joel Sing |
2010-06-07 | Break pxaudc into xscale and MD pieces so that palm and zaurus can correctly | Dale Rahn |
2010-05-31 | OpenBSD/moko development has stopped, it effectively stopped long ago when | Dale Rahn |
2010-05-24 | there is no reason for one MAXPHYS definition to be different from all the ot... | Theo de Raadt |
2010-04-27 | arm32 define isn't used on any arm platforms, and machine/io.h doesn't exist, | Dale Rahn |
2010-04-22 | De-inline atomic_setbits_int and atomic_clearbits_int, on arm these functions | Dale Rahn |
2010-04-22 | Whitespace cleanup on generated asm code, so it is readable. | Dale Rahn |
2010-04-21 | more cleanup to cope with the change that tries to make proc.h not act | Theo de Raadt |
2010-04-12 | Some of the line disciplines want to check for suser. Better to pass them | Ted Unangst |
2010-04-04 | OpenBSD uses bus_space_copy_#, not bus_space_copy_region_#. Make sure only the | Miod Vallat |
2010-03-31 | Make sure the boundaries of uvm_pglistalloc() calls are set up with low | Miod Vallat |
2010-03-30 | Add missing bthub device entries on arches that support bluetooth. | Matthieu Herrb |
2010-03-30 | Prevent the apmd/x races for good. | Owain Ainsworth |
2010-03-29 | PMAP_CANFAIL for bus_dmamem_map on all other architectures (and some | Owain Ainsworth |
2010-03-03 | When allocating virtual space for bus_space_map, don't use | Owain Ainsworth |
2010-02-22 | Use the logical or operator, not the bitwise operator in | Kevin Lo |
2010-02-03 | typo. CPU_ID_ARM1022EJS -> CPU_ID_ARM1026EJS | Kevin Lo |
2010-02-01 | Commit a diff I had sitting around in my tree that 90% matches one sent by | Dale Rahn |
2009-11-27 | Move MB_LEN_MAX into the machine-independent sys/limits.h header, | Philip Guenthe |
2009-11-09 | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't | Nicholas Marriott |
2009-11-08 | Make sure xscale_cache_flushD_rng will not try to flush more than the | Miod Vallat |
2009-11-04 | Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it. | Mark Kettenis |
2009-11-01 | Call selwakeup()/KNOTE() even if the queue has emptied completely. | Nicholas Marriott |
2009-10-31 | Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE() | Theo de Raadt |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2009-09-27 | typos | Miod Vallat |
2009-09-09 | Add simple PXA27x matrix keypad controller driver | Marek Vasut |
2009-09-05 | Change the wsdisplay_emulops return types from void to int; emulops will now | Miod Vallat |
2009-09-03 | pxa2x0_mmc.c: allow passing detect GPIO from platform | Marek Vasut |
2009-09-03 | Rearrange the interrupt handler so that it handlers "error status bits" | Theo de Raadt |
2009-09-03 | pxa2x0_mmc.c: Dont read MMC_STAT in intr_done if not needed | Marek Vasut |
2009-09-02 | pxa2x0_mmc.c: optimize the speed of the interrupt handler | Marek Vasut |
2009-08-26 | more bloody const crap mk broke | Theo de Raadt |
2009-08-22 | Constify the what/name parameter of pci_intr_establish(). | Michael Knudsen |
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 |