summaryrefslogtreecommitdiff
path: root/libc/lib
Commit message (Expand)AuthorAgeFilesLines
* [libc] Add implementations of round and roundf.Siva Chandra Reddy2020-06-091-6/+0
* [libc] Skip entrypoints not present in the entrypoints list.Siva Chandra Reddy2020-06-091-5/+2
* [libc] Add integration tests.Paula Toth2020-06-021-57/+4
* [libc] Add implementations of ceil[f], floor[f] and trunc[f] from math.h.Siva Chandra Reddy2020-06-011-0/+6
* [libc] Add implementation of call_once from threads.h.Siva Chandra Reddy2020-05-281-0/+1
* [libc] Add memset and bzero implementationsGuillaume Chatelet2020-05-201-1/+3
* [libc] Move implementations of expf and exp2f from the AOR to src/math.Siva Chandra Reddy2020-05-151-0/+2
* [libc] Add implementation of fabs and fabsf.Siva Chandra Reddy2020-05-151-0/+2
* [libc] Add strlen to library entrypoints.Paula Toth2020-04-281-0/+1
* [libc] Add spec for sigdelset and sigfillset.Paula Toth2020-04-231-0/+2
* [libc] Add write(2) implementation for Linux and FDReader test utilityAlex Brachet2020-04-171-0/+3
* [libc] Move implementations of cosf, sinf, sincosf to src/math directory.Siva Chandra Reddy2020-04-161-0/+3
* [libc] Add fully-qualified target names.Siva Chandra Reddy2020-04-101-25/+25
* [libc] Add signalAlex Brachet2020-03-221-0/+1
* [libc] Adding memcpy implementation for x86_64Guillaume Chatelet2020-03-181-0/+1
* [libc] Add sigactionAlex Brachet2020-03-181-0/+1
* [libc] Add initial assert definitionAlex Brachet2020-03-111-0/+3
* [libc] Add simple implementations of mtx_lock and mtx_unlock.Siva Chandra Reddy2020-03-091-0/+3
* [libc] Take 2: Add linux implementations of thrd_create and thrd_join functions.Siva Chandra Reddy2020-03-091-0/+4
* [libc]Revert "Add linux implementations of thrd_create and thrd_join functions."Siva Chandra Reddy2020-03-051-4/+0
* [libc] Add linux implementations of thrd_create and thrd_join functions.Siva Chandra Reddy2020-03-051-0/+4
* [libc] Create abort and _ExitAlex Brachet2020-03-051-0/+4
* [libc] Add sigprocmaskAlex Brachet2020-03-021-0/+3
* [libc] Add Initial Support for SignalsAlex Brachet2020-02-201-0/+3
* Add implementations of POSIX mmap and munmap functions.Siva Chandra Reddy2019-12-231-0/+4
* [libc] Add implementation of errno and define the other macros of errno.h.Siva Chandra Reddy2019-12-091-1/+3
* Illustrate a redirector using the example of round function from math.h.Siva Chandra Reddy2019-11-011-1/+14
* Add few docs and implementation of strcpy and strcat.Siva Chandra2019-10-041-0/+9