summaryrefslogtreecommitdiff
path: root/libc/src/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [libc] add basic wide char functionsMichael Jones2023-03-201-0/+1
* [libc] Implement htonl and htonsRaman Tenneti2023-02-161-0/+1
* [libc] re-enable assertMichael Jones2022-11-151-3/+1
* [libc] Add x86_64 implementation of setjmp and longjmp.Siva Chandra Reddy2022-11-011-0/+1
* [libc] Add termios.h and the implementation of functions declared in it.Siva Chandra Reddy2022-10-181-0/+1
* [libc] Add POSIX functions posix_spawn_file_actions_*.Siva Chandra Reddy2022-10-111-0/+1
* [libc] Re-enable functions from signal.h and re-enable abort.Siva Chandra Reddy2022-09-301-1/+1
* [libc] Add GNU extension functions sched_getaffinity and sched_setaffinity.Siva Chandra Reddy2022-09-291-0/+1
* [libc] enable s(n)printf without fullbuildMichael Jones2022-08-151-1/+1
* [libc] Add dirent.h functions opendir, readdir, closedir and dirfd.Siva Chandra Reddy2022-07-251-0/+1
* [libc] Add pthread_mutexattr_t type and its setters and getters.Siva Chandra Reddy2022-04-041-0/+1
* [libc] Add POSIX close, fsync, open, read and write functions.Siva Chandra Reddy2022-01-271-0/+1
* [libc][NFC] Move the POSIX write function to the default build on linux.Siva Chandra Reddy2022-01-271-1/+1
* [libc][NFC] Move sys/mman entrypoints to the default build configs.Siva Chandra Reddy2022-01-111-2/+4
* [libc] Disable signal.h API and its users.Siva Chandra Reddy2021-12-161-2/+4
* [libc] add inttypes headerMichael Jones2021-08-261-0/+1
* [libc] Enable string to integer conversion functions in the default buildMichael Jones2021-08-231-1/+1
* [libc] Introduce a full build mode CMake option.Siva Chandra Reddy2021-03-121-4/+9
* [libc] Add simple x86_64 floating point exception and rounding mode support.Siva Chandra Reddy2020-12-031-0/+1
* Initial commit of mktime.Raman Tenneti2020-11-301-0/+1
* [libc] Add scaffolding for ctype and implementation of isalphacgyurgyik2020-07-281-0/+1
* [libc] Add write(2) implementation for Linux and FDReader test utilityAlex Brachet2020-04-171-0/+1
* [libc] Add very basic stdio FILE and fwriteAlex Brachet2020-04-141-0/+1
* [libc] Add initial assert definitionAlex Brachet2020-03-111-0/+1
* [libc] Take 2: Add linux implementations of thrd_create and thrd_join functions.Siva Chandra Reddy2020-03-091-0/+1
* [libc]Revert "Add linux implementations of thrd_create and thrd_join functions."Siva Chandra Reddy2020-03-051-1/+0
* [libc] Add linux implementations of thrd_create and thrd_join functions.Siva Chandra Reddy2020-03-051-0/+1
* [libc] Create abort and _ExitAlex Brachet2020-03-051-0/+1
* [libc] Add Initial Support for SignalsAlex Brachet2020-02-201-0/+1
* [libc] Move the implementation of mmap and munmap into a linux specific area.Siva Chandra Reddy2020-01-241-1/+0
* Add implementations of POSIX mmap and munmap functions.Siva Chandra Reddy2019-12-231-0/+3
* [libc] Add implementation of errno and define the other macros of errno.h.Siva Chandra Reddy2019-12-091-1/+2
* Illustrate a redirector using the example of round function from math.h.Siva Chandra Reddy2019-11-011-0/+1
* Add few docs and implementation of strcpy and strcat.Siva Chandra2019-10-041-0/+3