K 10 svn:author V 8 rdivacky K 8 svn:date V 27 2008-05-13T20:01:27.000000Z K 7 svn:log V 358 Implement robust futexes. Most of the code is modelled after what Linux does. This is because robust futexes are mostly userspace thing which we cannot alter. Two syscalls maintain pointer to userspace list and when process exits a routine walks this list waking up processes sleeping on futexes from that list. Reviewed by: kib (mentor) MFC after: 1 month END