summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2023-08-08chore: update to use Arm word across TF-AGovindraj Raja
2023-07-13feat(libc): add %X to printf/snprintfMatt Schulte
2023-06-13feat(lib): implement memcpy_s in libJit Loon Lim
2023-05-11feat(libc): add %c to printf/snprintfMaksims Svecovs
2023-01-11fix(libc): remove __putchar aliasYann Gautier
2022-12-01fix: unify fallthrough annotationsBoyan Karatotev
2022-10-04refactor(console): move putchar() to console driverClaus Pedersen
2022-09-27chore(libc): clean up includes in lib/libc/printf.cJorge Troncoso
2022-09-22refactor(libc): clean up dependencies in libcClaus Pedersen
2022-05-10feat(snprintf): add support for length specifierskadabi
2022-02-15fix(libc): correct some messagesYann Gautier
2022-02-10fix(libc): snprintf: include stdint.hAndre Przywara
2022-02-10fix(libc): limit snprintf radix valueAndre Przywara
2022-02-07fix(libc): fix snprintf corner casesAndre Przywara
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