K 10 svn:author V 7 dchagin K 8 svn:date V 27 2011-03-02T20:01:24.274190Z K 7 svn:log V 327 MFC r218719 (by hand, depends on r209592): Make a linux_rt_sigtimedwait() system call is actually working. 1) Translate the native signal number in the appropriate Linux signal. 2) Remove bogus code, which can lead to a panic as it calls kern_sigtimedwait with the same ksiginfo. 3) Return the corresponding signal number. END