| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-07-06 | Add support for timeconting in userland. |  pirofti | 1 | -0/+23 |
| 2020-06-30 | Remove obsolete <machine/stdarg.h> header. Nowadays the vararg |  visa | 1 | -3/+0 |
| 2020-05-27 | Retire <machine/varargs.h>. |  visa | 1 | -3/+0 |
| 2018-08-20 | Remove unused spllock(). |  visa | 1 | -2/+1 |
| 2018-05-30 | Define IPL_MPFLOOR on SP archs. |  mpi | 1 | -1/+2 |
| 2017-05-08 | add a BUS_DMA_64BIT flag to bus_dma on all our archs. |  dlg | 1 | -14/+15 |
| 2016-06-14 | provide splraise on landisk |  dlg | 1 | -11/+12 |
| 2016-05-04 | Initial support for MSI-X. Only supported on amd64 for now. I have diffs to |  kettenis | 1 | -1/+2 |
| 2015-07-17 | Remove {LOAD,COUNT}_TEXTA from libsa loadfile, it only made sense for a.out |  miod | 1 | -3/+3 |
| 2013-11-05 | Add a stub for the new MD hook needed to handle ACPI Power Resources. |  mpi | 1 | -1/+2 |
| 2013-06-01 | add missing license (PD) block |  jasper | 2 | -4/+4 |
| 2013-05-17 | Add a dummy IPL_MPSAFE definition. |  kettenis | 1 | -1/+3 |
| 2013-03-23 | refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is added |  deraadt | 1 | -10/+3 |
| 2012-09-04 | Implement pci_min_powerstate(). |  kettenis | 1 | -1/+3 |
| 2012-06-26 | create new machine/_float.h which is namespace clean. create a new |  deraadt | 3 | -6/+3 |
| 2011-10-27 | Specify the TLS variant for each platform. |  guenther | 1 | -0/+3 |
| 2011-10-10 | Introduce pci_probe_device_hook(pci_chipset_tag_t, struct pci_attach_args *). |  miod | 1 | -1/+2 |
| 2011-07-04 | Nuke the useless D_KQFILTER flag and just check that d_kqfilter is |  nicm | 1 | -2/+2 |
| 2011-06-24 | machdep.kbdreset enables a shutdown by Ctrl-Alt-Del on amd64 and |  naddy | 1 | -4/+4 |
| 2011-05-30 | Remove the freelist member from vm_physseg |  oga | 1 | -4/+1 |
| 2011-05-21 | Add pci_intr_map_msi() stub. |  kettenis | 1 | -1/+2 |
| 2011-04-28 | - enable fenv |  martynas | 1 | -0/+3 |
| 2011-03-23 | Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently. |  pirofti | 7 | -28/+28 |
| 2010-12-04 | Introduce a new pci routine, pci_conf_size(), which returns the size of a |  miod | 1 | -1/+3 |
| 2010-07-21 | Fix more cdev initializations which were using enodev for poll; ok kettenis |  deraadt | 1 | -2/+2 |
| 2010-06-29 | Add support for mapping ACPI to PCI devices |  jordan | 1 | -1/+3 |
| 2010-04-04 | OpenBSD uses bus_space_copy_#, not bus_space_copy_region_#. Make sure only the |  miod | 1 | -5/+5 |
| 2009-11-24 | - add rcs id's. |  jasper | 32 | -0/+64 |
| 2009-04-20 | Add a BUS_DMA_ZERO flag for bus_dmamem_alloc() to return zeroed memory. |  oga | 1 | -1/+2 |
| 2009-03-15 | Introduce splsoftassert(), similar to splassert() but for soft interrupt |  miod | 1 | -1/+3 |
| 2008-12-06 | revert all changes related to the mpsafe intr handler. i screwed up the commit |  tedu | 1 | -3/+1 |
| 2008-12-06 | mpsafe intr_establish that doesn't get biglock, so that we may dream of the day when this is useful. |  tedu | 1 | -1/+3 |
| 2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 4 | -32/+4 |
| 2007-11-30 | Define IPL_VM on platforms which lack it. |  miod | 1 | -3/+4 |
| 2007-06-17 | significantly simplified disklabel infrastructure. MBR handling becomes MI |  deraadt | 1 | -0/+2 |
| 2007-05-20 | Fix KERNBASE, so that profiling kernels initialize (but profiling is broken |  miod | 1 | -1/+3 |
| 2007-05-16 | forgot this one in my previous commit. |  thib | 1 | -2/+2 |
| 2007-05-01 | Simple monoprocessor mutex implementation, faster than the MI code, four left |  miod | 1 | -0/+1 |
| 2007-04-29 | machdep.led_blink sysctl for landisk, also move cpu_sysctl() code and related |  miod | 1 | -1/+16 |
| 2007-04-12 | Remove __BUS_SPACE_ADDRESS_SANITY correctly, no cookie for me. Spotted by |  miod | 1 | -21/+6 |
| 2007-04-10 | Remove unused BUS_SPACE_ALIGNED_POINTER, __BUS_SPACE_ADDRESS_SANITY and |  miod | 1 | -34/+1 |
| 2007-03-13 | Add <machine/fpu.h> for upcoming userland changes. |  miod | 1 | -0/+1 |
| 2007-03-13 | Dangling include |  miod | 1 | -1/+0 |
| 2007-03-03 | Kernel crash dumps and associated libkvm bits for landisk. |  miod | 1 | -0/+1 |
| 2007-02-19 | only make this interface available to the kernel for now, discussed witha |  deraadt | 1 | -2/+3 |
| 2007-02-06 | Add machine/atomic.h to all architectures and define two operations |  art | 1 | -0/+9 |
| 2006-11-21 | Define IPL_SCHED. |  miod | 1 | -2/+3 |
| 2006-11-21 | splassert support. |  miod | 1 | -1/+17 |
| 2006-11-21 | Don't bother using _cpu_intr_raise() for splhigh(), use _cpu_intr_suspend(). |  miod | 1 | -2/+2 |
| 2006-11-20 | goodbye splserial, hello splaudio. |  drahn | 1 | -3/+3 |