Commit History

Author SHA1 Message Date
  Gunnar Beutner e1ff30a360 Toolchain+Userland: Enable TLS for x86_64 4 years ago
  Gunnar Beutner 16b9a2d2e1 Kernel+LibPthread: Add support for usermode threads on x86_64 4 years ago
  Gunnar Beutner 93c741018e Kernel+LibPthread: Remove m_ prefix for public members 4 years ago
  Gunnar Beutner fe2716df21 Kernel: Disable __thread and TLS on x86_64 for now 4 years ago
  Gunnar Beutner c0bd2c0691 LibPthread: Remove redundant return statement 4 years ago
  Gunnar Beutner c9a8dfa1bf Userland: Add more TODO()s for arch-specific code 4 years ago
  Gunnar Beutner 42d667645d Kernel: Make sure we free the thread stack on thread exit 4 years ago
  Gunnar Beutner f63f471b87 LibPthread: Make some variables static 4 years ago
  Linus Groh 0aab774343 Everywhere: Fix a bunch of typos 4 years ago
  Jean-Baptiste Boric e16894af5a LibC: Do not include errno.h inside unistd.h 4 years ago
  Gunnar Beutner 759acdb938 LibC: Partially implement pthread_setcancel{state,type}() 4 years ago
  Gunnar Beutner 6e80b9fd01 LibPthread: Add implementation for pthread_mutexattr_gettype 4 years ago
  Brian Gianforcaro 9f07627f58 LibPthread: Implement pthread_spinlock_t API. 4 years ago
  Jelle Raaijmakers d1f33ec795 LibPthread: Use realtime clock for futex_wait() 4 years ago
  Gunnar Beutner 549d9bd3ea LibC: Move the __pthread_mutex_trylock function to LibC 4 years ago
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
  Brian Gianforcaro 5a31ca06db LibPthread: Add non functional pthread_attr_[set|get]scope stubs 4 years ago
  Gunnar Beutner 2520ccfca4 LibPthread: Add stubs for pthread_spin_* functions 4 years ago
  Gunnar Beutner 88cebb05ad LibC+LibPthread: Implement function forwarding for libpthread 4 years ago
  Gunnar Beutner bd08f9188a Pthread: Add stubs for pthread_cleanup_{push,pop} 4 years ago
  Gunnar Beutner 4075b306f8 LibC+LibPthread: Make sure TLS keys are destroyed after everything else 4 years ago
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY 4 years ago
  Andreas Kling 25a69d2b18 LibPthread: Convert dbgprintf() => dbgln_if() 4 years ago
  Ben Wiederhake cf0d4994c2 LibC+LibPthread: Permit partial pthread_atfork 4 years ago
  AnotherTest bb777459a0 LibC+LibPthread: Implement pthread_atfork() 4 years ago
  AnotherTest 8e074f8665 LibC+LibPthread: Implement pthread_rwlock_* 4 years ago
  AnotherTest 2e50c232f7 LibPthread: Stub out `pthread_atfork()` 4 years ago
  AnotherTest 26a8a84ded LibC+LibPthread: Stub out pthread_rwlock_* functions 4 years ago
  Andreas Kling e87eac9273 Userland: Add LibSystem and funnel all syscalls through it 4 years ago
  asynts eea72b9b5c Everywhere: Hook up remaining debug macros to Debug.h. 4 years ago