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