Historie revizí

Autor SHA1 Zpráva Datum
  Ali Mohammad Pur 72a45a472a LibPthread: Correct nonsensical loop exit condition in RWLock unlock před 3 roky
  Ali Mohammad Pur b63ea3bad1 LibPthread: Calculate the correct lock value in RWLock {rd,un}lock před 3 roky
  Ali Mohammad Pur e37f9fa7db LibPthread+Kernel: Add pthread_kill() and the thread_kill syscall před 4 roky
  Sergey Bugaev 00d8dbe739 LibPthread: Reimplement condition variables před 4 roky
  Sergey Bugaev 8fee93d868 LibC: Add futex_wait() and futex_wake() helpers před 4 roky
  Gunnar Beutner e1ff30a360 Toolchain+Userland: Enable TLS for x86_64 před 4 roky
  Gunnar Beutner 16b9a2d2e1 Kernel+LibPthread: Add support for usermode threads on x86_64 před 4 roky
  Gunnar Beutner 93c741018e Kernel+LibPthread: Remove m_ prefix for public members před 4 roky
  Gunnar Beutner fe2716df21 Kernel: Disable __thread and TLS on x86_64 for now před 4 roky
  Gunnar Beutner c0bd2c0691 LibPthread: Remove redundant return statement před 4 roky
  Gunnar Beutner c9a8dfa1bf Userland: Add more TODO()s for arch-specific code před 4 roky
  Gunnar Beutner 42d667645d Kernel: Make sure we free the thread stack on thread exit před 4 roky
  Gunnar Beutner f63f471b87 LibPthread: Make some variables static před 4 roky
  Linus Groh 0aab774343 Everywhere: Fix a bunch of typos před 4 roky
  Jean-Baptiste Boric e16894af5a LibC: Do not include errno.h inside unistd.h před 4 roky
  Gunnar Beutner 759acdb938 LibC: Partially implement pthread_setcancel{state,type}() před 4 roky
  Gunnar Beutner 6e80b9fd01 LibPthread: Add implementation for pthread_mutexattr_gettype před 4 roky
  Brian Gianforcaro 9f07627f58 LibPthread: Implement pthread_spinlock_t API. před 4 roky
  Jelle Raaijmakers d1f33ec795 LibPthread: Use realtime clock for futex_wait() před 4 roky
  Gunnar Beutner 549d9bd3ea LibC: Move the __pthread_mutex_trylock function to LibC před 4 roky
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. před 4 roky
  Brian Gianforcaro 5a31ca06db LibPthread: Add non functional pthread_attr_[set|get]scope stubs před 4 roky
  Gunnar Beutner 2520ccfca4 LibPthread: Add stubs for pthread_spin_* functions před 4 roky
  Gunnar Beutner 88cebb05ad LibC+LibPthread: Implement function forwarding for libpthread před 4 roky
  Gunnar Beutner bd08f9188a Pthread: Add stubs for pthread_cleanup_{push,pop} před 4 roky
  Gunnar Beutner 4075b306f8 LibC+LibPthread: Make sure TLS keys are destroyed after everything else před 4 roky
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY před 4 roky
  Andreas Kling 25a69d2b18 LibPthread: Convert dbgprintf() => dbgln_if() před 4 roky
  Ben Wiederhake cf0d4994c2 LibC+LibPthread: Permit partial pthread_atfork před 4 roky
  AnotherTest bb777459a0 LibC+LibPthread: Implement pthread_atfork() před 4 roky