aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* libc: Import strtoull from FreeBSD projectMadhukar Pappireddy2021-02-033-0/+114
* libc: Import strtoll from FreeBSD projectMadhukar Pappireddy2021-02-033-0/+136
* libc: Import strtoul from FreeBSD projectMadhukar Pappireddy2021-02-033-0/+114
* libc: Import strtol from FreeBSD projectMadhukar Pappireddy2021-02-033-4/+143
* libc/snprintf: use macro to reduce duplicated codeHeyi Guo2021-01-201-22/+14
* libc/snprintf: add support to print "%" characterHeyi Guo2021-01-201-1/+8
* libc/printf: add support to print "%" characterHeyi Guo2021-01-201-1/+4
* Don't return error information from console_flushJimmy Brisson2020-10-091-4/+4
* Merge "plat/arm: Introduce and use libc_asm.mk makefile" into integrationOlivier Deprez2020-09-243-0/+176
|\
| * plat/arm: Introduce and use libc_asm.mk makefileAlexei Fedorov2020-09-023-0/+176
* | libc: Import strtok_r from FreeBSD projectMadhukar Pappireddy2020-09-181-0/+83
* | Merge "libc: Import strlcat from FreeBSD project" into integrationMark Dykes2020-09-111-0/+56
|\ \
| * | libc: Import strlcat from FreeBSD projectMadhukar Pappireddy2020-09-091-0/+56
| |/
* | Merge "libc: Add support for vsnprintf()" into integrationMark Dykes2020-09-111-7/+37
|\ \
| * | libc: Add support for vsnprintf()Madhukar Pappireddy2020-09-111-7/+37
| |/
* / libc: memset: improve performance by avoiding single byte writesAndre Przywara2020-09-031-2/+32
|/
* Add support for hexadecimal and pointer format specifiers to snprintf()Javier Almansa Sobrino2020-08-261-16/+103
* Revert "libc/memset: Implement function in assembler"Mark Dykes2020-08-214-160/+20
* libc/memset: Implement function in assemblerAlexei Fedorov2020-08-194-20/+160
* libc: add memrchrAmbroise Vincent2019-12-112-0/+25
* libc: fix sparse warning for __assert()Masahiro Yamada2019-09-111-4/+5
* libc: fix memchr implementationAmbroise Vincent2019-06-201-2/+2
* Remove several warnings reported with W=1Ambroise Vincent2019-04-014-4/+8
* libc: Move setjmp to libc folderAntonio Nino Diaz2019-02-082-2/+68
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-045-8/+14
* libc: Adapt strlcpy to this codebaseAntonio Nino Diaz2018-11-022-5/+5
* libc: Import strlcpy from FreeBSDAntonio Nino Diaz2018-11-021-0/+53
* libc: Integrate strrchr in libcAntonio Nino Diaz2018-10-232-9/+2
* libc: Import strrchr from FreeBSDAntonio Nino Diaz2018-10-231-0/+57
* Ensure the flow through switch statements is clearDaniel Boulby2018-09-212-0/+3
* libc: Fix some MISRA defectsAntonio Nino Diaz2018-08-304-54/+74
* backtrace: Print backtrace in assert() and panic()Antonio Nino Diaz2018-08-301-2/+6
* libc: Use printf and snprintf across codebaseAntonio Nino Diaz2018-08-222-3/+4
* libc: Move tf_printf and tf_snprintf to libcAntonio Nino Diaz2018-08-223-2/+317
* libc: Fix all includes in codebaseAntonio Nino Diaz2018-08-221-1/+2
* libc: Add AArch32 and AArch64 headersAntonio Nino Diaz2018-08-221-1/+1
* libc: Cleanup FreeBSD filesAntonio Nino Diaz2018-08-224-19/+16
* libc: Import files from FreeBSDAntonio Nino Diaz2018-08-224-0/+207
* libc: Introduce cdefs.h, assert.h and strlen.cAntonio Nino Diaz2018-08-221-0/+17
* libc: Cleanup remaining filesAntonio Nino Diaz2018-08-2211-116/+123
* libc: Remove printf-like functionsAntonio Nino Diaz2018-08-222-584/+0
* libc: Remove sscanf() and timingsafe_bcmp()Antonio Nino Diaz2018-08-223-67/+2
* libc: Remove non-Arm filesAntonio Nino Diaz2018-08-225-259/+0
* Add atexit function to libcRoberto Vargas2018-08-031-4/+16
* Create a library file for libcRoberto Vargas2018-08-0316-0/+1144