mirror of
https://review.haiku-os.org/haiku
synced 2025-01-22 14:24:48 +01:00
d6d439f3f7
* Fixes sharing semantics, so non-shared semaphores in non-shared memory do not become shared after a fork. * Adds two new system calls: _user_mutex_sem_acquire/release(), which reuse the user_mutex address-hashed wait mechanism. * Named semaphores continue to use traditional sem_id semaphores.