1. eee1959 fix(libc): correct some messages by Yann Gautier · 2 years, 5 months ago
  2. 94faff8 fix(libc): snprintf: include stdint.h by Andre Przywara · 2 years, 5 months ago
  3. 933cc5d fix(libc): limit snprintf radix value by Andre Przywara · 2 years, 5 months ago
  4. 3d95909 fix(libc): fix snprintf corner cases by Andre Przywara · 2 years, 6 months ago
  5. 6c3675b libc: memset: Fix MISRA issues by Andre Przywara · 3 years, 9 months ago
  6. 727830c libc: Import strtoull from FreeBSD project by Madhukar Pappireddy · 3 years, 5 months ago
  7. 83def83 libc: Import strtoll from FreeBSD project by Madhukar Pappireddy · 3 years, 5 months ago
  8. c74cae4 libc: Import strtoul from FreeBSD project by Madhukar Pappireddy · 3 years, 5 months ago
  9. 4febc08 libc: Import strtol from FreeBSD project by Madhukar Pappireddy · 3 years, 5 months ago
  10. 58bf3bf libc/snprintf: use macro to reduce duplicated code by Heyi Guo · 3 years, 5 months ago
  11. 11a16c8 libc/snprintf: add support to print "%" character by Heyi Guo · 3 years, 8 months ago
  12. eb250ed libc/printf: add support to print "%" character by Heyi Guo · 3 years, 8 months ago
  13. 39f9eee Don't return error information from console_flush by Jimmy Brisson · 4 years ago
  14. 741b1c0 Merge "plat/arm: Introduce and use libc_asm.mk makefile" into integration by Olivier Deprez · 3 years, 9 months ago
  15. d7e7be3 libc: Import strtok_r from FreeBSD project by Madhukar Pappireddy · 3 years, 10 months ago
  16. 0aa0896 Merge "libc: Import strlcat from FreeBSD project" into integration by Mark Dykes · 3 years, 10 months ago
  17. 134bf86 Merge "libc: Add support for vsnprintf()" into integration by Mark Dykes · 3 years, 10 months ago
  18. 3862970 libc: Add support for vsnprintf() by Madhukar Pappireddy · 3 years, 10 months ago
  19. af0cd5f libc: Import strlcat from FreeBSD project by Madhukar Pappireddy · 3 years, 10 months ago
  20. 16e7bcf libc: memset: improve performance by avoiding single byte writes by Andre Przywara · 3 years, 10 months ago
  21. 2381d2e plat/arm: Introduce and use libc_asm.mk makefile by Alexei Fedorov · 3 years, 10 months ago
  22. c58a13e Add support for hexadecimal and pointer format specifiers to snprintf() by Javier Almansa Sobrino · 3 years, 11 months ago
  23. ad5ab07 Revert "libc/memset: Implement function in assembler" by Mark Dykes · 3 years, 11 months ago
  24. 3ad26ae libc/memset: Implement function in assembler by Alexei Fedorov · 3 years, 11 months ago
  25. 35248f2 libc: add memrchr by Ambroise Vincent · 5 years ago
  26. 77389b2 libc: fix sparse warning for __assert() by Masahiro Yamada · 5 years ago
  27. 782f7e6 libc: fix memchr implementation by Ambroise Vincent · 5 years ago
  28. b237bca Remove several warnings reported with W=1 by Ambroise Vincent · 5 years ago
  29. a884dfb libc: Move setjmp to libc folder by Antonio Nino Diaz · 5 years ago
  30. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · 6 years ago
  31. bbf55f9 libc: Adapt strlcpy to this codebase by Antonio Nino Diaz · 6 years ago
  32. a76dbe3 libc: Import strlcpy from FreeBSD by Antonio Nino Diaz · 6 years ago
  33. 12f0a0f libc: Integrate strrchr in libc by Antonio Nino Diaz · 6 years ago
  34. 3aa06f0 libc: Import strrchr from FreeBSD by Antonio Nino Diaz · 6 years ago
  35. 8942a1b Ensure the flow through switch statements is clear by Daniel Boulby · 6 years ago
  36. 2e74f9b libc: Fix some MISRA defects by Antonio Nino Diaz · 6 years ago
  37. d587646 backtrace: Print backtrace in assert() and panic() by Antonio Nino Diaz · 6 years ago
  38. 00086e3 libc: Use printf and snprintf across codebase by Antonio Nino Diaz · 6 years ago
  39. c0c8eb6 libc: Move tf_printf and tf_snprintf to libc by Antonio Nino Diaz · 6 years ago
  40. 4b32e62 libc: Fix all includes in codebase by Antonio Nino Diaz · 6 years ago
  41. 6ef1612 libc: Add AArch32 and AArch64 headers by Antonio Nino Diaz · 6 years ago
  42. a5d668f libc: Cleanup FreeBSD files by Antonio Nino Diaz · 6 years ago
  43. 7a7d63f libc: Import files from FreeBSD by Antonio Nino Diaz · 6 years ago
  44. 1b465f8 libc: Introduce cdefs.h, assert.h and strlen.c by Antonio Nino Diaz · 6 years ago
  45. 9eddb1e libc: Cleanup remaining files by Antonio Nino Diaz · 6 years ago
  46. 71c16d9 libc: Remove printf-like functions by Antonio Nino Diaz · 6 years ago
  47. 07d5621 libc: Remove sscanf() and timingsafe_bcmp() by Antonio Nino Diaz · 6 years ago
  48. df9693a libc: Remove non-Arm files by Antonio Nino Diaz · 6 years ago
  49. 64d4de0 Add atexit function to libc by Roberto Vargas · 6 years ago
  50. 0f8f985 Create a library file for libc by Roberto Vargas · 6 years ago