1. 0337922 fix(libc): memset inclusion to libc makefiles by Olivier Deprez · 4 months ago
  2. 91cb049 fix(libc): add memcpy_s source file to libc_asm mk by Olivier Deprez · 4 months ago
  3. 746c0af feat(libc): add printf support for space padding by Juan Pablo Conde · 7 months ago
  4. eee28e7 chore: update to use Arm word across TF-A by Govindraj Raja · 10 months ago
  5. 50851f0 feat(libc): add %X to printf/snprintf by Matt Schulte · 11 months ago
  6. 410c451 feat(lib): implement memcpy_s in lib by Jit Loon Lim · 1 year ago
  7. bed5521 feat(libc): add %c to printf/snprintf by Maksims Svecovs · 1 year, 1 month ago
  8. a55b914 fix(libc): remove __putchar alias by Yann Gautier · 1 year, 5 months ago
  9. 8726600 fix: unify fallthrough annotations by Boyan Karatotev · 1 year, 7 months ago
  10. 63f7586 refactor(console): move putchar() to console driver by Claus Pedersen · 1 year, 9 months ago
  11. a7538dc chore(libc): clean up includes in lib/libc/printf.c by Jorge Troncoso · 1 year, 8 months ago
  12. 785e66c refactor(libc): clean up dependencies in libc by Claus Pedersen · 1 year, 9 months ago
  13. 76c3f5b feat(snprintf): add support for length specifiers by kadabi · 2 years, 3 months ago
  14. eee1959 fix(libc): correct some messages by Yann Gautier · 2 years, 4 months ago
  15. 94faff8 fix(libc): snprintf: include stdint.h by Andre Przywara · 2 years, 4 months ago
  16. 933cc5d fix(libc): limit snprintf radix value by Andre Przywara · 2 years, 4 months ago
  17. 3d95909 fix(libc): fix snprintf corner cases by Andre Przywara · 2 years, 5 months ago
  18. 6c3675b libc: memset: Fix MISRA issues by Andre Przywara · 3 years, 8 months ago
  19. 727830c libc: Import strtoull from FreeBSD project by Madhukar Pappireddy · 3 years, 4 months ago
  20. 83def83 libc: Import strtoll from FreeBSD project by Madhukar Pappireddy · 3 years, 4 months ago
  21. c74cae4 libc: Import strtoul from FreeBSD project by Madhukar Pappireddy · 3 years, 4 months ago
  22. 4febc08 libc: Import strtol from FreeBSD project by Madhukar Pappireddy · 3 years, 4 months ago
  23. 58bf3bf libc/snprintf: use macro to reduce duplicated code by Heyi Guo · 3 years, 4 months ago
  24. 11a16c8 libc/snprintf: add support to print "%" character by Heyi Guo · 3 years, 7 months ago
  25. eb250ed libc/printf: add support to print "%" character by Heyi Guo · 3 years, 7 months ago
  26. 39f9eee Don't return error information from console_flush by Jimmy Brisson · 3 years, 10 months ago
  27. 741b1c0 Merge "plat/arm: Introduce and use libc_asm.mk makefile" into integration by Olivier Deprez · 3 years, 8 months ago
  28. d7e7be3 libc: Import strtok_r from FreeBSD project by Madhukar Pappireddy · 3 years, 9 months ago
  29. 0aa0896 Merge "libc: Import strlcat from FreeBSD project" into integration by Mark Dykes · 3 years, 9 months ago
  30. 134bf86 Merge "libc: Add support for vsnprintf()" into integration by Mark Dykes · 3 years, 9 months ago
  31. 3862970 libc: Add support for vsnprintf() by Madhukar Pappireddy · 3 years, 9 months ago
  32. af0cd5f libc: Import strlcat from FreeBSD project by Madhukar Pappireddy · 3 years, 9 months ago
  33. 16e7bcf libc: memset: improve performance by avoiding single byte writes by Andre Przywara · 3 years, 9 months ago
  34. 2381d2e plat/arm: Introduce and use libc_asm.mk makefile by Alexei Fedorov · 3 years, 9 months ago
  35. c58a13e Add support for hexadecimal and pointer format specifiers to snprintf() by Javier Almansa Sobrino · 3 years, 10 months ago
  36. ad5ab07 Revert "libc/memset: Implement function in assembler" by Mark Dykes · 3 years, 10 months ago
  37. 3ad26ae libc/memset: Implement function in assembler by Alexei Fedorov · 3 years, 10 months ago
  38. 35248f2 libc: add memrchr by Ambroise Vincent · 5 years ago
  39. 77389b2 libc: fix sparse warning for __assert() by Masahiro Yamada · 4 years, 10 months ago
  40. 782f7e6 libc: fix memchr implementation by Ambroise Vincent · 5 years ago
  41. b237bca Remove several warnings reported with W=1 by Ambroise Vincent · 5 years ago
  42. a884dfb libc: Move setjmp to libc folder by Antonio Nino Diaz · 5 years ago
  43. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · 5 years ago
  44. bbf55f9 libc: Adapt strlcpy to this codebase by Antonio Nino Diaz · 6 years ago
  45. a76dbe3 libc: Import strlcpy from FreeBSD by Antonio Nino Diaz · 6 years ago
  46. 12f0a0f libc: Integrate strrchr in libc by Antonio Nino Diaz · 6 years ago
  47. 3aa06f0 libc: Import strrchr from FreeBSD by Antonio Nino Diaz · 6 years ago
  48. 8942a1b Ensure the flow through switch statements is clear by Daniel Boulby · 6 years ago
  49. 2e74f9b libc: Fix some MISRA defects by Antonio Nino Diaz · 6 years ago
  50. d587646 backtrace: Print backtrace in assert() and panic() by Antonio Nino Diaz · 6 years ago
  51. 00086e3 libc: Use printf and snprintf across codebase by Antonio Nino Diaz · 6 years ago
  52. c0c8eb6 libc: Move tf_printf and tf_snprintf to libc by Antonio Nino Diaz · 6 years ago
  53. 4b32e62 libc: Fix all includes in codebase by Antonio Nino Diaz · 6 years ago
  54. 6ef1612 libc: Add AArch32 and AArch64 headers by Antonio Nino Diaz · 6 years ago
  55. a5d668f libc: Cleanup FreeBSD files by Antonio Nino Diaz · 6 years ago
  56. 7a7d63f libc: Import files from FreeBSD by Antonio Nino Diaz · 6 years ago
  57. 1b465f8 libc: Introduce cdefs.h, assert.h and strlen.c by Antonio Nino Diaz · 6 years ago
  58. 9eddb1e libc: Cleanup remaining files by Antonio Nino Diaz · 6 years ago
  59. 71c16d9 libc: Remove printf-like functions by Antonio Nino Diaz · 6 years ago
  60. 07d5621 libc: Remove sscanf() and timingsafe_bcmp() by Antonio Nino Diaz · 6 years ago
  61. df9693a libc: Remove non-Arm files by Antonio Nino Diaz · 6 years ago
  62. 64d4de0 Add atexit function to libc by Roberto Vargas · 6 years ago
  63. 0f8f985 Create a library file for libc by Roberto Vargas · 6 years ago