- e0b6826 refactor(console): move putchar() to console driver by Claus Pedersen · 2 years, 10 months ago
- c5862af chore(libc): clean up includes in lib/libc/printf.c by Jorge Troncoso · 2 years, 9 months ago
- 885e268 refactor(libc): clean up dependencies in libc by Claus Pedersen · 2 years, 10 months ago
- 701e94b feat(snprintf): add support for length specifiers by kadabi · 3 years, 4 months ago
- a211fde fix(libc): correct some messages by Yann Gautier · 3 years, 5 months ago
- 410c925 fix(libc): snprintf: include stdint.h by Andre Przywara · 3 years, 5 months ago
- b30dd40 fix(libc): limit snprintf radix value by Andre Przywara · 3 years, 5 months ago
- c1f5a09 fix(libc): fix snprintf corner cases by Andre Przywara · 3 years, 7 months ago
- 005415a libc: memset: Fix MISRA issues by Andre Przywara · 4 years, 9 months ago
- d56b957 libc: Import strtoull from FreeBSD project by Madhukar Pappireddy · 4 years, 5 months ago
- 587c155 libc: Import strtoll from FreeBSD project by Madhukar Pappireddy · 4 years, 5 months ago
- 15c1c14 libc: Import strtoul from FreeBSD project by Madhukar Pappireddy · 4 years, 5 months ago
- 015240d libc: Import strtol from FreeBSD project by Madhukar Pappireddy · 4 years, 5 months ago
- 7981c50 libc/snprintf: use macro to reduce duplicated code by Heyi Guo · 4 years, 6 months ago
- c654615 libc/snprintf: add support to print "%" character by Heyi Guo · 4 years, 8 months ago
- 128c5f0 libc/printf: add support to print "%" character by Heyi Guo · 4 years, 8 months ago
- 831b0e9 Don't return error information from console_flush by Jimmy Brisson · 5 years ago
- 2102327 Merge "plat/arm: Introduce and use libc_asm.mk makefile" into integration by Olivier Deprez · 4 years, 9 months ago
- 374eef0 libc: Import strtok_r from FreeBSD project by Madhukar Pappireddy · 4 years, 10 months ago
- 34029d0 Merge "libc: Import strlcat from FreeBSD project" into integration by Mark Dykes · 4 years, 10 months ago
- ddf0431 Merge "libc: Add support for vsnprintf()" into integration by Mark Dykes · 4 years, 10 months ago
- 7764868 libc: Add support for vsnprintf() by Madhukar Pappireddy · 4 years, 10 months ago
- 1123a5e libc: Import strlcat from FreeBSD project by Madhukar Pappireddy · 4 years, 10 months ago
- 75fab64 libc: memset: improve performance by avoiding single byte writes by Andre Przywara · 4 years, 10 months ago
- e3f2b1a plat/arm: Introduce and use libc_asm.mk makefile by Alexei Fedorov · 4 years, 10 months ago
- 524eecc Add support for hexadecimal and pointer format specifiers to snprintf() by Javier Almansa Sobrino · 4 years, 11 months ago
- f5402ef Revert "libc/memset: Implement function in assembler" by Mark Dykes · 4 years, 11 months ago
- e7d344d libc/memset: Implement function in assembler by Alexei Fedorov · 4 years, 11 months ago
- ebff107 libc: add memrchr by Ambroise Vincent · 6 years ago
- f906a44 libc: fix sparse warning for __assert() by Masahiro Yamada · 6 years ago
- 294062f libc: fix memchr implementation by Ambroise Vincent · 6 years ago
- 609e053 Remove several warnings reported with W=1 by Ambroise Vincent · 6 years ago
- 70b0f27 libc: Move setjmp to libc folder by Antonio Nino Diaz · 6 years ago
- 09d40e0 Sanitise includes across codebase by Antonio Nino Diaz · 7 years ago
- b4cf974 libc: Adapt strlcpy to this codebase by Antonio Nino Diaz · 7 years ago
- b3e9214 libc: Import strlcpy from FreeBSD by Antonio Nino Diaz · 7 years ago
- 1a29aba libc: Integrate strrchr in libc by Antonio Nino Diaz · 7 years ago
- 668afe2 libc: Import strrchr from FreeBSD by Antonio Nino Diaz · 7 years ago
- a08a201 Ensure the flow through switch statements is clear by Daniel Boulby · 7 years ago
- d5ccb75 libc: Fix some MISRA defects by Antonio Nino Diaz · 7 years ago
- 3e530d8 backtrace: Print backtrace in assert() and panic() by Antonio Nino Diaz · 7 years ago
- 39b6cc6 libc: Use printf and snprintf across codebase by Antonio Nino Diaz · 7 years ago
- 870ce3d libc: Move tf_printf and tf_snprintf to libc by Antonio Nino Diaz · 7 years ago
- 93c78ed libc: Fix all includes in codebase by Antonio Nino Diaz · 7 years ago
- 7c0ff9c libc: Add AArch32 and AArch64 headers by Antonio Nino Diaz · 7 years ago
- 2c5aca6 libc: Cleanup FreeBSD files by Antonio Nino Diaz · 7 years ago
- c6fdaa7 libc: Import files from FreeBSD by Antonio Nino Diaz · 7 years ago
- 8bb6de1 libc: Introduce cdefs.h, assert.h and strlen.c by Antonio Nino Diaz · 7 years ago
- 4661abc libc: Cleanup remaining files by Antonio Nino Diaz · 7 years ago
- 7addcb3 libc: Remove printf-like functions by Antonio Nino Diaz · 7 years ago
- 90f2d45 libc: Remove sscanf() and timingsafe_bcmp() by Antonio Nino Diaz · 7 years ago
- 091f396 libc: Remove non-Arm files by Antonio Nino Diaz · 7 years ago
- 6c37334 Add atexit function to libc by Roberto Vargas · 7 years ago
- 61f72a3 Create a library file for libc by Roberto Vargas · 7 years ago