| .. |
|
getopt
|
style: lib: comply with MISRA C:2012 Rule 15.6
|
2024-09-11 07:40:35 -04:00 |
|
aio.c
|
|
|
|
barrier.c
|
|
|
|
clock.c
|
posix: clock: partially reformat __z_clock_nanosleep
|
2024-11-28 15:41:32 +00:00 |
|
CMakeLists.txt
|
posix: fs: declare _POSIX_C_SOURCE in a consistent way
|
2025-01-08 01:29:06 +01:00 |
|
cond.c
|
|
|
|
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
|
Revert "posix: fd_mgmt: implement dup(), dup2(), fseeko(), and ftello()"
|
2024-07-03 15:03:05 -04:00 |
|
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
|
posix: fs: implement fdatasync()
|
2024-07-29 14:14:33 +02:00 |
|
getentropy.c
|
|
|
|
grp.c
|
lib: posix: add stubs for thread-safe grp & pwd functions
|
2024-08-05 10:17:27 +02:00 |
|
Kconfig
|
posix: options: fs: separate file_system_r to its own file
|
2025-01-02 09:18:57 +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
|
posix: deprecated: remove new options without deprecation
|
2024-07-18 16:28:02 -04:00 |
|
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: Move POSIX configs out of experimental
|
2024-12-19 17:37:40 +01:00 |
|
Kconfig.mqueue
|
kconfig: replace known integer constants with variables
|
2024-07-27 20:49:15 +03:00 |
|
Kconfig.net
|
|
|
|
Kconfig.proc1
|
|
|
|
Kconfig.procN
|
posix: Move POSIX configs out of experimental
|
2024-12-19 17:37:40 +01:00 |
|
Kconfig.profile
|
|
|
|
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: replace known integer constants with variables
|
2024-07-27 20:49:15 +03:00 |
|
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
|
|
|
|
Kconfig.xsi
|
|
|
|
key.c
|
posix: fix pthread thread specific data cleanup
|
2024-11-25 08:31:08 +01:00 |
|
mlock.c
|
|
|
|
mlockall.c
|
|
|
|
mmap.c
|
|
|
|
mprotect.c
|
|
|
|
mqueue.c
|
|
|
|
multi_process.c
|
posix: procN: add missing alias for getpid()
|
2024-08-23 10:35:11 -04:00 |
|
mutex.c
|
posix: use sys_sem instead of k_spinlock for pool synch
|
2024-10-03 17:07:05 +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: pthread: implement non-standard try-join and timed-join
|
2024-12-15 19:24:33 +01:00 |
|
pwd.c
|
lib: posix: add stubs for thread-safe grp & pwd functions
|
2024-08-05 10:17:27 +02:00 |
|
rwlock.c
|
lib: posix: Fix unchecked return value in rwlock
|
2024-12-04 02:03:20 +01:00 |
|
sched.c
|
|
|
|
semaphore.c
|
|
|
|
shm.c
|
posix: options/shm.c needs _POSIX_C_SOURCE
|
2024-09-16 20:17:35 +02:00 |
|
signal.c
|
posix: add stubs for signal.h functions that need process support
|
2024-08-23 10:35:11 -04:00 |
|
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
|
|
|