1. 7dc2097 lib: os: cbprintf: fix typo exteral -> external by Daniel Leung · 2 years, 7 months ago
  2. a8a4fec teslibct: don't allow picolib tests for ARC MWDT toolchain by Evgeniy Paltsev · 2 years, 7 months ago
  3. 8865d4d picolibc: Don't select TLS without toolchain support by Keith Packard · 2 years, 7 months ago
  4. f0216a2 libc/picolibc: Place malloc heap in noinit section if possible by Keith Packard · 2 years, 7 months ago
  5. e696de1 lib: os: disable PRINTK_SYNC while using EFI console as log backend by Enjia Mai · 2 years, 7 months ago
  6. 09b4182 lib: os: spsc_pbuf: Fix free space calculation by Krzysztof Chruscinski · 2 years, 8 months ago
  7. dfa71ca lib: os: Fix warning on XCC by Flavio Ceolin · 2 years, 8 months ago
  8. b6dcdb1 lib: os: spsc_pbuf: Improve data cache configuration by Krzysztof Chruscinski · 2 years, 8 months ago
  9. 0fe2c1f everywhere: Fix legacy include paths by Tomislav Milkovic · 2 years, 8 months ago
  10. e4d11fe lib: mem_blocks: add a usage test for a block by Marcin Szkudlinski · 2 years, 8 months ago
  11. 3b7818b lib/os: use generic mem stats structure for heap by Peter Mitsis · 2 years, 8 months ago
  12. d061366 lib/os: add statistics tracking to mem_blocks by Peter Mitsis · 2 years, 8 months ago
  13. da0398d posix: pthread: consider PTHREAD_EXITED state in pthread_create by Christopher Friedt · 2 years, 8 months ago
  14. 4f65bf6 scripts: move gen_strerror_table.py to scripts/build by Anas Nashif · 2 years, 8 months ago
  15. 21aa4a9 lib: open-amp: support resource table on C++ applications by Alexander Dengg · 2 years, 9 months ago
  16. 65337bc lib: add mising braces to single line if statements by Anas Nashif · 2 years, 9 months ago
  17. b8d4a31 lib: libc: picolibc: Initialise libc heap during POST_KERNEL phase by Stephanos Ioannidis · 2 years, 9 months ago
  18. 43e1c28 lib: libc: newlib: Initialise libc heap during POST_KERNEL phase by Stephanos Ioannidis · 2 years, 9 months ago
  19. db0748c lib: libc: minimal: Initialise libc heap during POST_KERNEL phase by Stephanos Ioannidis · 2 years, 9 months ago
  20. b391993 lib: posix: add perror() implementation by Christopher Friedt · 2 years, 9 months ago
  21. 4cc4437 libc: minimal: add strerror and strerror_r function by Christopher Friedt · 2 years, 9 months ago
  22. de4b564 zephyr: Fix n=0 for utf8_lcpy by Emil Gydesen · 2 years, 9 months ago
  23. 8521b43 coding guidelines: comply with MISRA C:2012 Rule 21.13 by Abramo Bagnara · 2 years, 9 months ago
  24. 795500b coding guidelines: comply with MISRA C:2012 Rule 9.3 by Abramo Bagnara · 2 years, 9 months ago
  25. bc234fb libc/picolibc: Rework malloc arena setup by Keith Packard · 2 years, 9 months ago
  26. 715ae32 lib: os: spsc_pbuf: Add option to get maximum utilization by Krzysztof Chruscinski · 2 years, 9 months ago
  27. fa055f7 lib: os: spsc_pbuf: Extend API with zero copy model by Krzysztof Chruscinski · 2 years, 9 months ago
  28. 866f1cb lib/cbprintf: Disable tagged arguments with picolibc by Keith Packard · 2 years, 9 months ago
  29. 2d20faa lib/os: Replace cbvprintf and printfcb family when using picolibc by Keith Packard · 2 years, 9 months ago
  30. d90fa56 lib/printk: Use picolibc's vfprintf instead of cbvprintf by Keith Packard · 2 years, 9 months ago
  31. d465dbb lib/printk: Removed unused 'count' field in printk context by Keith Packard · 2 years, 9 months ago
  32. ecee708 lib/printk: Use picolibc's snprintf/vsnprintf for snprintk/vsnprintk by Keith Packard · 2 years, 9 months ago
  33. 9d433c8 lib: posix: semaphore: use consistent timebase in sem_timedwait by Christopher Friedt · 2 years, 9 months ago
  34. edc9839 lib: os: Remove unneeded assignment by Andrei Emeltchenko · 2 years, 9 months ago
  35. 0984aed libc/picolibc: When !TLS, use zephyr errno by Keith Packard · 2 years, 9 months ago
  36. d1d5acd coding guidelines: comply with MISRA C:2012 Rule 8.2 by Abramo Bagnara · 2 years, 9 months ago
  37. d0c75f3 lib/libc: Add picolibc support (aarch32, aarch64 and RISC-V) [v21] by Keith Packard · 2 years, 9 months ago
  38. 7f6b762 lib/os: winstream: properly include string.h for memcpy by Kai Vehmanen · 2 years, 9 months ago
  39. ada9ca4 coding guidelines: comply with MISRA C:2012 Rule 7.2 by Abramo Bagnara · 2 years, 9 months ago
  40. 11267a3 lib/os/cbprintf: Use signed char for %hhd format by Keith Packard · 2 years, 10 months ago
  41. 0829610 lib: os: spsc_pbuf: Add option to use cache by Krzysztof Chruscinski · 2 years, 10 months ago
  42. 2f189e3 lib: os: Rename icmsg_buf to spsc_pbuf by Krzysztof Chruscinski · 2 years, 10 months ago
  43. aff6e8b lib: os: cbprint: enable tagged arguments for packaging by Daniel Leung · 2 years, 10 months ago
  44. 29128bf lib: mpsc_pbuf: Fix compilation unused-but-set-variable warning by Andrei Emeltchenko · 2 years, 10 months ago
  45. 3cf5c3c lib: ring_buf: Make code consistent by Andrei Emeltchenko · 2 years, 10 months ago
  46. e63eedc lib: ring_buf: Fix unused-but-set compilation warnings by Andrei Emeltchenko · 2 years, 10 months ago
  47. 14b6f49 lib: bitarray: Remove dead statement by Andrei Emeltchenko · 2 years, 10 months ago
  48. ec1c85b lib: os: Extend Json library API and type update by Juha Heiskanen · 2 years, 10 months ago
  49. c62a380 lib: os: Fix unused variable set warning by Andrei Emeltchenko · 2 years, 10 months ago
  50. 0c934e2 lib: rb: Remove unneeded statement by Andrei Emeltchenko · 2 years, 10 months ago
  51. 3074b58 libc: sqrtf: Remove dead assignment by Andrei Emeltchenko · 2 years, 10 months ago
  52. eb71003 libc: minimal: Fix gmtime() userspace support by Stephanos Ioannidis · 2 years, 10 months ago
  53. 2bcb713 libc: Define Z_LIBC_DATA macro globally by Stephanos Ioannidis · 2 years, 10 months ago
  54. 4735e10 libc: minimal: Introduce CONFIG_MINIMAL_LIBC_NON_REENTRANT_FUNCTIONS by Stephanos Ioannidis · 2 years, 10 months ago
  55. b290926 libc: minimal: Add reentrant rand_r function by Stephanos Ioannidis · 2 years, 10 months ago
  56. d755050 libc: minimal: Add PRIxMAX macros for [u]intmax_t by Stephanos Ioannidis · 2 years, 10 months ago
  57. c3f80aa libc: minimal: Add PRIx{FAST,LEAST}N macros by Stephanos Ioannidis · 2 years, 10 months ago
  58. c2db0c5 libc: minimal: Add strstr implementation by Stephanos Ioannidis · 2 years, 10 months ago
  59. 8c086d5 libc: minimal: Remove incompatibly licensed strstr function by Stephanos Ioannidis · 2 years, 10 months ago
  60. c96f15e libc: minimal: Add strtoull implementation by Stephanos Ioannidis · 2 years, 10 months ago
  61. c6b75cd libc: minimal: Remove incompatibly licensed strtoull function by Stephanos Ioannidis · 2 years, 10 months ago
  62. 25b903c libc: minimal: Add strtoll implementation by Stephanos Ioannidis · 2 years, 10 months ago
  63. 570ed08 libc: minimal: Remove incompatibly licensed strtoll function by Stephanos Ioannidis · 2 years, 10 months ago
  64. 4c78607 libc: minimal: Add strtoul implementation by Stephanos Ioannidis · 2 years, 10 months ago
  65. b6b1edb libc: minimal: Remove incompatibly licensed strtoul function by Stephanos Ioannidis · 2 years, 10 months ago
  66. f1563751 libc: minimal: Add strtol implementation by Stephanos Ioannidis · 2 years, 10 months ago
  67. 35caf38 libc: minimal: Remove incompatibly licensed strtol function by Stephanos Ioannidis · 2 years, 10 months ago
  68. 3df84e6 lib: smf: fix include by Tomislav Milkovic · 2 years, 10 months ago
  69. e5471a2 p4wq: register log module with default log level by Anas Nashif · 2 years, 10 months ago
  70. 05946ed lib/libc/minimal: Move sqrt/sqrtf from samples by Keith Packard · 2 years, 10 months ago
  71. 5cf1193 lib/posix/fs: fix end-of-dir in readdir by Rico Ganahl · 2 years, 10 months ago
  72. 2d937f0 lib: os: mpsc_pbuf: null check notify_drop callback by Matt Campbell · 2 years, 11 months ago
  73. cbd31d7 lib: migrate includes to <zephyr/...> by Gerard Marull-Paretas · 2 years, 11 months ago
  74. 4b4c5bf lib: os: cbprintf: Fix variable assignment by Krzysztof Chruscinski · 2 years, 11 months ago
  75. 07322b8 lib: os: cbprintf: Add function for converting package by Krzysztof Chruscinski · 2 years, 11 months ago
  76. 462bd8a sparse: fix all errors by Guennadi Liakhovetski · 2 years, 11 months ago
  77. 1dcea25 shared_multi_heap: Rework framework by Carlo Caione · 2 years, 11 months ago
  78. bb98bd6 libc: newlib: Fix declare a type conflict by Flavio Ceolin · 3 years ago
  79. f2affbd os: lib: bin2hex: fix memory overwrite by Rico Ganahl · 3 years ago
  80. 5f5410a sys: heap: support maximum allocated bytes statistic by Damian Krolik · 3 years ago
  81. 7c583bb lib: posix: support for pthread_attr_setstacksize by Christopher Friedt · 3 years ago
  82. 53ef68d include: Prefix includes to use a scope by Yuval Peress · 3 years ago
  83. 68a5059 os/lib: change all NULL checking in mem_blocks.c to asserts by Marcin Szkudlinski · 3 years ago
  84. 05e1641 os/lib: change all NULL checking in bitarray.c to asserts by Marcin Szkudlinski · 3 years ago
  85. 033dbae lib/mem_blocks: add allocation for contiguous memory blocks by Marcin Szkudlinski · 3 years ago
  86. 297321a lib/os: sys_mem_blocks_get added by Marcin Szkudlinski · 3 years ago
  87. e25a7c4 lib/mem_blocks: change internal alloc_one to alloc_blocks by Marcin Szkudlinski · 3 years ago
  88. 6c6a16d lib: bitarray: sys_bitarray_test_and_set_region added by Marcin Szkudlinski · 3 years ago
  89. 0e1ff84 posix: Fix pthread_once has incorrect behavior by Jaxson Han · 3 years ago
  90. 35593ce lib: posix: clock: Prevent early overflows by Krzysztof Chruscinski · 3 years ago
  91. a33f7de lib: os: cbprintf: Add CBPRINTF_PACKAGE_COPY_KEEP_RO_STR flag by Krzysztof Chruscinski · 3 years ago
  92. 6d98a1c debug: Revert ASSERT options dependency by Krzysztof Chruscinski · 3 years ago
  93. 4fd24a4 libc: minimal: Add strtoll() and strtoull() by Gerhard Jörges · 3 years ago
  94. fc40558 lib: open-amp: add support for an empty resource table by Matthias Fend · 3 years ago
  95. f483b1b everywhere: fix typos by Nazar Kazakov · 3 years ago
  96. 786647b lib: os: assert: Avoid including printk.h in __assert.h by Krzysztof Chruscinski · 3 years ago
  97. 9713f0d everywhere: fix typos by Nazar Kazakov · 3 years ago
  98. c917e6c lib: os: cbprintf: Extend API to support new packaging modes by Krzysztof Chruscinski · 3 years ago
  99. 2597b78 lib/os: Add sys_multi_heap_get_heap function for multi_heap by Marcin Szkudlinski · 3 years ago
  100. 2a0ee8c lib/os: Add metadata to heap in multi_heap by Marcin Szkudlinski · 3 years ago