summaryrefslogtreecommitdiff
path: root/sys/arch/usermode/include/intr.h
AgeCommit message (Expand)Author
2012-03-03Implement signal forwarding to userland for usermode kernels. Especiallyreinoud
2012-02-02spl_intr() is not defined anymore so remove from the header filereinoud
2012-01-21Complete rewrite of the signal and spl framework for NetBSD/usermodereinoud
2011-12-26make sure the sigio signal handler runs on the alternate signal stack,jmcneill
2011-12-26add sigio_intr_establish so more than one driver can register a SIGIO handlerjmcneill
2011-09-12Implement spl level based priority interrupt controller in softwarereinoud
2011-09-04implement splraise/spllowerjmcneill
2009-10-21Drop 3rd and 4th clauses. OK jmcneill (copyright holder).snj
2007-12-29Import work-in-progress NetBSD/usermode port.jmcneill