CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2013/10/29 20:13:16
Modified files: sys/dev : rnd.c Log message: replace workq_add_task with the task api. this guarantees the reliability of the arc4_reinit task being run by not relying on a pool to give us memory in an interrupt context. ok mpi@