aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/_task.h
Commit message (Expand)AuthorAgeFilesLines
* Make struct grouptask gt_name member a char arrayStephen Hurd2017-09-231-1/+2
* Update iflib to support more NIC designsStephen Hurd2016-08-121-1/+10
* fix loss of taskqueue wakeups (introduced in r300113)Andriy Gapon2016-05-211-2/+1
* Import the 'iflib' API library for network drivers. From the author:Scott Long2016-05-181-1/+12
* Revert r256587.Gleb Smirnoff2013-10-181-3/+0
* For VIMAGE kernels store vnet in the struct task, and set vnet contextGleb Smirnoff2013-10-161-0/+3
* Use a safer mechanism for determining if a task is currently running,Matthew D Fleming2010-10-131-1/+0
* Fix taskqueue_drain(9) to not have false negatives. For threadedMatthew D Fleming2010-07-221-5/+10
* Revert taskqueue(9) related commits until mdf@ is approved and canZachary Loafman2010-06-011-9/+5
* Revert r207439 and solve the problem differently. The task handlerZachary Loafman2010-05-281-2/+0
* Handle taskqueue_drain(9) correctly on a threaded taskqueue:Zachary Loafman2010-04-301-5/+11
* revert changes accidentally included in last commitKip Macy2008-07-181-21/+3
* import vendor fixes to cxgbKip Macy2008-07-181-3/+21
* o eliminate modification of task structures after their run to avoidSam Leffler2005-04-241-5/+2
* Add taskqueue_drain. This waits for the specified task to finish, ifWarner Losh2004-10-051-0/+3
* Remove (at least temporarily) the check that prevents us from includingMaxime Henrion2004-07-281-4/+0
* Defer the vrele() on a jail's root vnode reference from prison_free()Robert Watson2004-01-231-0/+54