Age | Commit message (Expand) | Author |
2016-05-04 | Initial support for MSI-X. Only supported on amd64 for now. I have diffs to | Mark Kettenis |
2016-03-03 | Move fdt to a more centralized location so it can be used by arm as well. Dif... | Brandon Mercer |
2015-11-01 | Remove the definition of USRTEXT. It has no relevance outside of the non-PIE | Miod Vallat |
2015-09-30 | Use consistant whitespace/comments for #define'ing LABELSECTOR, | Kenneth R Westerback |
2015-07-17 | Remove {LOAD,COUNT}_TEXTA from libsa loadfile, it only made sense for a.out | Miod Vallat |
2015-03-31 | Make it possisble to disable block address translation mechanism on | Martin Pieuchot |
2015-02-10 | increase min address to page size for all remaining min == 0 systems. | Ted Unangst |
2015-01-24 | Implement bus_dmamem_alloc_range(9) for macppc/socppc. | Mark Kettenis |
2015-01-20 | Merge two copies of the same dma code into one file and sync the headers. | Martin Pieuchot |
2014-10-09 | revert unintentional commit unrelated to LKM | Ted Unangst |
2014-10-09 | remove LKM devices | Ted Unangst |
2014-06-02 | Bump DFLSSIZ to 2MB to match most of the other platforms. | Brad Smith |
2014-04-01 | Remove the almost unused abstraction around "struct firmware" and use | Martin Pieuchot |
2014-03-29 | It's been a quarter century: we can assume volatile is present with that name. | Philip Guenther |
2014-01-30 | Move declaration of struct vm_page_md from <machine/vmparam.h> to | Miod Vallat |
2014-01-24 | Do not protect struct vm_page_md with defined(_KERNEL), for userland uvm | Miod Vallat |
2014-01-23 | unifdef -D__HAVE_VM_PAGE_MD - no functional change. | Miod Vallat |
2013-11-05 | Add a stub for the new MD hook needed to handle ACPI Power Resources. | Martin Pieuchot |
2013-10-17 | Remove a.out leftovers now that libsa loadfile() will only boot ELF binaries. | Miod Vallat |
2013-08-07 | Mimic what's done on sparc64 and parse the OpenFirmware device tree to | Martin Pieuchot |
2013-06-01 | add missing license (PD) block | Jasper Lievisse Adriaanse |
2013-04-23 | remove unused time_t related chunks; ok kettenis | Theo de Raadt |
2013-03-23 | refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is added | Theo de Raadt |
2013-03-17 | Avoid namespace pollution from <powerpc/cpu.h>. | Mark Kettenis |
2012-08-24 | ansi | Jonathan Gray |
2012-06-26 | create new machine/_float.h which is namespace clean. create a new | Theo de Raadt |
2011-10-27 | Specify the TLS variant for each platform. | Philip Guenthe |
2011-09-27 | Make bus_addr_t and bus_size_t u_long types, instead of either uint32_t or | Miod Vallat |
2011-05-30 | Remove the freelist member from vm_physseg | Owain Ainsworth |
2011-05-22 | do not need the DPME parts anymore | Theo de Raadt |
2011-04-28 | - enable fenv | Martynas Venckus |
2011-03-03 | Crank MAXDSIZ up to 2G on macppc and socppc. | Antoine Jacoutot |
2010-12-15 | oops, i forgot to check in the BRKSIZ define in uvm, but deraadt thinks | Ted Unangst |
2010-04-04 | OpenBSD uses bus_space_copy_#, not bus_space_copy_region_#. Make sure only the | Miod Vallat |
2009-10-01 | add fdt_parent_node() and OF_parent() functions, | Dariusz Swiderski |
2009-09-02 | Attach devices to mainbus(4) based on information from the flattened device | Mark Kettenis |
2009-08-25 | Add missing $OpenBSD$ tag. | Mark Kettenis |
2009-08-25 | Add parser for 'Flattened Device Tree' which was introduced in | Dariusz Swiderski |
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-05-31 | Remove BUS_DMAMEM_NOSYNC definition. Its name is not consistent with | Miod Vallat |
2009-04-20 | Add a BUS_DMA_ZERO flag for bus_dmamem_alloc() to return zeroed memory. | Owain Ainsworth |
2008-11-08 | Get rid of va-ppc.h. | Mark Kettenis |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-05-25 | Specify the PHY to be used in the kernel config instead of hardcoding it | Mark Kettenis |
2008-05-17 | Give mainbus(4) a bus_dma tag and pass it down. Let socpcic(4) use this | Mark Kettenis |
2008-05-16 | Another missing header file; pointed out by checkflist (and miod@). | Mark Kettenis |
2008-05-13 | Memory is contiguous and non-expandable, so lower VM_PHYSSEG_MAX down to 1. | Miod Vallat |
2008-05-12 | More headers needed by userland. | Mark Kettenis |
2008-05-12 | More headers needed by userland. | Mark Kettenis |