1. 82a902e lib: newlib: Define _ANSI_SOURCE by Stephanos Ioannidis · 2 years, 4 months ago
  2. ff3aaa6 posix: getopt: move declarations to unistd.h by Chris Friedt · 2 years, 4 months ago
  3. 4d906d9 Revert "posix: getopt: move declarations to unistd.h" by Chris Friedt · 2 years, 4 months ago
  4. fc92eb1 posix: getopt: move declarations to unistd.h by Chris Friedt · 2 years, 4 months ago
  5. cc427b4 cache: Fix libraries and drivers by Carlo Caione · 2 years, 4 months ago
  6. 2e36d1f lib: os: add CRC shell command for integrity verification by Chris Friedt · 2 years, 4 months ago
  7. 7b95428 lib: posix: update usleep() to follow the POSIX spec by Chris Friedt · 2 years, 4 months ago
  8. dcfcc64 lib: posix: sleep() should report unslept time in seconds by Chris Friedt · 2 years, 4 months ago
  9. f1ececc posix: key: abstract pthread_key_t as uint32_t by Chris Friedt · 2 years, 4 months ago
  10. 96b9d7c lib: posix: pthread_key: use spinlock instead of semaphore by Chris Friedt · 2 years, 4 months ago
  11. 187df89 lib: posix: pthread: rename pthread_key_lock to pthread_once_lock by Chris Friedt · 2 years, 4 months ago
  12. cffe98d crc: Make the build of crc function dependent on a Kconfig by Anas Nashif · 2 years, 4 months ago
  13. 3a56d27 posix: cond: abstract pthread_cond_t as uint32_t by Chris Friedt · 2 years, 5 months ago
  14. afae448 posix: pthread: take care with pthread cond resources by Chris Friedt · 2 years, 5 months ago
  15. 1777a33 lib: posix: internal: use a more generic INIT mask and inlines by Chris Friedt · 2 years, 5 months ago
  16. b0b4c9c posix: mutex: abstract pthread_mutex_t as uint32_t by Chris Friedt · 2 years, 5 months ago
  17. 6042acc posix: pthread: take care with pthread mutex resources by Chris Friedt · 2 years, 5 months ago
  18. 39b8b3a posix: pthread_create: use spinlock for pthread_pool_lock by Chris Friedt · 2 years, 5 months ago
  19. 660a7db posix: pthread: use spinlock instead of mutex for cancel lock by Chris Friedt · 2 years, 5 months ago
  20. 4bae4f4 include: posix: move pthread impl detail to posix_internal.h by Chris Friedt · 2 years, 5 months ago
  21. 2812f61 posix: pthread_once: use k_mutex for pthread_key_lock by Chris Friedt · 2 years, 5 months ago
  22. ad5c3a1 posix: pthread: remove duplicate assignment by Chris Friedt · 2 years, 5 months ago
  23. d8d81c4 libc/picolibc: Remove unused POSIX-ish hooks by Keith Packard · 2 years, 5 months ago
  24. ce05440 posix: use uint32_t instead of void* for pthread_t by Chris Friedt · 2 years, 5 months ago
  25. 9be0914 lib: os: p4wq: Convert CONFIG_MP_NUM_CPUS handling by Kumar Gala · 2 years, 5 months ago
  26. f5cfeae posix: pthread: remove duplicate assignment in pthread_exit by Chris Friedt · 2 years, 5 months ago
  27. 25c3784 libc/picolibc: Set __LINUX_ERRNO_EXTENSIONS__ for picolibc by Keith Packard · 2 years, 5 months ago
  28. cf23b31 lib: picolib: put stdio variables into libc partition by Daniel Leung · 2 years, 6 months ago
  29. 6ee7294ac lib: picolib: move static to be the first modifier by Daniel Leung · 2 years, 6 months ago
  30. 28b22b2 lib: libc: newlib: Make newlib nano variant optional by Stephanos Ioannidis · 2 years, 6 months ago
  31. a5bd666 lib: notify: build sys-notify conditionally. by Anas Nashif · 2 years, 6 months ago
  32. a81b322 lib: onoff: add a config for on-off and build conditionally by Anas Nashif · 2 years, 6 months ago
  33. e2e06a7 libc: minimal: Add C11 aligned_alloc by Piotr Pryga · 2 years, 6 months ago
  34. 175cc38 lib: picolibc: Use smaller default heap size by Stephanos Ioannidis · 2 years, 6 months ago
  35. 0217c39 posix: conditionally compile perror pthread_common and nanosleep by Chris Friedt · 2 years, 6 months ago
  36. d486bd3 lib: libc: newlib: make sure retargetable locking is enabled in toolchain by Jiafei Pan · 2 years, 7 months ago
  37. c93b4cf libc: newlib: Call gettimeofday() also when CONFIG_POSIX_CLOCK by Seppo Takalo · 2 years, 7 months ago
  38. a722483 lib: os: cbprintf: Mechanism for detecting %p in static package by Krzysztof Chruscinski · 2 years, 7 months ago
  39. 79e6b0e includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> by Gerard Marull-Paretas · 2 years, 7 months ago
  40. a5ee862 posix: clock: make tz non-const in gettimeofday by Christopher Friedt · 2 years, 7 months ago
  41. bb74b4f lib: os: cbprintf: Renamed flags used for conversion function by Krzysztof Chruscinski · 2 years, 7 months ago
  42. 7303ac1 lib: os: spsc_pbuf: Minor code cleanup by Krzysztof Chruscinski · 2 years, 7 months ago
  43. 6928c4a lib: os: spsc_pbuf: Fix race condition by Krzysztof Chruscinski · 2 years, 7 months ago
  44. 4b5ff41 lib: os: spsc_pbuf: Fix miscalculation in the allocation by Krzysztof Chruscinski · 2 years, 7 months ago
  45. 6f831d5 posix: getopt: Set variable only if used by Andrei Emeltchenko · 2 years, 8 months ago
  46. 02b23f3 arch/posix: Add MemorySanitizer support by Andy Ross · 2 years, 8 months ago
  47. e918783 lib: libc: minimal: Define off_t as intptr_t by Stephanos Ioannidis · 2 years, 8 months ago
  48. 7dc2097 lib: os: cbprintf: fix typo exteral -> external by Daniel Leung · 2 years, 8 months ago
  49. a8a4fec teslibct: don't allow picolib tests for ARC MWDT toolchain by Evgeniy Paltsev · 2 years, 8 months ago
  50. 8865d4d picolibc: Don't select TLS without toolchain support by Keith Packard · 2 years, 8 months ago
  51. f0216a2 libc/picolibc: Place malloc heap in noinit section if possible by Keith Packard · 2 years, 8 months ago
  52. e696de1 lib: os: disable PRINTK_SYNC while using EFI console as log backend by Enjia Mai · 2 years, 8 months ago
  53. 09b4182 lib: os: spsc_pbuf: Fix free space calculation by Krzysztof Chruscinski · 2 years, 8 months ago
  54. dfa71ca lib: os: Fix warning on XCC by Flavio Ceolin · 2 years, 8 months ago
  55. b6dcdb1 lib: os: spsc_pbuf: Improve data cache configuration by Krzysztof Chruscinski · 2 years, 9 months ago
  56. 0fe2c1f everywhere: Fix legacy include paths by Tomislav Milkovic · 2 years, 9 months ago
  57. e4d11fe lib: mem_blocks: add a usage test for a block by Marcin Szkudlinski · 2 years, 9 months ago
  58. 3b7818b lib/os: use generic mem stats structure for heap by Peter Mitsis · 2 years, 9 months ago
  59. d061366 lib/os: add statistics tracking to mem_blocks by Peter Mitsis · 2 years, 9 months ago
  60. da0398d posix: pthread: consider PTHREAD_EXITED state in pthread_create by Christopher Friedt · 2 years, 9 months ago
  61. 4f65bf6 scripts: move gen_strerror_table.py to scripts/build by Anas Nashif · 2 years, 9 months ago
  62. 21aa4a9 lib: open-amp: support resource table on C++ applications by Alexander Dengg · 2 years, 9 months ago
  63. 65337bc lib: add mising braces to single line if statements by Anas Nashif · 2 years, 9 months ago
  64. b8d4a31 lib: libc: picolibc: Initialise libc heap during POST_KERNEL phase by Stephanos Ioannidis · 2 years, 9 months ago
  65. 43e1c28 lib: libc: newlib: Initialise libc heap during POST_KERNEL phase by Stephanos Ioannidis · 2 years, 9 months ago
  66. db0748c lib: libc: minimal: Initialise libc heap during POST_KERNEL phase by Stephanos Ioannidis · 2 years, 9 months ago
  67. b391993 lib: posix: add perror() implementation by Christopher Friedt · 2 years, 9 months ago
  68. 4cc4437 libc: minimal: add strerror and strerror_r function by Christopher Friedt · 2 years, 9 months ago
  69. de4b564 zephyr: Fix n=0 for utf8_lcpy by Emil Gydesen · 2 years, 9 months ago
  70. 8521b43 coding guidelines: comply with MISRA C:2012 Rule 21.13 by Abramo Bagnara · 2 years, 9 months ago
  71. 795500b coding guidelines: comply with MISRA C:2012 Rule 9.3 by Abramo Bagnara · 2 years, 9 months ago
  72. bc234fb libc/picolibc: Rework malloc arena setup by Keith Packard · 2 years, 9 months ago
  73. 715ae32 lib: os: spsc_pbuf: Add option to get maximum utilization by Krzysztof Chruscinski · 2 years, 9 months ago
  74. fa055f7 lib: os: spsc_pbuf: Extend API with zero copy model by Krzysztof Chruscinski · 2 years, 9 months ago
  75. 866f1cb lib/cbprintf: Disable tagged arguments with picolibc by Keith Packard · 2 years, 9 months ago
  76. 2d20faa lib/os: Replace cbvprintf and printfcb family when using picolibc by Keith Packard · 2 years, 9 months ago
  77. d90fa56 lib/printk: Use picolibc's vfprintf instead of cbvprintf by Keith Packard · 2 years, 9 months ago
  78. d465dbb lib/printk: Removed unused 'count' field in printk context by Keith Packard · 2 years, 9 months ago
  79. ecee708 lib/printk: Use picolibc's snprintf/vsnprintf for snprintk/vsnprintk by Keith Packard · 2 years, 9 months ago
  80. 9d433c8 lib: posix: semaphore: use consistent timebase in sem_timedwait by Christopher Friedt · 2 years, 9 months ago
  81. edc9839 lib: os: Remove unneeded assignment by Andrei Emeltchenko · 2 years, 10 months ago
  82. 0984aed libc/picolibc: When !TLS, use zephyr errno by Keith Packard · 2 years, 10 months ago
  83. d1d5acd coding guidelines: comply with MISRA C:2012 Rule 8.2 by Abramo Bagnara · 2 years, 10 months ago
  84. d0c75f3 lib/libc: Add picolibc support (aarch32, aarch64 and RISC-V) [v21] by Keith Packard · 2 years, 10 months ago
  85. 7f6b762 lib/os: winstream: properly include string.h for memcpy by Kai Vehmanen · 2 years, 10 months ago
  86. ada9ca4 coding guidelines: comply with MISRA C:2012 Rule 7.2 by Abramo Bagnara · 2 years, 10 months ago
  87. 11267a3 lib/os/cbprintf: Use signed char for %hhd format by Keith Packard · 2 years, 10 months ago
  88. 0829610 lib: os: spsc_pbuf: Add option to use cache by Krzysztof Chruscinski · 2 years, 10 months ago
  89. 2f189e3 lib: os: Rename icmsg_buf to spsc_pbuf by Krzysztof Chruscinski · 2 years, 10 months ago
  90. aff6e8b lib: os: cbprint: enable tagged arguments for packaging by Daniel Leung · 2 years, 10 months ago
  91. 29128bf lib: mpsc_pbuf: Fix compilation unused-but-set-variable warning by Andrei Emeltchenko · 2 years, 10 months ago
  92. 3cf5c3c lib: ring_buf: Make code consistent by Andrei Emeltchenko · 2 years, 10 months ago
  93. e63eedc lib: ring_buf: Fix unused-but-set compilation warnings by Andrei Emeltchenko · 2 years, 10 months ago
  94. 14b6f49 lib: bitarray: Remove dead statement by Andrei Emeltchenko · 2 years, 10 months ago
  95. ec1c85b lib: os: Extend Json library API and type update by Juha Heiskanen · 2 years, 10 months ago
  96. c62a380 lib: os: Fix unused variable set warning by Andrei Emeltchenko · 2 years, 10 months ago
  97. 0c934e2 lib: rb: Remove unneeded statement by Andrei Emeltchenko · 2 years, 10 months ago
  98. 3074b58 libc: sqrtf: Remove dead assignment by Andrei Emeltchenko · 2 years, 10 months ago
  99. eb71003 libc: minimal: Fix gmtime() userspace support by Stephanos Ioannidis · 2 years, 10 months ago
  100. 2bcb713 libc: Define Z_LIBC_DATA macro globally by Stephanos Ioannidis · 2 years, 10 months ago