summaryrefslogtreecommitdiff
path: root/libc/src/CMakeLists.txt
AgeCommit message (Expand)Author
2025-10-21[libc] Stub out message catalog functions from <nl_types.h> (#164360)Alexey Samsonov
2025-07-17[libc] add wctype.h header (#149202)Prabhu Rajasekaran
2025-03-18[libc] Define (stub) dl_iterate_phdr (#131436)Roland McGrath
2025-02-05[libc][POSIX][poll.h] implement poll (#125118)Nick Desaulniers
2025-01-15[libc] implement unistd/getentropy (#122692)Schrodinger ZHU Yifan
2025-01-09[libc] Remove leftover 'gpu/' source directory (#122368)Joseph Huber
2024-12-10[libc] move src/network to src/arpa/inet (#119273)Nick Desaulniers
2024-12-10[libc] move bcmp, bzero, bcopy, index, rindex, strcasecmp, strncasecmp to str...Nick Desaulniers
2024-12-05Reapply "[libc][windows] start time API implementation (#117775)" (#118886)Schrodinger ZHU Yifan
2024-12-05Revert "[libc][windows] start time API implementation (#117775)"Joseph Huber
2024-12-05[libc][windows] start time API implementation (#117775)Schrodinger ZHU Yifan
2024-11-03[libc][complex] implement different flavors of `creal` and `cimag` functions ...Shourya Goel
2024-08-22[libc] Initial support for 'locale.h' in the LLVM libc (#102689)Joseph Huber
2024-08-22Revert " [libc] Add `ctype.h` locale variants (#102711)"Joseph Huber
2024-08-22 [libc] Add `ctype.h` locale variants (#102711)Joseph Huber
2024-07-06[libc] Add `dlfcn.h` placeholder (#97501)Izaak Schroeder
2024-02-15[libc][stdfix] Add abs functions for signed fixed point types. (#81823)lntue
2024-01-29[libc] implement stdc_leading_zeros_u* for stdbit.h (#79669)Nick Desaulniers
2023-12-19[libc] move __stack_chk_fail to src/ from startup/ (#75863)Nick Desaulniers
2023-11-28[libc] [search] implement hcreate(_r)/hsearch(_r)/hdestroy(_r) (#73469)Schrodinger ZHU Yifan
2023-06-15[libc] Export GPU extensions to `libc` for external useJoseph Huber
2023-03-20[libc] add basic wide char functionsMichael Jones
2023-02-16[libc] Implement htonl and htonsRaman Tenneti
2022-11-15[libc] re-enable assertMichael Jones
2022-11-01[libc] Add x86_64 implementation of setjmp and longjmp.Siva Chandra Reddy
2022-10-18[libc] Add termios.h and the implementation of functions declared in it.Siva Chandra Reddy
2022-10-11[libc] Add POSIX functions posix_spawn_file_actions_*.Siva Chandra Reddy
2022-09-30[libc] Re-enable functions from signal.h and re-enable abort.Siva Chandra Reddy
2022-09-29[libc] Add GNU extension functions sched_getaffinity and sched_setaffinity.Siva Chandra Reddy
2022-08-15[libc] enable s(n)printf without fullbuildMichael Jones
2022-07-25[libc] Add dirent.h functions opendir, readdir, closedir and dirfd.Siva Chandra Reddy
2022-04-04[libc] Add pthread_mutexattr_t type and its setters and getters.Siva Chandra Reddy
2022-01-27[libc] Add POSIX close, fsync, open, read and write functions.Siva Chandra Reddy
2022-01-27[libc][NFC] Move the POSIX write function to the default build on linux.Siva Chandra Reddy
2022-01-11[libc][NFC] Move sys/mman entrypoints to the default build configs.Siva Chandra Reddy
2021-12-16[libc] Disable signal.h API and its users.Siva Chandra Reddy
2021-08-26[libc] add inttypes headerMichael Jones
2021-08-23[libc] Enable string to integer conversion functions in the default buildMichael Jones
2021-03-12[libc] Introduce a full build mode CMake option.Siva Chandra Reddy
2020-12-03[libc] Add simple x86_64 floating point exception and rounding mode support.Siva Chandra Reddy
2020-11-30Initial commit of mktime.Raman Tenneti
2020-07-28[libc] Add scaffolding for ctype and implementation of isalphacgyurgyik
2020-04-17[libc] Add write(2) implementation for Linux and FDReader test utilityAlex Brachet
2020-04-14[libc] Add very basic stdio FILE and fwriteAlex Brachet
2020-03-11[libc] Add initial assert definitionAlex Brachet
2020-03-09[libc] Take 2: Add linux implementations of thrd_create and thrd_join functions.Siva Chandra Reddy
2020-03-05[libc]Revert "Add linux implementations of thrd_create and thrd_join functions."Siva Chandra Reddy
2020-03-05[libc] Add linux implementations of thrd_create and thrd_join functions.Siva Chandra Reddy
2020-03-05[libc] Create abort and _ExitAlex Brachet
2020-02-20[libc] Add Initial Support for SignalsAlex Brachet