summaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* 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