index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibPthread
Age
Commit message (
Expand
)
Author
2022-01-11
AK+LibC+LibPthread: Introduce NoAllocationGuard
kleines Filmröllchen
2022-01-09
LibPthread: Validate the clock argument in pthread_condattr_setclock
Brian Gianforcaro
2022-01-09
LibPthread: Implement pthread_condattr_getclock
Brian Gianforcaro
2022-01-07
LibPthread: Remove bad spec link for pthread_{get/set}name_np APIs
Brian Gianforcaro
2022-01-07
LibPthread: Add POSIX spec link for pthread_sigmask API
Brian Gianforcaro
2022-01-07
LibPthread: Add POSIX spec links for pthread_once API
Brian Gianforcaro
2022-01-07
LibPthread: Add POSIX spec links for pthread_cond API
Brian Gianforcaro
2022-01-07
LibPthread: Add POSIX spec links for semaphore APIs
Brian Gianforcaro
2021-12-21
LibPthread: Add POSIX spec comments to our implementations
Brian Gianforcaro
2021-11-24
LibPthread: Initialize conditions with realtime clock
Jelle Raaijmakers
2021-09-28
LibPthread: Correct nonsensical loop exit condition in RWLock unlock
Ali Mohammad Pur
2021-09-28
LibPthread: Calculate the correct lock value in RWLock {rd,un}lock
Ali Mohammad Pur
2021-08-17
Kernel+Userland: Remove global futexes
Andreas Kling
2021-07-09
LibPthread+Kernel: Add pthread_kill() and the thread_kill syscall
Ali Mohammad Pur
2021-07-07
LibC+LibPthread: Use FUTEX_PRIVATE_FLAG in more places
Sergey Bugaev
2021-07-06
LibPthread: Fix some assertions
Sergey Bugaev
2021-07-06
LibPthread: Fix ordering
Sergey Bugaev
2021-07-05
LibC+LibPthread: Add PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP
Andreas Kling
2021-07-05
LibPthread: Reimplement semaphores
Sergey Bugaev
2021-07-05
LibPthread: Reimplement condition variables
Sergey Bugaev
2021-07-05
LibC: Add futex_wait() and futex_wake() helpers
Sergey Bugaev
2021-07-04
Toolchain+Userland: Enable TLS for x86_64
Gunnar Beutner
2021-07-01
Kernel+LibPthread: Add support for usermode threads on x86_64
Gunnar Beutner
2021-07-01
Kernel+LibPthread: Remove m_ prefix for public members
Gunnar Beutner
2021-06-30
Kernel: Disable __thread and TLS on x86_64 for now
Gunnar Beutner
2021-06-30
LibPthread: Remove redundant return statement
Gunnar Beutner
2021-06-24
Userland: Add more TODO()s for arch-specific code
Gunnar Beutner
2021-06-01
LibPthread: Correct error check in `sem_post` and `sem_wait`
Jelle Raaijmakers
2021-05-29
Kernel: Make sure we free the thread stack on thread exit
Gunnar Beutner
2021-05-29
LibPthread: Make some variables static
Gunnar Beutner
2021-05-21
Revert "Userland: static vs non-static constexpr variables"
Linus Groh
2021-05-21
Userland: static vs non-static constexpr variables
Lenny Maiorani
2021-05-17
Everywhere: Fix a bunch of typos
Linus Groh
2021-05-14
LibC: Do not include errno.h inside unistd.h
Jean-Baptiste Boric
2021-05-10
LibC: Partially implement pthread_setcancel{state,type}()
Gunnar Beutner
2021-05-08
LibPthread: Add implementation for pthread_mutexattr_gettype
Gunnar Beutner
2021-05-02
LibPthread: Implement pthread_spinlock_t API.
Brian Gianforcaro
2021-04-27
LibPthread: Use realtime clock for futex_wait()
Jelle Raaijmakers
2021-04-25
LibC: Move the __pthread_mutex_trylock function to LibC
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-21
LibPthread: Add non functional pthread_attr_[set|get]scope stubs
Brian Gianforcaro
2021-04-20
LibPthread: Add stubs for pthread_spin_* functions
Gunnar Beutner
2021-04-20
LibC+LibPthread: Implement function forwarding for libpthread
Gunnar Beutner
2021-04-19
Pthread: Add stubs for pthread_cleanup_{push,pop}
Gunnar Beutner
2021-04-18
LibC+LibPthread: Make sure TLS keys are destroyed after everything else
Gunnar Beutner
2021-04-15
LibPthread: Implement sem_getvalue()
Gunnar Beutner
2021-04-15
LibPthread: Don't hold sem->mtx after sem_wait()/sem_trywait()
Gunnar Beutner
2021-04-15
LibPthread: Improve error handling for the semaphore functions
Gunnar Beutner
2021-04-15
LibPthread: Ensure we're not overflowing the semaphore's value
Gunnar Beutner
2021-04-14
LibPthread: Implement semaphore functions
Gunnar Beutner
[next]