[patch] draft to add support for futex operators FUTEX_WAIT_BITSET
and FUTEX_WAKE_BITSET to the linuxulator
Alexander Best
arundel at freebsd.org
Sat Jan 29 12:26:17 UTC 2011
hi there,
i've spent a couple of hours hacking support for futex operators
FUTEX_WAIT_BITSET and FUTEX_WAKE_BITSET into the linuxulator. the following
patch is far from perfect and in certain places it is probably doing the wrong
thing, however it doesn't seem to break anything.
i'd appreciate if somebody could have a look at the patch and point out any
issues. please note that the patch also contains a few unrelated comment
changes and such (however only very few).
thanks in advance.
the patch can be found in here:
http://people.freebsd.org/~arundel/drafts/futex.diff
the following linux commit message should give you a rough idea about the
purpose of both operators:
http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6-stable.git;a=commit;h=cd689985cf49f6ff5c8eddc48d98b9d581d9475d
cheers.
alex
--
a13x
More information about the freebsd-emulation
mailing list