summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/bits
AgeCommit message (Expand)Author
2022-01-01LibC: Implement ``flockfile`` and ``funlockfile``Conor Byrne
2021-12-21LibC: Implement ungetwc()Ali Mohammad Pur
2021-12-21LibC: Implement f{get,put}ws()Ali Mohammad Pur
2021-12-21LibC: Implement {f,}putwc()Ali Mohammad Pur
2021-12-21LibC: Implement {f,}getwc()Ali Mohammad Pur
2021-11-28LibC: Make SIZE_MAX be understood by the preprocessorDaniel Bertalan
2021-11-28LibC: Fix stdint.h macros on x86_64Daniel Bertalan
2021-10-15LibC: Implement tfind and tsearchTim Schumacher
2021-09-16LibC: Define ptrdiff_t limitsTim Schumacher
2021-08-18LibC: Move SIG_* definitions for sigprocmask into bits/sighow.hJean-Baptiste Boric
2021-07-05LibC+LibPthread: Add PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NPAndreas Kling
2021-07-05LibC: Add __pthread_mutex_lock_pessimistic_np()Sergey Bugaev
2021-07-05LibC: Rewrite pthread_mutexSergey Bugaev
2021-04-25LibC: Move the __pthread_mutex_trylock function to LibCGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-20LibC+LibPthread: Implement function forwarding for libpthreadGunnar Beutner
2021-04-14LibC: Add definitions for INTMAX_C and UINTMAX_CGunnar Beutner
2021-04-11LibC: Make <limits.h> compatible with GCC so that it doesn't install a fixed ...Gunnar Beutner
2021-02-15LibC+LibPthread: Implement pthread_atfork()AnotherTest
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling