summaryrefslogtreecommitdiff
path: root/sys/kern/kern_workq.c
AgeCommit message (Expand)Author
2008-02-15revert to a pre-mutex state. for unknown reasons, the mutexes do not provideTed Unangst
2007-12-13use a mutex to protect workq. incidentally, this removes the additionalTed Unangst
2007-11-28remove the DIRECTOK flag. the caller semantics were too weird, and it's aTed Unangst
2007-11-25convert crypto thread to workq. add WQ_DIRECTOK flag to workq.Ted Unangst
2007-06-11kill unneeded include;Thordur I. Bjornsson
2007-05-31switch the flags argument to the front, requested by artTed Unangst
2007-05-31add an interface for work queues run from a kernel thread.David Gwynne