doc: posix: mark posix signals supported with undefined behaviour
posix: add stubs for signal.h functions that need process support
posix: procN: add missing alias for getpid()
scripts: ci: guideline_check: mitigate excessive false positives
tests: posix: one tier0 platform per arch for integration tests
doc: fix code samples in dns_sd documentation so that they compile
tests: net: mqtt: Make publisher/subscriber test suites self contained
tests: net: mqtt: Group existing MQTT 3.1.1 test suites
drivers: ethernet: tc6: Combine read chunks into continuous net buffer
drivers: ethernet: Continue transmission when setting mac or promisc mode
drivers: ethernet: lan865x: Enable all multicast MAC addr for IPv6
drivers: ethernet: tc6: Add comment regarding RFA bit set in OA_CONFIG0
drivers: ethernet: lan865x: Update SPEC_ADD1_BOTTOM register comment
net: wifi: shell: enhance consistency in code style
net: wifi: shell: apply `struct option` as `static const`
net: wifi: shell: manual code formatting
libc: newlib: add config to use custom sbrk
posix: re-introduce PTHREAD_RWLOCK_INITIALIZER
userspace: fix minor typo in `k_is_in_user_syscall`
arch: riscv: check esf before calling z_riscv_unwind_stack
tests: drivers: gpio: gpio_basic_api: Added KE15Z Overlay file.
boards: nxp: frdm_ke15z: Add board support for ke15z
soc: nxp: kinetis: added soc support for ke1xz platforms.
drivers: gpio_mcux: Support shared interrupts
west: updated west.yml to grab ke15z Pinctrl definitions
posix: use sys_sem instead of k_spinlock for pool synch
sys_sem: add a for-loop-like macro similar to spinlocks
tests: posix: fs: add test suite for ftruncate
lib: posix: fs: add ftruncate support
tests: posix: fs: add test suite for fsync
lib: os: fdtable: add support for fsync
posix: Implement test for isastream
doc: posix: mark isastream as supported
posix: Implement isastream
tests: posix: eventfd: Add ioctl F_SETFL test
posix: eventfd: Fix unsetting internal flags in ioctl
drivers: ieee802154: gracefully handle invalid Ack timestamp
tests: posix: add tests for pthread_setschedprio()
posix: implement pthread_setschedprio
tests: posix: headers: fix undefined ref to zsock_socketpair
doc: posix: add POSIX_NETWORKING Option Group and mark supported
tests: posix: headers: uncomment check for sockatmark()
posix: net: add trivial netdb function implementations
tests: posix: headers: uncomment net/if.h tests
posix: net: implement if_nameindex() et al
tests: posix: net: tests for inet_ntoa()
posix: net: implement inet_ntoa()
tests: posix: net: add a posix network api testsuite
posix: net: add kconfig option and inet_addr()
tests: posix: common: reorder headers to avoid LOG_ERR conflict
doc: posix: remove unneeded notes about XSI_THREADS_EXT
posix: rwlock: implement pthread_rwlockattr_setpshared
posix: rwlock: pthread_rwlockattr_init / destroy in lib
tests: posix: add a test for clock_getres()
posix: clock: implement clock_getres()
doc: posix: sched functions will fail with ENOSYS
doc: posix: mark putmsg as supported
posix: sysconf: use Z_SC_VAL_IFDEF for sysconf constants
posix: syslog: Fix uninitialized variable error
samples: posix: add environment variable sample app
posix: manually define _POSIX_C_SOURCE in lib/posix
posix: shell: add an environment variable shell command
doc: posix: add environ, getenv, setenv, and unsetenv
tests: posix: tests for environ, getenv, setenv, unsetenv
posix: env: support for environ, getenv(), setenv(), unsetenv()
sched: finalize_cancel_locked can early return
ci: doc-publish: Publish API coverage docs only when available
doc: lts: update conf.py to point at 2.7.6 (LTS)
doc: release: update eol for ltsv2 to 2025-01-26
tests: posix: add a compile-and-run-only test for syslog
posix: syslog: add support for syslog
tests: posix: common: add a testsuite for pthread_mutexattr_t
posix: mutexattr: improvements for pthread_mutexattr_t
tests: posix: mutex: init and destroy mutexattr properly
posix: mqmeue: do not return NULL after pthread_exit()
tests: posix: mqueue: increase sleep ms to reduce failures
posix: convert all error logs to debug logs
doc: posix: mark sched_getscheduler and getparam as supported
samples: posix: philosophers: fix off-by-one error
samples: posix: philosophers: minor spacing corrections
posix: remove unneeded option to link with posix subsys
posix: separate shell utilities and posix api implementation
boards: riscv: mpfs_icicle: enable system-controller spi flash
dts: mbox: add PolarFire SoC mailbox interface
dts: riscv: add PolarFire SoC system controller QSPI interface
tests: posis/fs: close only valid descriptor
boards: riscv: Add spi flash to Polarfire SOC icicle board
drivers: spi: Add support for Polarfire SOC SPI
dts: riscv: introduce Polarfire SOC SPI interface
scripts: checkpatch.pl: fix constant comparison false positives
samples: posix: implement philosphers using pthreads
posix: internal: make priority / policy transforms available
cmake: compiler: add double promotion warning
posix: pthread: initialize t and c pointers to NULL
tests: posix: pthread: identify thread ids of detached threads
tests: posix + libc: qemu_x86*: use dynamic stack size of 4096
posix: pthread: posix_thread_q_set() and posix_thread_q_get()
posix: pthread: hold pool lock when calling to_posix_thread()
posix: pthread: embed posix_thread_attr inside of posix_thread
posix: pthread: check canceltype before async cancel