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: Theo de Raadt (deraadtcvs.openbsd.org)
Date: Thu Sep 23 2010 - 19:12:36 CDT


CVSROOT: /cvs
Module name: src
Changes by: deraadtcvs.openbsd.org 2010/09/23 18:12:36

Modified files:
        sys/dev/usb : usb_subr.c

Log message:
tsleep on a static and private handle, since our goal is to not be
woken up by a wakeup, but only by the actual timeout expiry. On
architectures which share a kva upage area between processes, we would
not want an accidental wakeup (too short).
discussed with various