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
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
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-17
LibPthread: Convert dbgprintf() => dbgln_if()
Andreas Kling
2021-02-15
LibC+LibPthread: Permit partial pthread_atfork
Ben Wiederhake
2021-02-15
LibC+LibPthread: Implement pthread_atfork()
AnotherTest
2021-02-15
LibC+LibPthread: Implement pthread_rwlock_*
AnotherTest
2021-02-15
LibPthread: Stub out `pthread_atfork()`
AnotherTest
2021-02-15
LibC+LibPthread: Stub out pthread_rwlock_* functions
AnotherTest
2021-02-05
Userland: Add LibSystem and funnel all syscalls through it
Andreas Kling
2021-01-25
Everywhere: Hook up remaining debug macros to Debug.h.
asynts
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-22
LibPthread: Fix asserting futex return value
Tom
2021-01-17
Kernel: Some futex improvements
Tom
2021-01-12
LibPthread: Add pthread_equal()
Andreas Kling
2021-01-12
LibPthread: Stub pthread_setcancelstate() and pthread_setcanceltype()
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling