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