Searched hist:218719 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sys/compat/linux/
H A Dlinux_signal.cdiff 218719 Tue Feb 15 19:50:38 MST 2011 dchagin 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 same ksiginfo.
3) Return the corresponding signal number.

Completed in 98 milliseconds