aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2021-02-24libc: memset: Fix MISRA issuesAndre Przywara
2021-02-03libc: Import strtoull from FreeBSD projectMadhukar Pappireddy
2021-02-03libc: Import strtoll from FreeBSD projectMadhukar Pappireddy
2021-02-03libc: Import strtoul from FreeBSD projectMadhukar Pappireddy
2021-02-03libc: Import strtol from FreeBSD projectMadhukar Pappireddy
2021-01-20libc/snprintf: use macro to reduce duplicated codeHeyi Guo
2021-01-20libc/snprintf: add support to print "%" characterHeyi Guo
2021-01-20libc/printf: add support to print "%" characterHeyi Guo
2020-10-09Don't return error information from console_flushJimmy Brisson
2020-09-24Merge "plat/arm: Introduce and use libc_asm.mk makefile" into integrationOlivier Deprez
2020-09-18libc: Import strtok_r from FreeBSD projectMadhukar Pappireddy
2020-09-11Merge "libc: Import strlcat from FreeBSD project" into integrationMark Dykes
2020-09-11Merge "libc: Add support for vsnprintf()" into integrationMark Dykes
2020-09-11libc: Add support for vsnprintf()Madhukar Pappireddy
2020-09-09libc: Import strlcat from FreeBSD projectMadhukar Pappireddy
2020-09-03libc: memset: improve performance by avoiding single byte writesAndre Przywara
2020-09-02plat/arm: Introduce and use libc_asm.mk makefileAlexei Fedorov
2020-08-26Add support for hexadecimal and pointer format specifiers to snprintf()Javier Almansa Sobrino
2020-08-21Revert "libc/memset: Implement function in assembler"Mark Dykes
2020-08-19libc/memset: Implement function in assemblerAlexei Fedorov
2019-12-11libc: add memrchrAmbroise Vincent
2019-09-11libc: fix sparse warning for __assert()Masahiro Yamada
2019-06-20libc: fix memchr implementationAmbroise Vincent
2019-04-01Remove several warnings reported with W=1Ambroise Vincent
2019-02-08libc: Move setjmp to libc folderAntonio Nino Diaz
2019-01-04Sanitise includes across codebaseAntonio Nino Diaz
2018-11-02libc: Adapt strlcpy to this codebaseAntonio Nino Diaz
2018-11-02libc: Import strlcpy from FreeBSDAntonio Nino Diaz
2018-10-23libc: Integrate strrchr in libcAntonio Nino Diaz
2018-10-23libc: Import strrchr from FreeBSDAntonio Nino Diaz
2018-09-21Ensure the flow through switch statements is clearDaniel Boulby
2018-08-30libc: Fix some MISRA defectsAntonio Nino Diaz
2018-08-30backtrace: Print backtrace in assert() and panic()Antonio Nino Diaz
2018-08-22libc: Use printf and snprintf across codebaseAntonio Nino Diaz
2018-08-22libc: Move tf_printf and tf_snprintf to libcAntonio Nino Diaz
2018-08-22libc: Fix all includes in codebaseAntonio Nino Diaz
2018-08-22libc: Add AArch32 and AArch64 headersAntonio Nino Diaz
2018-08-22libc: Cleanup FreeBSD filesAntonio Nino Diaz
2018-08-22libc: Import files from FreeBSDAntonio Nino Diaz
2018-08-22libc: Introduce cdefs.h, assert.h and strlen.cAntonio Nino Diaz
2018-08-22libc: Cleanup remaining filesAntonio Nino Diaz
2018-08-22libc: Remove printf-like functionsAntonio Nino Diaz
2018-08-22libc: Remove sscanf() and timingsafe_bcmp()Antonio Nino Diaz
2018-08-22libc: Remove non-Arm filesAntonio Nino Diaz
2018-08-03Add atexit function to libcRoberto Vargas
2018-08-03Create a library file for libcRoberto Vargas