- fc26fd5 posix: pthread: initialize t and c pointers to NULL by Christopher Friedt · 1 year, 2 months ago
- 9dcbfa8 libc/picolibc: Remove the global definition of _POSIX_C_SOURCE by Keith Packard · 1 year, 2 months ago
- 23016f4 posix: pthread: posix_thread_q_set() and posix_thread_q_get() by Christopher Friedt · 1 year, 2 months ago
- 81f3777 posix: pthread: hold pool lock when calling to_posix_thread() by Christopher Friedt · 1 year, 2 months ago
- 77135fc posix: pthread: embed posix_thread_attr inside of posix_thread by Christopher Friedt · 1 year, 2 months ago
- dbcba2f posix: pthread: check canceltype before async cancel by Christopher Friedt · 1 year, 2 months ago
- 301581a posix: pthread: wrapper to check attribute initialization by Christopher Friedt · 1 year, 2 months ago
- 5f2c6e5 ztest: export ztest_test_* symbols to llexts by Luca Burelli · 1 year, 2 months ago
- c1643f9 posix: Add implementation of mq_notify() function by Adam Wojasinski · 1 year, 2 months ago
- 57057b1 posix: add a top-level menu by Christopher Friedt · 1 year, 2 months ago
- 3ff7c04 posix: timer: use async pthread cancellation by Christopher Friedt · 1 year, 2 months ago
- 689dc4a posix: timer: support other clocks by Christopher Friedt · 1 year, 2 months ago
- b0a83a9 posix: rwlock: make pthread_rwlock_t a pooled ipc type by Christopher Friedt · 1 year, 2 months ago
- 7c42c01 posix: pthread: use `is_posix_policy_prio_valid` to check POSIX priority by Yong Cong Sin · 1 year, 2 months ago
- c3cc2e4 posix: pthread: test the priority conversion functions by Yong Cong Sin · 1 year, 2 months ago
- 5ad7f4b posix: pthread: priority should be of `int` type by Yong Cong Sin · 1 year, 2 months ago
- b2caec8 posix: pthread: fix typos by Yong Cong Sin · 1 year, 2 months ago
- 66fdd39 posix: pthread: fix `zephyr_to_posix_priority` assert test by Yong Cong Sin · 1 year, 2 months ago
- 45c554d posix: shell: introduce top level `posix` command by Yong Cong Sin · 1 year, 2 months ago
- 635dabf posix: uname: shell: update help message with more information by Yong Cong Sin · 1 year, 2 months ago
- 48c16f9 posix: uname: move `uname` shell from sample by Yong Cong Sin · 1 year, 2 months ago
- 98a631b posix: pthread: allow `oldstate` & `oldtype` to be `NULL` by Yong Cong Sin · 1 year, 2 months ago
- 73e20a8 posix: clock: add ztest rule to reset clock base by Yong Cong Sin · 1 year, 2 months ago
- a6dab1a posix: pthread: additional null checks on parameters by Christopher Friedt · 1 year, 2 months ago
- 68d1a52 posix: sched: Implement get APIs for scheduling parameters by Dmitrii Golovanov · 1 year, 2 months ago
- b184fc3 posix: sched: Add CONFIG_POSIX_PRIORITY_SCHEDULING by Dmitrii Golovanov · 1 year, 2 months ago
- 73da1e8 posix: signal: implement `sigprocmask()` by Yong Cong Sin · 1 year, 2 months ago
- cf74f22 posix: semaphore: optimize named semaphore implementation a bit by Nicolas Pitre · 1 year, 3 months ago
- abb21d4 posix: semaphore: implement `sem_open()`, `sem_unlink()` & `sem_close()` by Yong Cong Sin · 1 year, 3 months ago
- 5c34726 posix: patch to implement get_pid function by Jai Arora · 1 year, 3 months ago
- a3573a9 posix: implement clock_getcpuclockid function by Jai Arora · 1 year, 3 months ago
- b802e42 posix kconfig: Improve depends on host libC by Alberto Escolar Piedras · 1 year, 3 months ago
- c58710c lib/posix getopt: Fix include by Alberto Escolar Piedras · 1 year, 3 months ago
- 95a22b1 posix: clock: clock_gettime() should not be a syscall by Christopher Friedt · 1 year, 3 months ago
- e0383a6 posix: clock: check for invalid ns in clock_settime() by Christopher Friedt · 1 year, 3 months ago
- b8184ca lib: crc: address absence of crc4, crc4_ti in crc_types array by Pisit Sawangvonganan · 1 year, 3 months ago
- fdacddd posix: timer: Fix timer_obj alignment by Martin Åberg · 1 year, 3 months ago
- 10156f5 posix: mqueue: pop mode as int with va_arg() by Christopher Friedt · 1 year, 3 months ago
- e67b12e lib: posix: tag the fallthrough case as __fallthrough by Fabio Baltieri · 1 year, 3 months ago
- c05a483 lib posix: Allow building the POSIX_API library without the host libC by Alberto Escolar Piedras · 1 year, 3 months ago
- 23ad117 Revert "lib: support linking to POSIX API with 3rd-party libc" by Alberto Escolar Piedras · 1 year, 3 months ago
- ec69e64 posix: pthread_setspecific: fix for coverity issue cid 334906 by Christopher Friedt · 1 year, 3 months ago
- 3458527 posix: pthread_getspecific: fix for coverity issue cid 334909 by Christopher Friedt · 1 year, 3 months ago
- c48d61a lib: os: cbprintf: Fix size miscalculation in cbprintf_convert by Krzysztof Chruściński · 1 year, 3 months ago
- 6342aa3 lib: support linking to POSIX API with 3rd-party libc by Christopher Friedt · 1 year, 3 months ago
- fcd139d posix: pthread: support stack sizes larger than 65k by Christopher Friedt · 1 year, 3 months ago
- 0b999c0 lib: move utilities into own folder by Anas Nashif · 1 year, 3 months ago
- a7d2c5c posix: implement pthread_getguardsize() pthread_setguardsize() by Christopher Friedt · 1 year, 3 months ago
- eb7e4be posix: pthread_attr: use space in struct more efficiently by Christopher Friedt · 1 year, 3 months ago
- 7bb16c7 posix: mqueue: Remove custom default for HEAP_MEM_POOL_SIZE by Johan Hedberg · 1 year, 3 months ago
- 0594d29 lib: acpi: Introduce HEAP_MEM_POOL_ADD_SIZE_ACPI option by Johan Hedberg · 1 year, 3 months ago
- 04601ae ARCMWDT: Add headers for POSIX compatibility by Nikolay Agishev · 1 year, 3 months ago
- 24b58ec lib: acpi: Add ASSERT() for wrong length by Andrei Emeltchenko · 1 year, 3 months ago
- 28ac213 lib: acpi: Implement acpi_dmar_ioapic_get() by Andrei Emeltchenko · 1 year, 3 months ago
- 4c3eda8 acpi: Add acpi_dmar_foreach helpers by Andrei Emeltchenko · 1 year, 3 months ago
- 04c9903 posix: pthread_once: simplify and reduce size of pthread_once_t by Christopher Friedt · 1 year, 3 months ago
- 246ec22 lib: heap: move heap stats to own file by Anas Nashif · 1 year, 3 months ago
- d4c881d lib: mem_block: move to own folder by Anas Nashif · 1 year, 3 months ago
- 740d0c3 lib: heap: make multi-heap feature configurable by Anas Nashif · 1 year, 3 months ago
- d398e96 lib: heap: build heap_info conditionally by Anas Nashif · 1 year, 3 months ago
- 00680bd lib: heap: rename with files and use _ by Anas Nashif · 1 year, 3 months ago
- b9f2ac0 lib: heap: make heap_print_info static by Anas Nashif · 1 year, 3 months ago
- d6d716b lib: heap: build heap utilities only on demand by Anas Nashif · 1 year, 3 months ago
- 4cd9c11 lib: heap: split heap-validate.c by Anas Nashif · 1 year, 3 months ago
- 6cb5888 lib: os: move heap to own folder by Anas Nashif · 1 year, 3 months ago
- 6621e78 lib: libc: minimal: proper cast to "(char *)" from "(const char *)" by Florian La Roche · 1 year, 3 months ago
- c272180 posix: pthread: implement pthread_sigmask() by Christopher Friedt · 1 year, 4 months ago
- 73930c2 posix: signal: define max rt signals as zero when not enabled by Christopher Friedt · 1 year, 4 months ago
- 69cdc32 llext: export some symbols by Guennadi Liakhovetski · 1 year, 4 months ago
- 742de21 posix: pthread: add logging to pthread key by Christopher Friedt · 1 year, 4 months ago
- 5dc561f posix: key: remove unnecessary else / indent by Christopher Friedt · 1 year, 4 months ago
- fb695c4 posix: pthread: implement pthread_cleanup_push() / pop() by Christopher Friedt · 1 year, 4 months ago
- 5cd2e17 posix: pthread: fix warning about uninitialized variable by Christopher Friedt · 1 year, 4 months ago
- e49ae77 posix: pthread: implement pthread_getconcurrency() by Christopher Friedt · 1 year, 4 months ago
- 1e7eb7a posix: pthread: support for pthread_setcanceltype() by Christopher Friedt · 1 year, 4 months ago
- 87635dd posix: do not define _PTHREAD_CANCEL_POS by Christopher Friedt · 1 year, 4 months ago
- 19ef279 posix: define PTHREAD_CANCELED globally by Christopher Friedt · 1 year, 4 months ago
- ad5441b posix: pthread: move pthread_equal() closer to pthread_self() by Christopher Friedt · 1 year, 4 months ago
- a89fa32 posix: pthread: ensure pthread_key_delete() removes correct key by Christopher Friedt · 1 year, 4 months ago
- a0c307c posix: pthread: implement pthread_atfork() by Christopher Friedt · 1 year, 4 months ago
- 8679c58 kernel: Option to not use tls to get current thread by Flavio Ceolin · 1 year, 4 months ago
- 7a5fcb8 libc/picolibc: Support 'long long' and 'minimal' printf variants by Keith Packard · 1 year, 4 months ago
- 5347a83 libc/picolibc: Support picolibc's assert-verbose option by Keith Packard · 1 year, 4 months ago
- 47e0980 lib/os: With CBPRINTF_NANO, picolibc long-long printf isn't required by Keith Packard · 1 year, 4 months ago
- 7d9c0b9 lib/os/cbprintf: Picolibc doesn't support several cbprintf options by Keith Packard · 1 year, 4 months ago
- c0c8952 shell: do not enable subsystem/driver shell modules by default by Henrik Brix Andersen · 1 year, 4 months ago
- c972ef1 kernel: mm: move kernel mm functions under kernel includes by Daniel Leung · 1 year, 4 months ago
- 4c58c6b libc: common: support for C11 call_once() by Christopher Friedt · 1 year, 4 months ago
- b9db7df libc: common: support for C11 thread-specific storage by Christopher Friedt · 1 year, 4 months ago
- 7e539e2 libc: common: support for C11 condition variables by Christopher Friedt · 1 year, 4 months ago
- 576ae7f lib: libc: common: add C11 mutex implementation by Christopher Friedt · 1 year, 4 months ago
- 97668b8 libc: common: add support for iso c11 threads by Christopher Friedt · 1 year, 4 months ago
- a3ff19a cmake: compiler: Add compiler property for no-builtin by Grant Ramsay · 1 year, 4 months ago
- 679d82c libc: Add GCC fno-builtin-malloc flag to common stdlib compilation by Grant Ramsay · 1 year, 4 months ago
- f4e6e4b libc/picolibc: Don't force TLS when using picolibc module by Keith Packard · 1 year, 5 months ago
- 6e8a1f5 acpi: shell: Fix specifying string precision by Johan Hedberg · 1 year, 5 months ago
- 584a1cf acpi: Use ACPICA typedef names when available by Johan Hedberg · 1 year, 5 months ago
- 31cafc3 acpi: Remove redundant newline characters from logs by Johan Hedberg · 1 year, 5 months ago
- fe382d4 acpi: shell: Remove unnecessary newlines by Johan Hedberg · 1 year, 5 months ago
- 537cb1f acpi: Remove unnecessary prs_buffer variable by Johan Hedberg · 1 year, 5 months ago