Commit Verlauf

Autor SHA1 Nachricht Datum
  Brian Gianforcaro 856fc76083 LibPthread: Remove bad spec link for pthread_{get/set}name_np APIs vor 3 Jahren
  Brian Gianforcaro f4dd388caf LibPthread: Add POSIX spec link for pthread_sigmask API vor 3 Jahren
  Brian Gianforcaro 954fa724b3 LibPthread: Add POSIX spec comments to our implementations vor 3 Jahren
  Ali Mohammad Pur 72a45a472a LibPthread: Correct nonsensical loop exit condition in RWLock unlock vor 3 Jahren
  Ali Mohammad Pur b63ea3bad1 LibPthread: Calculate the correct lock value in RWLock {rd,un}lock vor 3 Jahren
  Ali Mohammad Pur e37f9fa7db LibPthread+Kernel: Add pthread_kill() and the thread_kill syscall vor 4 Jahren
  Sergey Bugaev 00d8dbe739 LibPthread: Reimplement condition variables vor 4 Jahren
  Sergey Bugaev 8fee93d868 LibC: Add futex_wait() and futex_wake() helpers vor 4 Jahren
  Gunnar Beutner e1ff30a360 Toolchain+Userland: Enable TLS for x86_64 vor 4 Jahren
  Gunnar Beutner 16b9a2d2e1 Kernel+LibPthread: Add support for usermode threads on x86_64 vor 4 Jahren
  Gunnar Beutner 93c741018e Kernel+LibPthread: Remove m_ prefix for public members vor 4 Jahren
  Gunnar Beutner fe2716df21 Kernel: Disable __thread and TLS on x86_64 for now vor 4 Jahren
  Gunnar Beutner c0bd2c0691 LibPthread: Remove redundant return statement vor 4 Jahren
  Gunnar Beutner c9a8dfa1bf Userland: Add more TODO()s for arch-specific code vor 4 Jahren
  Gunnar Beutner 42d667645d Kernel: Make sure we free the thread stack on thread exit vor 4 Jahren
  Gunnar Beutner f63f471b87 LibPthread: Make some variables static vor 4 Jahren
  Linus Groh 0aab774343 Everywhere: Fix a bunch of typos vor 4 Jahren
  Jean-Baptiste Boric e16894af5a LibC: Do not include errno.h inside unistd.h vor 4 Jahren
  Gunnar Beutner 759acdb938 LibC: Partially implement pthread_setcancel{state,type}() vor 4 Jahren
  Gunnar Beutner 6e80b9fd01 LibPthread: Add implementation for pthread_mutexattr_gettype vor 4 Jahren
  Brian Gianforcaro 9f07627f58 LibPthread: Implement pthread_spinlock_t API. vor 4 Jahren
  Jelle Raaijmakers d1f33ec795 LibPthread: Use realtime clock for futex_wait() 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
  Brian Gianforcaro 5a31ca06db LibPthread: Add non functional pthread_attr_[set|get]scope stubs vor 4 Jahren
  Gunnar Beutner 2520ccfca4 LibPthread: Add stubs for pthread_spin_* functions vor 4 Jahren
  Gunnar Beutner 88cebb05ad LibC+LibPthread: Implement function forwarding for libpthread vor 4 Jahren
  Gunnar Beutner bd08f9188a Pthread: Add stubs for pthread_cleanup_{push,pop} vor 4 Jahren
  Gunnar Beutner 4075b306f8 LibC+LibPthread: Make sure TLS keys are destroyed after everything else vor 4 Jahren
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY vor 4 Jahren