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
/
LibC
/
bits
Age
Commit message (
Expand
)
Author
2022-01-01
LibC: Implement ``flockfile`` and ``funlockfile``
Conor Byrne
2021-12-21
LibC: Implement ungetwc()
Ali Mohammad Pur
2021-12-21
LibC: Implement f{get,put}ws()
Ali Mohammad Pur
2021-12-21
LibC: Implement {f,}putwc()
Ali Mohammad Pur
2021-12-21
LibC: Implement {f,}getwc()
Ali Mohammad Pur
2021-11-28
LibC: Make SIZE_MAX be understood by the preprocessor
Daniel Bertalan
2021-11-28
LibC: Fix stdint.h macros on x86_64
Daniel Bertalan
2021-10-15
LibC: Implement tfind and tsearch
Tim Schumacher
2021-09-16
LibC: Define ptrdiff_t limits
Tim Schumacher
2021-08-18
LibC: Move SIG_* definitions for sigprocmask into bits/sighow.h
Jean-Baptiste Boric
2021-07-05
LibC+LibPthread: Add PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP
Andreas Kling
2021-07-05
LibC: Add __pthread_mutex_lock_pessimistic_np()
Sergey Bugaev
2021-07-05
LibC: Rewrite pthread_mutex
Sergey Bugaev
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-20
LibC+LibPthread: Implement function forwarding for libpthread
Gunnar Beutner
2021-04-14
LibC: Add definitions for INTMAX_C and UINTMAX_C
Gunnar Beutner
2021-04-11
LibC: Make <limits.h> compatible with GCC so that it doesn't install a fixed ...
Gunnar Beutner
2021-02-15
LibC+LibPthread: Implement pthread_atfork()
AnotherTest
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling