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