Age | Commit message (Expand) | Author |
---|---|---|
2013-12-11 | Fix typo; that teaches me to steal other people's diffs! | Mark Kettenis |
2013-12-10 | Add infrastructure to create un-biglocked task queues. Stolen from blambert@ | Mark Kettenis |
2013-11-18 | simplify kthread_create(). no more stdarg | Theo de Raadt |
2013-10-30 | deprecate taskq_systq() and replace it with extern struct taskq | David Gwynne |
2013-10-29 | since taskq_create is only callable from autoconf or process context, it | David Gwynne |
2013-10-29 | sys/task.h includes sys/queue.h, so kern/kern_task.c doesnt need | David Gwynne |
2013-10-29 | use unsigned int instead of u_int to reduce the depend on types.h. | David Gwynne |
2013-10-29 | introduce tasks and taskqs as an alternative to workqs. | David Gwynne |