summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/bits
AgeCommit message (Expand)Author
2023-05-05Userland: Fix wrong signature of `dladdr`Fabian Dellwing
2023-04-10LibC: Properly implement the futimens functionLiav A
2023-02-15LibRegex: Make '.' reject matching LF / LS / PS as per the ECMA262 specAli Mohammad Pur
2023-01-07Everywhere: Remove "LibC/" includes, add lint-rule against itBen Wiederhake
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-09-20LibC+LibRegex: Move central regex definitions into LibC/bitsAli Mohammad Pur
2022-09-18Everywhere: Fix order of includes and #pragma onceBen Wiederhake
2022-09-05LibC: Move `dlfcn_integration.h` to the `bits` directoryTim Schumacher
2022-07-22LibC: Implement `pthread_cancel`Tim Schumacher
2022-07-19LibC: Remove a bunch of weak `pthread_*` symbolsTim Schumacher
2022-07-19LibPthread: Move the pthread and semaphore implementation to LibCTim Schumacher
2022-07-19Everywhere: Refer to `pthread.h` by its non-prefixed nameTim Schumacher
2022-04-03LibC: Implement __fseterrTim Schumacher
2022-04-03LibC: Implement __freadptrincTim Schumacher
2022-04-03LibC: Implement __freadptrTim Schumacher
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-29LibC: Make wchar size definitions available from stdint.hTim Schumacher
2022-03-28LibC: Partially implement __fpendingTim Schumacher
2022-01-16LibC: Implement `fflush(nullptr)`Daniel Bertalan
2022-01-08LibC+LibDl: Declare functions taking no arguments as taking voidDaniel Bertalan
2022-01-08LibC: Fix up a few copy-pasted INTMAX parameter namesTim Schumacher
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