summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2024-01-31[libc] Fix read under msan (#80203)michaelrj-google
2024-01-31[libc][docs] fix stdbit.h docs (#80070)Nick Desaulniers
2024-01-31[libc] Fix condition ordering in scanf (#80083)michaelrj-google
2024-01-30[libc] disable mlockall w/ MCL_ONFAULT (#80075)Nick Desaulniers
2024-01-30[libc] implement mlock/mlock2/munlock/mlockall/munlockall (#79645)Schrodinger ZHU Yifan
2024-01-30[libc] disable epoll_pwait2 due to breakage (#80051)michaelrj-google
2024-01-30[libc] Change the starting port index to use the SMID (#79200)Joseph Huber
2024-01-30[reland][libc] add epoll_wait functions (#79635)michaelrj-google
2024-01-30[libc][docs] add page for stdbit.h (#79908)Nick Desaulniers
2024-01-30[libc] Fix running 'stdbit.h' tests if file is never generatedJoseph Huber
2024-01-30[libc][NFC] Move functions from `FPBits` to `FPRep`, make `bits` member priva...Guillaume Chatelet
2024-01-30[libc][NFC] Rename `FPBits` nan functions (#79998)Guillaume Chatelet
2024-01-30[libc] Add test to check all properties for all FPBit types. (#79851)Guillaume Chatelet
2024-01-29[libc] add more arch entrypoints for stdc_leading_zeros (#79923)Nick Desaulniers
2024-01-29[libc] fix type generic stdc_leading_zeros for GCC (#79917)Nick Desaulniers
2024-01-29[libc][NFC] Remove inline assembly for PTX instructions (#79913)Joseph Huber
2024-01-29[libc] implement stdc_leading_zeros_u* for stdbit.h (#79669)Nick Desaulniers
2024-01-29[libc] Remove specific nan payload in math functions (#79165)Guillaume Chatelet
2024-01-29[libc][NFC] Simplify AMDGPU constant frequency checks (#79653)Joseph Huber
2024-01-28[libc][CMake] fix CMake configure issues on openSUSE (#79751)Sirui Mu
2024-01-27[libc] change PREFER_GENERIC to EXPLICIT_SIMD_OPT (#79486)Schrodinger ZHU Yifan
2024-01-26[libc] adjust linux's `mman.h` definitions (#79652)Schrodinger ZHU Yifan
2024-01-26[fuchsia][libc] Include missing macro definitions (#79639)Caslyn Tonelli
2024-01-26[libc][NFC] Use specific ASSERT macros to test errno (#79573)Guillaume Chatelet
2024-01-25Revert "[libc] add epoll_wait functions" (#79534)michaelrj-google
2024-01-25[libc] add epoll_wait functions (#79515)michaelrj-google
2024-01-25[libc] Add fminf128 and fmaxf128 implementations for Linux x86_64. (#79307)felixh5678
2024-01-25[libc] Fix type warning on gcc in float to str (#79482)michaelrj-google
2024-01-25[libc] Move printf long double to simple calc (#75414)michaelrj-google
2024-01-24[libc] Use __SIZEOF_LONG__ to define LONG_WIDTH instead of sizeof(long). (#79...lntue
2024-01-24[libc] Add backup definition for LONG_WIDTH in limits-macros.h. (#79375)lntue
2024-01-24[libc] Add C23 limits.h header. (#78887)lntue
2024-01-24[libc][NFC] mark hashtable as resizable (#79354)Schrodinger ZHU Yifan
2024-01-24[libc][NFC] remove TODO about AppProperties (#79356)Schrodinger ZHU Yifan
2024-01-24[libc] remove unstable mincore test for invalid vec (#79348)Schrodinger ZHU Yifan
2024-01-24[libc] reland mincore (#79309)Schrodinger ZHU Yifan
2024-01-24[libc][NFC] Fix `-DSHOW_INTERMEDIATE_OBJECTS=DEPS` to work properly for entry...lntue
2024-01-24[libc] Add sqrtf128 implementation for Linux x86_64. (#79195)felixh5678
2024-01-23[libc] remove redundant call_once (#79226)Nick Desaulniers
2024-01-23[libc] Fix implicit conversion in FEnvImpl for arm32 targets. (#79210)lntue
2024-01-23[libc] Fix aliasing function name got accidentally deleted in #79128. (#79203)lntue
2024-01-23Revert "[libc] Fix forward arm32 buildbot" (#79201)Roland McGrath
2024-01-23[libc] fix sysconf (#79159)Schrodinger ZHU Yifan
2024-01-23[libc][Docs] Update the GPU RPC documentation (#79069)Joseph Huber
2024-01-23[libc][NFC] Remove `FPBits` cast operator (#79142)Guillaume Chatelet
2024-01-23[libc][NFC] use builder pattern for ErrnoSetterMatcher (#79153)Schrodinger ZHU Yifan
2024-01-23[libc] Remove specific nan payload in math functions (#79133)Guillaume Chatelet
2024-01-23[libc] Fix forward arm32 buildbot (#79151)Guillaume Chatelet
2024-01-23[reland][libc] Remove unnecessary `FPBits` functions and properties (#79128)Guillaume Chatelet
2024-01-23Revert "[libc] Remove unnecessary `FPBits` functions and properties" (#79118)Guillaume Chatelet