arm-trusted-firmware / lib / libc /
@Olivier Deprez Olivier Deprez authored on 24 Sep 2020
TrustedFirmware Code Review committed on 24 Sep 2020
..
aarch32 plat/arm: Introduce and use libc_asm.mk makefile 3 years ago
aarch64 plat/arm: Introduce and use libc_asm.mk makefile 3 years ago
abort.c Sanitise includes across codebase 5 years ago
assert.c libc: fix sparse warning for __assert() 4 years ago
exit.c libc: Fix some MISRA defects 5 years ago
libc.mk Revert "libc/memset: Implement function in assembler" 3 years ago
libc_asm.mk plat/arm: Introduce and use libc_asm.mk makefile 3 years ago
memchr.c libc: fix memchr implementation 4 years ago
memcmp.c Remove several warnings reported with W=1 5 years ago
memcpy.c Remove several warnings reported with W=1 5 years ago
memmove.c libc: Cleanup remaining files 5 years ago
memrchr.c libc: add memrchr 4 years ago
memset.c libc: memset: improve performance by avoiding single byte writes 3 years ago
printf.c Sanitise includes across codebase 5 years ago
putchar.c Sanitise includes across codebase 5 years ago
puts.c libc: Fix some MISRA defects 5 years ago
snprintf.c libc: Add support for vsnprintf() 3 years ago
strchr.c libc: Cleanup FreeBSD files 5 years ago
strcmp.c libc: Cleanup FreeBSD files 5 years ago
strlcat.c libc: Import strlcat from FreeBSD project 3 years ago
strlcpy.c libc: Adapt strlcpy to this codebase 5 years ago
strlen.c libc: Introduce cdefs.h, assert.h and strlen.c 5 years ago
strncmp.c libc: Cleanup FreeBSD files 5 years ago
strnlen.c libc: Cleanup FreeBSD files 5 years ago
strrchr.c libc: Integrate strrchr in libc 5 years ago
strtok.c libc: Import strtok_r from FreeBSD project 3 years ago