Commit Verlauf

Autor SHA1 Nachricht Datum
  Idan Horowitz 9db10887a1 Kernel: Clean up sys$futex and add support for cross-process futexes vor 3 Jahren
  Tim Schumacher 224ac1a307 LibC: Remove a bunch of weak `pthread_*` symbols vor 3 Jahren
  Idan Horowitz 086969277e Everywhere: Run clang-format vor 3 Jahren
  Sergey Bugaev 30caa33f7e LibC: Only set owner on recursive mutexes vor 4 Jahren
  Sergey Bugaev 5536f3c277 LibC: Add __pthread_mutex_lock_pessimistic_np() vor 4 Jahren
  Sergey Bugaev 19bef90923 LibC: Rewrite pthread_mutex vor 4 Jahren
  Gunnar Beutner 9e3fb73169 LibC: Use memory_order_acquire instead of memory_order_acq_rel vor 4 Jahren
  Gunnar Beutner 90f4c9e44c LibC: Fix race condition in pthread_mutex_unlock() vor 4 Jahren
  Gunnar Beutner 5ca1d4289b LibC: Remove reinterpret_cast in pthread_mutex_{try,}lock vor 4 Jahren
  Jean-Baptiste Boric e16894af5a LibC: Do not include errno.h inside unistd.h vor 4 Jahren
  Gunnar Beutner 549d9bd3ea LibC: Move the __pthread_mutex_trylock function to LibC vor 4 Jahren
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. vor 4 Jahren
  Gunnar Beutner 88cebb05ad LibC+LibPthread: Implement function forwarding for libpthread vor 4 Jahren
  AnotherTest bb777459a0 LibC+LibPthread: Implement pthread_atfork() vor 4 Jahren