1. f25dfcf lib: acpi: added acpi support using acpica lib by Najumon Ba · 2 years ago
  2. 8757c71 json: Fix 64-bit support by Markus Fuchs · 2 years, 4 months ago
  3. ae6aa61 json: Fix multidimensional array support by Markus Fuchs · 2 years, 5 months ago
  4. 2ae521a posix: fs: Fixes stat command to return file information by Vincent van Beveren · 1 year, 9 months ago
  5. 3454d8f lib POSIX: Enable selectively for POSIX ARCH by Alberto Escolar Piedras · 1 year, 9 months ago
  6. 0517c85 libC COMMON_LIBC_MALLOC_ARENA_SIZE: provide default for POSIX ARCH by Alberto Escolar Piedras · 1 year, 9 months ago
  7. 590e8ef libC pico hooks: Fix for POSIX arch by Alberto Escolar Piedras · 1 year, 9 months ago
  8. 8eff5b6 libC minimal: Fix for POSIX arch by Alberto Escolar Piedras · 1 year, 9 months ago
  9. 44d61bd posix: eventfd: fix waking up poll() by Marcin Niestroj · 1 year, 9 months ago
  10. 1d4d718 lib: syscalls: use zephyr_syscall_header by Daniel Leung · 2 years ago
  11. 6e940c5 ARC: Fix portability.posix.common.arcmwdtlib test by Nikolay Agishev · 1 year, 9 months ago
  12. 89cf4ce posix: pthread: mitigate include order sensitivity by Christopher Friedt · 1 year, 9 months ago
  13. e1f8ea1 posix: pthread: add option for pthread_create() barrier by Christopher Friedt · 1 year, 9 months ago
  14. 85e1874 posix: pthread: rework pthreads to use zephyr api by Christopher Friedt · 1 year, 9 months ago
  15. 08ba176 posix: cond: use k_condvar instead of posix_cond by Christopher Friedt · 1 year, 9 months ago
  16. 0d7ef22 posix: mutex: use k_mutex instead of posix_mutex by Christopher Friedt · 1 year, 9 months ago
  17. f35fb33 posix: pthread: reimplement pthread_barrier using zephyr objects by Christopher Friedt · 1 year, 9 months ago
  18. 3e27c7f posix: eventfd: deprecate non-public EFD macros by Christopher Friedt · 1 year, 9 months ago
  19. e6eb0a7 posix: eventfd: revise locking, signaling, and allocation by Christopher Friedt · 1 year, 9 months ago
  20. 90343a1 posix: eventfd: un-inline eventfd_read() and eventfd_write() by Christopher Friedt · 1 year, 9 months ago
  21. 0014dd0 lib: os: add k_condvar for each fdtable entry by Christopher Friedt · 1 year, 9 months ago
  22. 44988b9 lib: os: cbprintf_nano: Fix Coverity issue 316025 by Krzysztof Chruściński · 1 year, 9 months ago
  23. 577a7f2 cbprintf: correct a Kconfig option help text by Nicolas Pitre · 1 year, 9 months ago
  24. 7abe39c libc: minimal: Add 'break' to suppress fall-through error in atoi.c by Patryk Duda · 1 year, 9 months ago
  25. b97a4a5 libc/common: Increase USERSPACE + POT MPU default arena to 2048 bytes by Keith Packard · 1 year, 9 months ago
  26. 3103f94 libc/common: Require at least double alignment for common malloc arena by Keith Packard · 1 year, 9 months ago
  27. 6ccdf47 lib/cpp: Remove CONFIG_CPP_MAIN by Keith Packard · 1 year, 9 months ago
  28. fecb03e bitarray: Fix mismatch checking when matching regions by Carlo Caione · 1 year, 10 months ago
  29. 2200861 lib/libc/picolibc: Use SDK picolibc by default by Keith Packard · 1 year, 10 months ago
  30. dacb3db iterable_sections: move to specific header by Gerard Marull-Paretas · 1 year, 10 months ago
  31. d8166e8 json: add json_calc_encoded_arr_len by Miika Karanki · 1 year, 11 months ago
  32. b0668cc lib: cpp: Do not define __cxa_atexit() for the posix arch by Alberto Escolar Piedras · 1 year, 10 months ago
  33. 2fae5e8 libc: minimal: strtoll: Remove typo in SPDX-License-Identifier by Lucian Zala · 1 year, 10 months ago
  34. 5279acb libc/common: Make sure malloc arena is PoT aligned on Risc-V by Keith Packard · 1 year, 10 months ago
  35. 69f4f39 libc/common: Always build aligned_alloc by Keith Packard · 1 year, 10 months ago
  36. f744551 libc/common: Refine check for xtensa _heap_sentry by Keith Packard · 1 year, 10 months ago
  37. 706d9f6 libc/common: Use static initializer for z_malloc_heap_mutex by Keith Packard · 1 year, 10 months ago
  38. 5974617 lib: getopt: Fix compiler warning. by Kristoffer Rist Skøien · 1 year, 10 months ago
  39. f215e44 posix: eventfd: depends on polling by Kumar Gala · 2 years ago
  40. 9b90f2a libc/picolibc: Switch to common malloc implementation by Keith Packard · 2 years ago
  41. 0a44b41 libc/common: Allocate default malloc arena for non-minimal-libc uses by Keith Packard · 2 years ago
  42. 420bf1e libc/common: Change how legacy malloc setting works by Keith Packard · 1 year, 10 months ago
  43. 32a437c libc/common: Handle MMU/MPU/USERSPACE and alignment requirements in malloc by Keith Packard · 2 years ago
  44. 161e4a0 libc: Move abort into common by Kumar Gala · 1 year, 10 months ago
  45. ca4dc50 libc: Move strnlen into common by Kumar Gala · 1 year, 10 months ago
  46. e268f8e lib: cpp: Introduce FULL_LIBCPP_SUPPORTED similar to C version by Kumar Gala · 1 year, 10 months ago
  47. b9828a7 posix: sched: add support for SCHED_OTHER by Chris Friedt · 1 year, 11 months ago
  48. 2b2cbf8 posix: sched: ensure min and max priority are schedulable by Chris Friedt · 1 year, 11 months ago
  49. e0b540d lib/libc: Mark picolibc as providing full C library support by Keith Packard · 1 year, 11 months ago
  50. 214a3c5 lib/libc: Add FULL_LIBC_SUPPORTED helper Kconfig symbol by Keith Packard · 2 years, 1 month ago
  51. 3ffde85 lib/libc: newlib use depends upon newlib being supported by Keith Packard · 2 years, 1 month ago
  52. 45733aa lib/libc: Add NEWLIB_LIBC_SUPPORTED by Keith Packard · 2 years, 1 month ago
  53. 02262d7 lib/libc: Replace SUPPORT_MINIMAL_LIBC with MINIMAL_LIBC_SUPPORTED by Keith Packard · 2 years, 1 month ago
  54. 2d1efd5 lib/libc: Allow REQUIRES_FULL_LIBC to be selected by applications by Keith Packard · 2 years, 1 month ago
  55. 6a698f4 lib/libc: Move helper symbols above C library menu by Keith Packard · 2 years, 1 month ago
  56. a9c62ca lib/libc: Move malloc from minimal to common library by Keith Packard · 2 years ago
  57. 52e57ef lib/libc: Allow common library to be empty by Keith Packard · 2 years ago
  58. dc3f1d7 lib/cpp: Allow REQUIRES_FULL_LIBCPP to be selected by applications by Keith Packard · 1 year, 11 months ago
  59. 48cd295 armstdc: add limits.h header by Kumar Gala · 1 year, 11 months ago
  60. 25b2db7 libc/minimal: Add -fno-builtin option by Keith Packard · 1 year, 11 months ago
  61. bc2075e libc/minimal: Use CODE_UNREACHABLE in abort() by Keith Packard · 1 year, 11 months ago
  62. 27b7ace libc/minimal: Create "real" functions for putc and putchar by Keith Packard · 1 year, 11 months ago
  63. 77e5426 lib: bitarray: Remove redundant code by Andrei Emeltchenko · 1 year, 11 months ago
  64. 0bd9550 open-amp: Fix compilation with cache enabled by Carlo Caione · 1 year, 11 months ago
  65. b5caccb lib/picolibc: Use zephyr_libc_link_libraries to find toolchain lib by Keith Packard · 2 years, 4 months ago
  66. 6c5d806 toolchain: Add COMPILER_FREESTANDING to control use of -ffreestanding by Keith Packard · 2 years, 1 month ago
  67. 667eeb1 shell: fix MISRA 5.7 violations on `struct shell` by Gerard Marull-Paretas · 1 year, 11 months ago
  68. a5fd0d1 init: remove the need for a dummy device pointer in SYS_INIT functions by Gerard Marull-Paretas · 2 years, 5 months ago
  69. 0ebe14b sys: util: migrate all files to DIV_ROUND_UP by Gerard Marull-Paretas · 2 years, 4 months ago
  70. af79019 armstdc: add string.h & strings.h header by Kumar Gala · 1 year, 11 months ago
  71. 20b2109 armstdc: Fixup headers as needed by posix by Kumar Gala · 2 years ago
  72. 82538a2 armclang: add empty sys/cdefs.h by Kumar Gala · 2 years ago
  73. 0e43b88 libc: fix armclang compiler warnings with is*() functions by Kumar Gala · 2 years ago
  74. 62ffafc lib: os: fix armclang compiler warnings with is*() functions by Kumar Gala · 2 years ago
  75. 672aeac libc: share time() between minimal libc and armclang libc by Kumar Gala · 2 years ago
  76. 5e9d3c7 posix: fnmatch: correct (many) compliance issues by Chris Friedt · 2 years ago
  77. f923441 lib: posix: move fnmatch from lib/util to lib/posix by Chris Friedt · 2 years ago
  78. 69966dd lib: hashmap: Move hash table files lib/hashmap by Joshua Lilly · 2 years ago
  79. 7df2ca6 minimal libcpp: Un-11-ify cstddef by Andy Ross · 2 years ago
  80. 0bda7b3 lib: os: add hashmap support by Chris Friedt · 2 years, 2 months ago
  81. b75df60 lib: os: add hash function specification and implementation by Chris Friedt · 2 years, 2 months ago
  82. 8dbe589 os: bitarray.c: Address -Wextra warnings by Zachary J. Fields · 2 years, 1 month ago
  83. 02478e1 os: cbprintf: Address -Wextra warnings by Zachary J. Fields · 2 years, 1 month ago
  84. e0de642 ARC: qemu: disable test where we trigger ARC QEMU bug #54720 by Evgeniy Paltsev · 2 years, 1 month ago
  85. 668bb3c lib/os/heap: Compiler bug workaround on ARC by Andy Ross · 2 years, 1 month ago
  86. 0e0f878 picolibc: picolibc support still not complete with many toolchains by Anas Nashif · 2 years, 1 month ago
  87. 9a0aebc lib/libc: Enable picolibc on qemu_x86_tiny by Keith Packard · 2 years, 1 month ago
  88. 67ca254 libc: Add remaining picolibc-supported targets by Keith Packard · 2 years, 5 months ago
  89. 0321ac8 json: Increase max number of descriptor elements from 30 to 62 by Björn Stenberg · 2 years, 3 months ago
  90. 277f646 lib: os: reboot: include zephyr/cache.h by Henrik Brix Andersen · 2 years, 1 month ago
  91. ed11614a posix: mqueue: do not typedef mq_attr by Chris Friedt · 2 years, 4 months ago
  92. 3aff1ff posix: fs: avoid adding open() alias with newlib and picolibc by Chris Friedt · 2 years, 4 months ago
  93. e431cfb posix: eventfd: select eventfd by default with CONFIG_POSIX_API by Chris Friedt · 2 years, 4 months ago
  94. bf5d47a posix: getopt: select getopt by default with CONFIG_POSIX_API by Chris Friedt · 2 years, 4 months ago
  95. e93f3c9 posix: rename posix_sched.h to sched.h by Chris Friedt · 2 years, 4 months ago
  96. 43110dd lib: posix: standard include paths with CONFIG_POSIX_API by Chris Friedt · 2 years, 4 months ago
  97. 22a8af5 drivers: timers: Refactor sys_clock_disable not available by Joakim Andersson · 2 years, 3 months ago
  98. 13dfbae libc/picolibc: Clean up Picolibc Kconfig for C++ by Keith Packard · 2 years, 4 months ago
  99. b94ab6e lib: os: disable caches before reboot by Armin Brauns · 2 years, 2 months ago
  100. 669a0f5 lib: cpp: Rework C++ standard library configurations by Stephanos Ioannidis · 2 years, 3 months ago