Fix futex wakeup when CoW has occurred.
This fixes acid thread
most of the time, the rest appears to be relibc race conditions.
Also removes FUTEX_REQUEUE since userspace doesn't use it, and there exist better alternatives if backwards Linux compatibility is not desired (I can add it back otherwise).