1. c58a13e Add support for hexadecimal and pointer format specifiers to snprintf() by Javier Almansa Sobrino · Fri Aug 21 17:32:03 2020 +0100
  2. ad5ab07 Revert "libc/memset: Implement function in assembler" by Mark Dykes · Wed Aug 19 19:11:33 2020 +0000
  3. 3ad26ae libc/memset: Implement function in assembler by Alexei Fedorov · Sun Aug 16 16:01:13 2020 +0100
  4. 35248f2 libc: add memrchr by Ambroise Vincent · Wed Jun 19 17:14:09 2019 +0100
  5. 77389b2 libc: fix sparse warning for __assert() by Masahiro Yamada · Fri Jul 26 20:21:39 2019 +0900
  6. 782f7e6 libc: fix memchr implementation by Ambroise Vincent · Fri Jun 07 11:19:45 2019 +0100
  7. b237bca Remove several warnings reported with W=1 by Ambroise Vincent · Wed Feb 13 15:58:00 2019 +0000
  8. a884dfb libc: Move setjmp to libc folder by Antonio Nino Diaz · Fri Feb 08 13:20:37 2019 +0000
  9. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · Fri Dec 14 00:18:21 2018 +0000
  10. bbf55f9 libc: Adapt strlcpy to this codebase by Antonio Nino Diaz · Thu Sep 27 09:22:19 2018 +0100
  11. a76dbe3 libc: Import strlcpy from FreeBSD by Antonio Nino Diaz · Thu Sep 27 09:18:57 2018 +0100
  12. 12f0a0f libc: Integrate strrchr in libc by Antonio Nino Diaz · Fri Oct 19 00:57:10 2018 +0100
  13. 3aa06f0 libc: Import strrchr from FreeBSD by Antonio Nino Diaz · Fri Oct 19 00:57:01 2018 +0100
  14. 8942a1b Ensure the flow through switch statements is clear by Daniel Boulby · Fri Jun 22 14:16:03 2018 +0100
  15. 2e74f9b libc: Fix some MISRA defects by Antonio Nino Diaz · Thu Aug 23 15:11:46 2018 +0100
  16. d587646 backtrace: Print backtrace in assert() and panic() by Antonio Nino Diaz · Thu Aug 23 15:13:58 2018 +0100
  17. 00086e3 libc: Use printf and snprintf across codebase by Antonio Nino Diaz · Thu Aug 16 16:46:06 2018 +0100
  18. c0c8eb6 libc: Move tf_printf and tf_snprintf to libc by Antonio Nino Diaz · Wed Aug 15 17:02:28 2018 +0100
  19. 4b32e62 libc: Fix all includes in codebase by Antonio Nino Diaz · Thu Aug 16 16:52:57 2018 +0100
  20. 6ef1612 libc: Add AArch32 and AArch64 headers by Antonio Nino Diaz · Wed Aug 15 19:51:09 2018 +0100
  21. a5d668f libc: Cleanup FreeBSD files by Antonio Nino Diaz · Mon Aug 13 19:41:17 2018 +0100
  22. 7a7d63f libc: Import files from FreeBSD by Antonio Nino Diaz · Mon Aug 13 19:39:40 2018 +0100
  23. 1b465f8 libc: Introduce cdefs.h, assert.h and strlen.c by Antonio Nino Diaz · Mon Aug 13 19:51:26 2018 +0100
  24. 9eddb1e libc: Cleanup remaining files by Antonio Nino Diaz · Thu Aug 16 14:53:05 2018 +0100
  25. 71c16d9 libc: Remove printf-like functions by Antonio Nino Diaz · Wed Aug 15 16:54:55 2018 +0100
  26. 07d5621 libc: Remove sscanf() and timingsafe_bcmp() by Antonio Nino Diaz · Fri Aug 17 09:46:43 2018 +0100
  27. df9693a libc: Remove non-Arm files by Antonio Nino Diaz · Tue Aug 14 13:17:41 2018 +0100
  28. 64d4de0 Add atexit function to libc by Roberto Vargas · Thu May 24 13:34:53 2018 +0100
  29. 0f8f985 Create a library file for libc by Roberto Vargas · Tue May 08 10:27:10 2018 +0100