zephyr/lib
Chris Friedt 2d4346ba53 posix: implement mprotect()
Provide a stub for mprotect() to satisfy the requirement for the
base definitions / system interfaces and subsequently PSE51,
PSE52, PSE52, etc.

Currently, Zephyr's virtual memory-management API does not seem
to support modifying memory protection bits after pages have
already been mapped.

Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
2024-06-14 14:01:05 -04:00
..
acpi lib: acpi: update shell and test app with the modifed resource struct 2024-02-15 12:28:55 +01:00
cpp
crc lib: change controlling expressions in if/while to Boolean 2024-06-11 20:03:34 +03:00
hash
heap lib: added blanks between operators 2024-06-13 20:28:23 -04:00
libc lib: added blanks between operators 2024-06-13 20:28:23 -04:00
mem_blocks
open-amp driver: ram_console: leave one byte from the defined buffer size 2024-06-12 17:09:24 -05:00
os fdtable: per-fd offset support, add read/write_offs() methods 2024-06-14 14:01:05 -04:00
posix posix: implement mprotect() 2024-06-14 14:01:05 -04:00
runtime
smf lib: smf: fix ctx->executing in smf_execute_all_entry_actions 2024-06-12 12:52:46 -04:00
utils lib: check null pointer before taking lock for bitarray 2024-06-14 19:18:28 +02:00
CMakeLists.txt lib posix: Allow building the POSIX_API library without the host libC 2023-12-28 09:58:23 -05:00
Kconfig