- c4cdbc6 lib: smf: Remove unused variables by Sam Hurst · 3 years, 5 months ago
- 46db2b4 lib/os/heap: option for optimizing for one heap size on 32-bit systems by Nicolas Pitre · 3 years, 5 months ago
- 43cb00d multi_heap: Introduce shared multi-heap memory pool manager by Carlo Caione · 3 years, 6 months ago
- cf0c5e2 lib/os: Add sys_heap_usable_size() by Andy Ross · 3 years, 6 months ago
- cb47855 lib: smf: Add State Machine Framework by Sam Hurst · 3 years, 6 months ago
- 85e96ff lib/os: Add sys_multi_heap utility by Andy Ross · 3 years, 6 months ago
- 38f6fd0 libc: minimal: Add an implementation of iscntrl() by Carles Cufi · 3 years, 6 months ago
- 28da82c json: Changes enum name of square brackets from list to array by Ramiro Merello · 3 years, 6 months ago
- ba60c94 lib: os: mpsc_pbuf: Add const qualifier to API calls by Krzysztof Chruscinski · 3 years, 6 months ago
- 04e67e2 Revert "lib: newlib: Add workaround for #38258" by Stephanos Ioannidis · 3 years, 6 months ago
- 5a65fc0 libc: minimal: Add math macro definition by Yang XiaoHua · 3 years, 6 months ago
- deef96d lib: timeutil: fix implicit conversions from float to double by Ryan McClelland · 3 years, 6 months ago
- 92f0f70 lib: libc: Drop `z_` prefix from stdio syscalls by Stephanos Ioannidis · 3 years, 7 months ago
- 86b8cf1 lib: libc: arcmwdt: Fix userspace write() and read() mishap by Stephanos Ioannidis · 3 years, 7 months ago
- eab7ae9 lib: libc: newlib: Fix userspace write() and read() mishap by Stephanos Ioannidis · 3 years, 7 months ago
- f0ea22b libc/minimal: locate the memory pool for malloc() to .bss by Dylan Hung · 3 years, 7 months ago
- c5eeb0f ARC: MWDT: add locking interface implementation by Evgeniy Paltsev · 3 years, 7 months ago
- 4e0f7ea posix: pthread: replace irq_lock with spinlock by Evgeniy Paltsev · 3 years, 7 months ago
- 5a384b9 lib/os/cbprintf_nano.c: avoid sign extension on unsigned formats by Nicolas Pitre · 3 years, 7 months ago
- 2208844 lib: newlib: Add workaround for #38258 by Stephanos Ioannidis · 3 years, 7 months ago
- 9f948a8 ARC: MWDT: libc: add _exit support by Evgeniy Paltsev · 3 years, 7 months ago
- 16e848b armclang: threading_weak.c source file added for armclang by Torsten Rasmussen · 3 years, 7 months ago
- 36bb00d armclang: ARM Compiler C library support by Torsten Rasmussen · 3 years, 7 months ago
- c6aded2 linker: align _image_rodata and _image_rom start/end/size linker symbols by Torsten Rasmussen · 3 years, 7 months ago
- e02c7bd libc: types: suppress deviation by Maksim Masalski · 3 years, 7 months ago
- 58942f3 lib: os: ring_buffer: Fix race condition by Krzysztof Chruscinski · 3 years, 7 months ago
- 5e7ef8b json: fix parsing first array-array element by Michael Zimmermann · 3 years, 7 months ago
- b84a0fe ARC: MWDT: LIB: implement _istty hook by Evgeniy Paltsev · 3 years, 7 months ago
- ab13033 ARC: MWDT: LIB: implement ___errno hook by Evgeniy Paltsev · 3 years, 7 months ago
- 64ff64a ARC: MWDT: workaround missing file IO related defines by Evgeniy Paltsev · 3 years, 7 months ago
- a5788ff ARC: LIB: MWDT: add stdout hooks, timespec header by Evgeniy Paltsev · 3 years, 7 months ago
- e479d9a ARC: LIB: add ARC MWDT libc support by Evgeniy Paltsev · 3 years, 7 months ago
- ef97121 lib: os: add gcc noreturn attribute for sys_reboot by Christoph Thurnheer · 3 years, 8 months ago
- f88a420 toolchain: migrate iterable sections calls to the external API by Fabio Baltieri · 3 years, 8 months ago
- 43b8002 lib: newlib: Add retargetable locking implementation by Stephanos Ioannidis · 3 years, 8 months ago
- 2c1f184 lib: timeutil: fix conversion drift by Jordan Yates · 3 years, 8 months ago
- f07df42 kernel: make k_current_get() work without syscall by Andrew Boie · 3 years, 8 months ago
- 0ca511a sys: ring_buffer: ring_buf_peek() and ring_buf_size_get() by Christopher Friedt · 3 years, 8 months ago
- 5d80cba lib: os: cbprintf: Add support for conversion to fsc package by Krzysztof Chruscinski · 3 years, 8 months ago
- 52a4ba2 lib: os: cast to the same size composite expression by Maksim Masalski · 3 years, 8 months ago
- 69d2cc4 lib: os: cbprintf: Add dependency to cbprintf Kconfig by Krzysztof Chruscinski · 3 years, 8 months ago
- b2fde24 libc: minimal: Add rand() and srand() by Yasushi SHOJI · 3 years, 8 months ago
- 5d55730 libc: minimal: add size optimized string functions by Michael Hope · 3 years, 9 months ago
- 8535a01 libc: types: add a comment to the "wrong definition" code by Maksim Masalski · 3 years, 9 months ago
- fedab40 lib: os: heap-validate: Fix wrong chunkid returned by max_chunkid() by Yasushi SHOJI · 3 years, 9 months ago
- 932bc39 lib: os: Removed deprecated Kconfig PRINTK64 symbol by Kumar Gala · 3 years, 10 months ago
- 9143f4f fdtable: remove remains of switch by Anas Nashif · 3 years, 10 months ago
- 9eab89f lib: replace one case switch with if operator by Maksim Masalski · 3 years, 10 months ago
- a61edd4 lib: add default labels and comments to switch statements by Maksim Masalski · 3 years, 10 months ago
- 3960d41 lib: os: add braces to 'if' statements by Maksim Masalski · 3 years, 10 months ago
- 78ba2ec coding guidelines: add to function prototypes form named parameters by Maksim Masalski · 3 years, 10 months ago
- 182417f lib: newlib: Add minimum required heap size config by Stephanos Ioannidis · 3 years, 10 months ago
- 9fdd3f2 lib: newlib: fix _gettimeofday hook by Aurelien Jarno · 3 years, 10 months ago
- 9867ac2 posix: pthread_exit: check for null before dereferencing by Maksim Masalski · 3 years, 10 months ago
- 7711435 lib: remove redundant check for null by Maksim Masalski · 3 years, 10 months ago
- f18b728 heap: create unique variable name by Maksim Masalski · 3 years, 10 months ago
- 79fb3b7 libc: minimal: mwdt: define __INT*_C() and __UINT*_C() by Watson Zeng · 3 years, 10 months ago
- d373703 k_heap: Clamp to a minimum heap size by Andy Ross · 3 years, 10 months ago
- 1e74ddd kernel: remove dead workq code by Anas Nashif · 3 years, 10 months ago
- 14b358a libc: minimal: Add EOVERFLOW by Carles Cufi · 3 years, 10 months ago
- 1e26e08 libc: minimal: Add doxygen formatting to errno.h by Carles Cufi · 3 years, 10 months ago
- 165def7 libc: minimal: Align errno.h values with newlib by Carles Cufi · 3 years, 10 months ago
- 1ff6664 lib: newlib: Remove internal _sbrk lock by Stephanos Ioannidis · 3 years, 11 months ago
- b0e690a lib: newlib: Add malloc lock by Stephanos Ioannidis · 3 years, 11 months ago
- dbfa5a0 coding guidelines 11.9: fix literal zero as the null-ptr-constant by Maksim Masalski · 3 years, 11 months ago
- 136c942 coding guidelines 10.4: casting operands to have same types by Maksim Masalski · 3 years, 11 months ago
- 6afe7c5 ARC: prepare for building for ARCv3 HS6x by Evgeniy Paltsev · 3 years, 11 months ago
- ff407fb sys: introduce bit arrays by Daniel Leung · 3 years, 11 months ago
- edc3c87 lib: os: mpsc_buf: Allow dropping of skip packets in no overwrite by Krzysztof Chruscinski · 3 years, 11 months ago
- 7825487 lib: os: mpsc_pbuf: Add guard for oversized allocation by Krzysztof Chruscinski · 3 years, 11 months ago
- 91d90df p4wq: add support for per-CPU, per-queue and delayed threads by Guennadi Liakhovetski · 3 years, 11 months ago
- 56610bd p4wq: fix races when handling work items by Guennadi Liakhovetski · 3 years, 11 months ago
- a4b8819 p4wq: fix initialisation with SMP disabled by Guennadi Liakhovetski · 3 years, 11 months ago
- 143a18b lib: os: assign sys_notify callback default to NULL... by Daniel Leung · 4 years ago
- b773ec1 lib: os: cbprintf_complete: fix typo in cbvprintf width comment by Jennifer Williams · 4 years ago
- a7e4ae5 lib: os: reboot: misc cleanup by Gerard Marull-Paretas · 4 years ago
- f163bdb power: move reboot functionality to os lib by Gerard Marull-Paretas · 4 years ago
- be5a377 lib: os: add final else where missing in onoff, p4wq, sem by Jennifer Williams · 4 years ago
- 9517b87 lib: os: add final else where missing in heap* by Jennifer Williams · 4 years ago
- 254dfd4 lib: os: add final else where missing in cbprintf_* by Jennifer Williams · 4 years ago
- 2c6da98 lib/os: cbprintf_packaged: simplify rodata check by Daniel Leung · 4 years ago
- b8312fa Revert "lib: os: various places fix missing final else" by Anas Nashif · 4 years ago
- 163b7f0 lib: os: various places fix missing final else by Jennifer Williams · 4 years ago
- 45baec2 lib: gui: lvgl: Fix logging macro usage by Krzysztof Chruscinski · 4 years ago
- 3e38d5e lib: rb: Fix violations to rule 12.1 by Flavio Ceolin · 4 years ago
- f83c004 lib: rb: Fix violations to rule 14.4 by Flavio Ceolin · 4 years ago
- 81b5b03 lib: rb: Fix violation to rule 10.3 by Flavio Ceolin · 4 years ago
- 188bb6e lib: rb: Use types that indicate size and signedness by Flavio Ceolin · 4 years ago
- a15f32f portability: move cmsis APIs to subsys/portability by Anas Nashif · 4 years ago
- f1bb20f logging: Adapt logger to support both versions by Krzysztof Chruscinski · 4 years ago
- 345d12e tests: lib: Add test for mpsc_pbuf by Krzysztof Chruscinski · 4 years ago
- 1fd71ca lib: os: mpsc_pbuf: Add optional debug features by Krzysztof Chruscinski · 4 years ago
- 3a765f4 lib: os: Add mpsc (multiple producer, single consumer) packet buffer by Krzysztof Chruscinski · 4 years ago
- dde03c6 net: socket: Add locking to prevent concurrent access by Jukka Rissanen · 4 years ago
- efc78b5 lib: os: fix heap_print_info missing final else in construct by Jennifer Williams · 4 years ago
- a4afedb sys: ring_buffer: allow NULL data buffers by Jordan Yates · 4 years ago
- 0ec3774 userspace: rename _is_user_context -> k_is_user_context by Anas Nashif · 4 years ago
- dca4397 subsys/cmsis_v1: Fix unitialized struct coverity error by David Leach · 4 years ago
- 3539c2f arm/arm64: Make ARM64 a standalone architecture by Carlo Caione · 4 years ago
- 7b6a4da libc/minimal: assorted fixes to malloc() and friends by Nicolas Pitre · 4 years ago