K 10 svn:author V 6 davide K 8 svn:date V 27 2012-07-14T19:39:53.401911Z K 7 svn:log V 423 Change the sleepqueue(9) and condvar(9) KPI so that functions which take a timeout as argument have variants that take an additional 'flags' argument that can be used to specify precision interval. Modify a couple of comments that aren't valid anymore after changes. Now sleepq_set_timeout_bt() and cv_timedwait_bt_sig() takes as time argument a pointer to struct bintime rather than a struct bintime. Reviewed by: mav END