summaryrefslogtreecommitdiff
path: root/sys/kern/kern_workq.c
AgeCommit message (Expand)Author
2009-09-02when you add a task to a workq, it allocates memory to handle theDavid Gwynne
2009-06-24Remove a semicolon at the end of an if statement that made the threadJonathan Gray
2008-10-30reintroduce mutexes to workqs for locking.David Gwynne
2008-10-27when shutting workq threads down, dont try to take the big kernelDavid Gwynne
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