summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_task.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* deprecate taskq_systq() and replace it with extern struct taskqdlg2013-10-301-8/+4
* since taskq_create is only callable from autoconf or process context, itdlg2013-10-291-2/+2
* sys/task.h includes sys/queue.h, so kern/kern_task.c doesnt needdlg2013-10-291-3/+1
* use unsigned int instead of u_int to reduce the depend on types.h.dlg2013-10-291-4/+4
* introduce tasks and taskqs as an alternative to workqs.dlg2013-10-291-0/+258