zephyr/lib/posix/options
Yong Cong Sin 91abf0e329 posix: fs: implement `fdatasync()`
`fdatasync()` is basically equivalent to `fsync()` according
to the standards.

Added test for it.

Signed-off-by: Yong Cong Sin <ycsin@meta.com>
2024-07-29 14:14:33 +02:00
..
getopt
CMakeLists.txt posix: allow for external implementation of option groups 2024-06-26 13:08:21 -04:00
Kconfig posix: allow for external implementation of option groups 2024-06-26 13:08:21 -04:00
Kconfig.aio
Kconfig.barrier
Kconfig.c_lib_ext
Kconfig.compat
Kconfig.deprecated posix: deprecated: remove new options without deprecation 2024-07-18 16:28:02 -04:00
Kconfig.device_io Revert "posix: device_io: require a full libc for c89 functions" 2024-07-03 15:03:05 -04:00
Kconfig.fd_mgmt Revert "posix: kconfig: remove select y from non-user-selectable help" 2024-07-03 15:03:05 -04:00
Kconfig.fs Revert "posix: kconfig: remove select y from non-user-selectable help" 2024-07-03 15:03:05 -04:00
Kconfig.mem
Kconfig.mqueue kconfig: replace known integer constants with variables 2024-07-27 20:49:15 +03:00
Kconfig.net
Kconfig.proc1
Kconfig.procN
Kconfig.profile
Kconfig.pthread
Kconfig.rwlock
Kconfig.sched
Kconfig.semaphore kconfig: replace known integer constants with variables 2024-07-27 20:49:15 +03:00
Kconfig.signal Revert "posix: add stubs for signal.h functions that need process support" 2024-07-03 15:03:05 -04:00
Kconfig.spinlock
Kconfig.sync_io
Kconfig.timer
Kconfig.toolchain posix: allow for external implementation of option groups 2024-06-26 13:08:21 -04:00
Kconfig.xsi
aio.c
barrier.c
clock.c lib/posix: Get uptime in ticks instead of cycles 2024-06-28 21:01:54 -04:00
cond.c
confstr.c
device_io.c Revert "posix: device_io: implement pread() and pwrite()" 2024-07-03 15:03:05 -04: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
fnmatch.c
fs.c Revert "posix: device_io: use mode argument correctly in open()" 2024-07-03 15:03:05 -04:00
fsync.c posix: fs: implement `fdatasync()` 2024-07-29 14:14:33 +02:00
getentropy.c
key.c
mlock.c
mlockall.c
mmap.c
mprotect.c
mqueue.c
multi_process.c Revert "posix: procN: add missing alias for getpid()" 2024-07-03 15:03:05 -04:00
mutex.c
net.c
perror.c
posix_clock.h
posix_internal.h
pthread.c
pthread_sched.h
rwlock.c
sched.c
semaphore.c
shm.c posix: shm: fix build error with minimal libc 2024-07-10 14:40:48 +02:00
signal.c Revert "posix: add stubs for signal.h functions that need process support" 2024-07-03 15:03:05 -04:00
sleep.c
spinlock.c
stropts.c
sysconf.c
syslog.c
timer.c
timespec_to_timeout.c
uname.c