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-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