summaryrefslogtreecommitdiffstats
path: root/sys/sys/_task.h
Commit message (Expand)AuthorAgeFilesLines
* Use a safer mechanism for determining if a task is currently running,mdf2010-10-131-1/+0
* Fix taskqueue_drain(9) to not have false negatives. For threadedmdf2010-07-221-5/+10
* Revert taskqueue(9) related commits until mdf@ is approved and canzml2010-06-011-9/+5
* Revert r207439 and solve the problem differently. The task handlerzml2010-05-281-2/+0
* Handle taskqueue_drain(9) correctly on a threaded taskqueue:zml2010-04-301-5/+11
* revert changes accidentally included in last commitkmacy2008-07-181-21/+3
* import vendor fixes to cxgbkmacy2008-07-181-3/+21
* o eliminate modification of task structures after their run to avoidsam2005-04-241-5/+2
* Add taskqueue_drain. This waits for the specified task to finish, ifimp2004-10-051-0/+3
* Remove (at least temporarily) the check that prevents us from includingmux2004-07-281-4/+0
* Defer the vrele() on a jail's root vnode reference from prison_free()rwatson2004-01-231-0/+54
OpenPOWER on IntegriCloud