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

/freebsd-10-stable/sys/compat/linux/
H A Dlinux_futex.hdiff 178976 Tue May 13 18:01:27 MDT 2008 rdivacky 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
H A Dlinux_emul.hdiff 178976 Tue May 13 18:01:27 MDT 2008 rdivacky 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
H A Dlinux_emul.cdiff 178976 Tue May 13 18:01:27 MDT 2008 rdivacky 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
H A Dlinux_misc.cdiff 178976 Tue May 13 18:01:27 MDT 2008 rdivacky 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
/freebsd-10-stable/sys/i386/linux/
H A Dlinux_dummy.cdiff 178976 Tue May 13 18:01:27 MDT 2008 rdivacky 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

Completed in 93 milliseconds