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