OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: David Gwynne (dlgcvs.openbsd.org)
Date: Thu May 31 2007 - 13:17:00 CDT


CVSROOT: /cvs
Module name: src
Changes by: dlgcvs.openbsd.org 2007/05/31 12:16:59

Modified files:
        sys/conf : files
        sys/kern : init_main.c
Added files:
        sys/kern : kern_workq.c
        sys/sys : workq.h

Log message:
add an interface for work queues run from a kernel thread.

this type of code is implemented many times already in the kernel, this is
a generic version of all those replicated code bases.

originally from tedu
ok tedu tom deraadt