zephyr/lib/posix/options
Chris Friedt bca2ef672e posix: mem: remove imply MMU from POSIX options
With MMU being converted to a non-user-configurable option, we can
rely on that exclusively to know whether arch_mem_map() and
arch_mem_unmap() are available and we can remove the workarounds
in POSIX at the Kconfig level.

Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
2025-02-19 04:59:33 +01:00
..
getopt
aio.c
barrier.c posix: pin init functions and data for demand paging 2025-01-11 04:36:38 +01:00
clock.c posix: clock: partially reformat __z_clock_nanosleep 2024-11-28 15:41:32 +00:00
CMakeLists.txt posix: options: add xsi realtime option group 2025-02-03 09:05:09 +01:00
cond.c posix: pin init functions and data for demand paging 2025-01-11 04:36:38 +01:00
confstr.c
device_io.c posix: device_io: use mode argument correctly in open() 2024-10-14 13:01:51 +02:00
env.c
eventfd.c
fd_mgmt.c
file_system_r.c posix: include: dirent: rework the dirent.h header 2025-01-08 01:29:06 +01:00
fnmatch.c
fs_priv.h posix: options: fs: move posix_fs_desc to fs_priv.h 2025-01-02 09:18:57 +01:00
fs.c posix: options: fs: separate file_system_r to its own file 2025-01-02 09:18:57 +01:00
fsync.c
getentropy.c
grp.c
Kconfig posix: options: add xsi realtime option group 2025-02-03 09:05:09 +01:00
Kconfig.aio posix: Move POSIX configs out of experimental 2024-12-19 17:37:40 +01:00
Kconfig.barrier
Kconfig.c_lang_r posix: options: remove default setting of toolchain option 2025-01-04 00:49:03 +01:00
Kconfig.c_lib_ext posix: options: kconfig: fix typo informnation -> information 2025-01-02 19:47:36 +01:00
Kconfig.compat
Kconfig.deprecated
Kconfig.device_io posix: options: kconfig: fix typo informnation -> information 2025-01-02 19:47:36 +01:00
Kconfig.fd_mgmt posix: Move POSIX configs out of experimental 2024-12-19 17:37:40 +01:00
Kconfig.file_system_r posix: options: kconfig: fix typo informnation -> information 2025-01-02 19:47:36 +01:00
Kconfig.fs posix: options: fs: separate file_system_r to its own file 2025-01-02 09:18:57 +01:00
Kconfig.mem posix: mem: remove imply MMU from POSIX options 2025-02-19 04:59:33 +01:00
Kconfig.mqueue
Kconfig.net
Kconfig.proc1
Kconfig.procN posix: Move POSIX configs out of experimental 2024-12-19 17:37:40 +01:00
Kconfig.profile posix: options: profiles: uncomment options that should be selected 2025-02-03 09:05:09 +01:00
Kconfig.pthread posix: options: fs: separate file_system_r to its own file 2025-01-02 09:18:57 +01:00
Kconfig.rwlock
Kconfig.sched posix: Move POSIX configs out of experimental 2024-12-19 17:37:40 +01:00
Kconfig.semaphore
Kconfig.signal posix: Move POSIX configs out of experimental 2024-12-19 17:37:40 +01:00
Kconfig.spinlock
Kconfig.sync_io
Kconfig.timer
Kconfig.toolchain posix: options: add xsi realtime option group 2025-02-03 09:05:09 +01:00
Kconfig.xsi_realtime posix: options: add xsi realtime option group 2025-02-03 09:05:09 +01:00
Kconfig.xsi_single_process posix: options: split kconfig.xsi into separate option groups 2025-02-03 09:05:09 +01:00
Kconfig.xsi_streams posix: options: split kconfig.xsi into separate option groups 2025-02-03 09:05:09 +01:00
Kconfig.xsi_system_logging posix: options: split kconfig.xsi into separate option groups 2025-02-03 09:05:09 +01:00
Kconfig.xsi_threads_ext posix: options: split kconfig.xsi into separate option groups 2025-02-03 09:05:09 +01:00
key.c posix: fix pthread thread specific data cleanup 2024-11-25 08:31:08 +01:00
mlock.c posix: options: mlock: refine imply for MMU and DEMAND_PAGING 2025-01-11 18:31:02 +01:00
mlockall.c posix: options: mlockall: include toolchain header 2025-01-09 15:49:57 +01:00
mmap.c
mprotect.c posix: options: mprotect: include toolchain header 2025-01-09 15:49:42 +01:00
mqueue.c
multi_process.c
mutex.c posix: pin init functions and data for demand paging 2025-01-11 04:36:38 +01:00
net.c
perror.c
posix_clock.h
posix_internal.h posix: fix pthread thread specific data cleanup 2024-11-25 08:31:08 +01:00
pthread_sched.h
pthread.c posix: pin init functions and data for demand paging 2025-01-11 04:36:38 +01:00
pwd.c
rwlock.c lib: posix: Fix unchecked return value in rwlock 2024-12-04 02:03:20 +01:00
sched.c
semaphore.c posix: semaphore: explicitly ignore return of k_mutex_unlock() 2025-01-30 20:27:48 +01:00
shm.c posix: shm: ensure addend is less than INTPTR_MAX 2025-01-30 20:27:59 +01:00
signal.c
sleep.c
spinlock.c
stropts.c
sysconf.c posix: sysconf.c uses POSIX values 2024-09-16 20:17:35 +02:00
syslog.c
timer.c posix: fix one-time timer for SIGEV_SIGNAL 2024-11-16 15:26:42 -05:00
timespec_to_timeout.c
uname.c