1. b21d35d libc: picolibc: disable prompt for PICOLIBC_USE_MODULE... by Daniel Leung · 1 year, 6 months ago
  2. 01dd2f0 libc: picolibc: extend support beyond Zephyr SDK by Daniel Leung · 1 year, 6 months ago
  3. 8634c3b kernel: move wait_q.h header to be internal by Anas Nashif · 1 year, 6 months ago
  4. 1fd3171 arch: remove wait_q.h include by Anas Nashif · 1 year, 6 months ago
  5. e5ec893 lib: acpi: add support for MAD table and DMAR table by Najumon B.A · 1 year, 7 months ago
  6. f0daf90 libc: Default to picolibc where supported by Keith Packard · 1 year, 7 months ago
  7. 8c748fd kernel: Modify the signature of k_mem_slab_free() by Carles Cufi · 1 year, 7 months ago
  8. d09a1c3 posix: implement clock_nanosleep by Tom Finet · 1 year, 7 months ago
  9. 61219da POSIX: Implement pthread_condattr functions by Mateusz Marszalek · 1 year, 7 months ago
  10. 11e2c58 lib: os: hex: clarify controlling expression by ferar alashkar · 1 year, 7 months ago
  11. 9f1e4fa posix: signal: type corrections for sigval, sigevent, notify attr by Christopher Friedt · 1 year, 7 months ago
  12. e38fc6d cmake: enable -Wshadow partially for in-tree code by Daniel Leung · 1 year, 7 months ago
  13. e6885a4 lib: crc: move from lib/os to lib/crc by Anas Nashif · 1 year, 7 months ago
  14. 234032c os: disable CRC by default by Anas Nashif · 1 year, 7 months ago
  15. 101cdcd libc/common: Add memalign by Keith Packard · 1 year, 8 months ago
  16. c967a9a acpi: rename shadow variables by Daniel Leung · 1 year, 8 months ago
  17. d16c5b9 kernel: canaries: Allow using TLS to store it by Flavio Ceolin · 1 year, 8 months ago
  18. 4755ebe lib/cbprintf: CONFIG_CBPRINTF_LIBC_SUBSTS should be optional by Nicolas Pitre · 1 year, 8 months ago
  19. 43123e7 posix: signal: extend strsignal buf to cover entire INT range by Yong Cong Sin · 1 year, 8 months ago
  20. 90b247b lib: os: add support for system power off by Gerard Marull-Paretas · 1 year, 8 months ago
  21. 4b94fc3 llvm: Add support for selecting runtime library by Patryk Duda · 1 year, 8 months ago
  22. f9ecc9a posix: mutex: return ETIMEDOUT from pthread_mutex_timedlock() by Christopher Friedt · 1 year, 8 months ago
  23. d47025b libc/picolibc: Remove unused read_stdin/write_stdout hooks by Keith Packard · 1 year, 8 months ago
  24. 73bf557 posix: pthread: thread return value not set by pthread_join() by Christopher Friedt · 1 year, 8 months ago
  25. 52f0088 posix: pthread: report appropriate return value instead of 0 by Christopher Friedt · 1 year, 8 months ago
  26. 595bcda lib: os: dec: add misra-c2012 compliance changes by ferar alashkar · 1 year, 8 months ago
  27. dddc034 lib: os: hex: correct explicit cast type by ferar alashkar · 1 year, 8 months ago
  28. bba6a1d lib: os: hex: add explicit unsigned suffices by ferar alashkar · 1 year, 8 months ago
  29. 7485901 lib: cpp: name the choice group for selecting C++ standard by Damian Krolik · 1 year, 8 months ago
  30. b51dd4a lib: hash: use new c++ Kconfig symbols by Gerard Marull-Paretas · 1 year, 8 months ago
  31. 561a80d shared_multi_heap: Use a data struct by Carlo Caione · 1 year, 8 months ago
  32. 5d6d93c shared_multi_heap: Rename heap counter by Carlo Caione · 1 year, 8 months ago
  33. b7e252c shared_multi_heap: Use proper enum instead of int by Carlo Caione · 1 year, 8 months ago
  34. 115efa2 pthread: facilitate dynamically allocated thread stacks by Christopher Friedt · 1 year, 8 months ago
  35. 748683f posix: eventfd: remove redundant conditional by Christopher Friedt · 1 year, 8 months ago
  36. 4c80949 libc: remove no longer valid kconfig comment by Daniel Leung · 1 year, 8 months ago
  37. 82f5db3 posix: Changes pthread_equal to regular type function by Jai Arora · 1 year, 8 months ago
  38. 43c5493 posix: signal: check RTSIG limit by Yong Cong Sin · 1 year, 8 months ago
  39. 335acf8 posix: signal: implement strsignal by Yong Cong Sin · 1 year, 8 months ago
  40. ff4b81e posix: signal: implement sigismember by Yong Cong Sin · 1 year, 8 months ago
  41. 88cd494 posix: signal: implement sigdelset by Yong Cong Sin · 1 year, 8 months ago
  42. 8011449 posix: signal: implement sigaddset by Yong Cong Sin · 1 year, 8 months ago
  43. b9720e2 posix: signal: implement sigfillset by Yong Cong Sin · 1 year, 8 months ago
  44. 6910eb4 posix: signal: implement sigemptyset by Yong Cong Sin · 1 year, 8 months ago
  45. e3c49b9 posix: signal: add initial header by Yong Cong Sin · 1 year, 8 months ago
  46. c0d7218 json: Skip unknown fields on parsing by Markus Fuchs · 1 year, 8 months ago
  47. 7dae27a libc: minimal: math sqrt: sqrtf: fix numeric accuracy of sqrt and sqrtf. by Lawrence King · 1 year, 8 months ago
  48. 0df7bd2 lib: posix: pthread_rwlock: Fix a racy issue by Jaxson Han · 1 year, 9 months ago
  49. 021923b libc/picolibc: Use mutexes instead of semaphores for non-recursive locks by Keith Packard · 1 year, 9 months ago
  50. 8b2a419 posix: implement timer_getoverrun() by Harshil Bhatt · 1 year, 9 months ago
  51. 4580708 posix: implement uname by Yong Cong Sin · 1 year, 9 months ago
  52. 78c8176 posix: Implement pthread_barrieratter functions by Harshil Bhatt · 1 year, 9 months ago
  53. 694cd58 posix: pthread: fixes for coverity 321140 and 321092 by Christopher Friedt · 1 year, 9 months ago
  54. 1434296 posix: spinlock: additional kconfig for k_spinlock being size 0 by Christopher Friedt · 1 year, 9 months ago
  55. 13dcf2e posix: split supported features into separate Kconfig files by Christopher Friedt · 1 year, 9 months ago
  56. 4fcf197 posix: rename some files for brevity by Christopher Friedt · 1 year, 9 months ago
  57. e11856f posix: add Meta copyright as appropriate by Christopher Friedt · 1 year, 9 months ago
  58. 4e7930b libc/picolibc: Remove -T /dev/null linker arguments by Keith Packard · 1 year, 9 months ago
  59. 452205f posix: pthread: implement pthread spinlocks by Christopher Friedt · 1 year, 9 months ago
  60. 7e37482 libC: PICOLIBC_SUPPORTED: Enable for NATIVE_LIBRARY by Alberto Escolar Piedras · 1 year, 9 months ago
  61. 2e6396c libC: STDOUT_CONSOLE narrow filtering by type of native build by Alberto Escolar Piedras · 1 year, 9 months ago
  62. 56dc20e Kconfig: Tidy up dependants of NATIVE_APPLICATION by Alberto Escolar Piedras · 1 year, 9 months ago
  63. f25dfcf lib: acpi: added acpi support using acpica lib by Najumon Ba · 1 year, 9 months ago
  64. 8757c71 json: Fix 64-bit support by Markus Fuchs · 1 year, 9 months ago
  65. ae6aa61 json: Fix multidimensional array support by Markus Fuchs · 1 year, 9 months ago
  66. 2ae521a posix: fs: Fixes stat command to return file information by Vincent van Beveren · 1 year, 9 months ago
  67. 3454d8f lib POSIX: Enable selectively for POSIX ARCH by Alberto Escolar Piedras · 1 year, 9 months ago
  68. 0517c85 libC COMMON_LIBC_MALLOC_ARENA_SIZE: provide default for POSIX ARCH by Alberto Escolar Piedras · 1 year, 9 months ago
  69. 590e8ef libC pico hooks: Fix for POSIX arch by Alberto Escolar Piedras · 1 year, 9 months ago
  70. 8eff5b6 libC minimal: Fix for POSIX arch by Alberto Escolar Piedras · 1 year, 9 months ago
  71. 44d61bd posix: eventfd: fix waking up poll() by Marcin Niestroj · 1 year, 9 months ago
  72. 1d4d718 lib: syscalls: use zephyr_syscall_header by Daniel Leung · 1 year, 9 months ago
  73. 6e940c5 ARC: Fix portability.posix.common.arcmwdtlib test by Nikolay Agishev · 1 year, 10 months ago
  74. 89cf4ce posix: pthread: mitigate include order sensitivity by Christopher Friedt · 1 year, 10 months ago
  75. e1f8ea1 posix: pthread: add option for pthread_create() barrier by Christopher Friedt · 1 year, 10 months ago
  76. 85e1874 posix: pthread: rework pthreads to use zephyr api by Christopher Friedt · 1 year, 10 months ago
  77. 08ba176 posix: cond: use k_condvar instead of posix_cond by Christopher Friedt · 1 year, 10 months ago
  78. 0d7ef22 posix: mutex: use k_mutex instead of posix_mutex by Christopher Friedt · 1 year, 10 months ago
  79. f35fb33 posix: pthread: reimplement pthread_barrier using zephyr objects by Christopher Friedt · 1 year, 10 months ago
  80. 3e27c7f posix: eventfd: deprecate non-public EFD macros by Christopher Friedt · 1 year, 10 months ago
  81. e6eb0a7 posix: eventfd: revise locking, signaling, and allocation by Christopher Friedt · 1 year, 10 months ago
  82. 90343a1 posix: eventfd: un-inline eventfd_read() and eventfd_write() by Christopher Friedt · 1 year, 10 months ago
  83. 0014dd0 lib: os: add k_condvar for each fdtable entry by Christopher Friedt · 1 year, 10 months ago
  84. 44988b9 lib: os: cbprintf_nano: Fix Coverity issue 316025 by Krzysztof Chruściński · 1 year, 10 months ago
  85. 577a7f2 cbprintf: correct a Kconfig option help text by Nicolas Pitre · 1 year, 10 months ago
  86. 7abe39c libc: minimal: Add 'break' to suppress fall-through error in atoi.c by Patryk Duda · 1 year, 10 months ago
  87. b97a4a5 libc/common: Increase USERSPACE + POT MPU default arena to 2048 bytes by Keith Packard · 1 year, 10 months ago
  88. 3103f94 libc/common: Require at least double alignment for common malloc arena by Keith Packard · 1 year, 10 months ago
  89. 6ccdf47 lib/cpp: Remove CONFIG_CPP_MAIN by Keith Packard · 1 year, 10 months ago
  90. fecb03e bitarray: Fix mismatch checking when matching regions by Carlo Caione · 1 year, 10 months ago
  91. 2200861 lib/libc/picolibc: Use SDK picolibc by default by Keith Packard · 1 year, 10 months ago
  92. dacb3db iterable_sections: move to specific header by Gerard Marull-Paretas · 1 year, 10 months ago
  93. d8166e8 json: add json_calc_encoded_arr_len by Miika Karanki · 1 year, 10 months ago
  94. b0668cc lib: cpp: Do not define __cxa_atexit() for the posix arch by Alberto Escolar Piedras · 1 year, 11 months ago
  95. 2fae5e8 libc: minimal: strtoll: Remove typo in SPDX-License-Identifier by Lucian Zala · 1 year, 11 months ago
  96. 5279acb libc/common: Make sure malloc arena is PoT aligned on Risc-V by Keith Packard · 1 year, 11 months ago
  97. 69f4f39 libc/common: Always build aligned_alloc by Keith Packard · 1 year, 11 months ago
  98. f744551 libc/common: Refine check for xtensa _heap_sentry by Keith Packard · 1 year, 11 months ago
  99. 706d9f6 libc/common: Use static initializer for z_malloc_heap_mutex by Keith Packard · 1 year, 11 months ago
  100. 5974617 lib: getopt: Fix compiler warning. by Kristoffer Rist Skøien · 1 year, 11 months ago