summaryrefslogtreecommitdiffstats
path: root/sys/sys/_task.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r304021: Update iflib to support more NIC designsshurd2016-08-231-1/+10
* fix loss of taskqueue wakeups (introduced in r300113)avg2016-05-211-2/+1
* Import the 'iflib' API library for network drivers. From the author:scottl2016-05-181-1/+12
* Revert r256587.glebius2013-10-181-3/+0
* For VIMAGE kernels store vnet in the struct task, and set vnet contextglebius2013-10-161-0/+3
* 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