Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Chris Friedt c3368f6491 posix: env: use sizeof void ptr instead of char ptr ptr 2 weeks ago
..
getopt
CMakeLists.txt posix: use sys_clock implementation 2 weeks ago
Kconfig posix: remove deprecated kconfig options 4 months ago
Kconfig.aio posix: Move POSIX configs out of experimental 7 months ago
Kconfig.barrier
Kconfig.c_lang_r posix: options: remove default setting of toolchain option 6 months ago
Kconfig.c_lib_ext posix: options: kconfig: fix typo informnation -> information 6 months ago
Kconfig.clock_selection posix: implement the POSIX_CLOCK_SELECTION Option Group 2 months ago
Kconfig.compat
Kconfig.device_io posix: options: kconfig: fix typo informnation -> information 6 months ago
Kconfig.fd_mgmt posix: Move POSIX configs out of experimental 7 months ago
Kconfig.file_system_r posix: options: kconfig: fix typo informnation -> information 6 months ago
Kconfig.fs posix: options: fs: separate file_system_r to its own file 6 months ago
Kconfig.mem posix: mem: remove imply MMU from POSIX options 5 months ago
Kconfig.mqueue
Kconfig.net
Kconfig.proc1 posix: implement the XSI_SINGLE_PROCESS Option Group 2 months ago
Kconfig.procN posix: Move POSIX configs out of experimental 7 months ago
Kconfig.profile lib: posix: dedicated symbol for POSIX system headers 4 weeks ago
Kconfig.pthread posix: options: `POSIX_THREADS` require a stack 3 months ago
Kconfig.rwlock
Kconfig.sched posix: Move POSIX configs out of experimental 7 months ago
Kconfig.semaphore posix: semaphores: use a default minimal heap-add for semaphores 3 months ago
Kconfig.signal posix: Move POSIX configs out of experimental 7 months ago
Kconfig.spinlock
Kconfig.sync_io
Kconfig.timer
Kconfig.toolchain posix: options: add xsi realtime option group 5 months ago
Kconfig.xsi_realtime posix: options: add xsi realtime option group 5 months ago
Kconfig.xsi_single_process posix: implement the XSI_SINGLE_PROCESS Option Group 2 months ago
Kconfig.xsi_streams posix: options: split kconfig.xsi into separate option groups 5 months ago
Kconfig.xsi_system_logging posix: options: split kconfig.xsi into separate option groups 5 months ago
Kconfig.xsi_threads_ext posix: options: split kconfig.xsi into separate option groups 5 months ago
aio.c
barrier.c posix: pin init functions and data for demand paging 6 months ago
clock.c posix: use sys_clock implementation 2 weeks ago
clock_selection.c posix: use sys_clock implementation 2 weeks ago
cond.c posix: cond + mutex: log messages generate warnings for 32-bit timeouts 2 weeks ago
confstr.c
device_io.c Revert "posix: device_io: mark pwrite() buf as const" 1 month ago
env.c posix: env: move most implementations to env-common.c 2 months ago
env_common.c posix: env: use sizeof void ptr instead of char ptr ptr 2 weeks ago
eventfd.c
fd_mgmt.c
file_system_r.c posix: include: dirent: rework the dirent.h header 6 months ago
fnmatch.c posix: fnmatch: fix bugs in fnmatch(), see issue #55186 1 month ago
fs.c posix: options: fs: separate file_system_r to its own file 6 months ago
fs_priv.h posix: options: fs: move posix_fs_desc to fs_priv.h 6 months ago
fsync.c
getentropy.c
grp.c
key.c posix: key: do not use deprecated kconfig 4 months ago
mlock.c posix: options: mlock: refine imply for MMU and DEMAND_PAGING 6 months ago
mlockall.c posix: options: mlockall: include toolchain header 6 months ago
mmap.c
mprotect.c posix: options: mprotect: include toolchain header 6 months ago
mqueue.c posix: always require clockid_t argument to timespec_to_timeoutms() 3 months ago
multi_process.c
mutex.c posix: cond + mutex: log messages generate warnings for 32-bit timeouts 2 weeks ago
net.c Revert "posix: net: move static inline gethostname() to lib definition" 1 month ago
perror.c
posix_clock.h posix: use sys_clock implementation 2 weeks ago
posix_internal.h lib: posix: Update attribute packed for posix_thread_attr 2 weeks ago
pthread.c posix: always require clockid_t argument to timespec_to_timeoutms() 3 months ago
pthread_sched.h
pwd.c
rwlock.c Revert "posix: rwlock: Refactor locking using k_timepoint_t" 1 month ago
sched.c
semaphore.c posix: always require clockid_t argument to timespec_to_timeoutms() 3 months ago
shm.c posix: shm: ensure addend is less than INTPTR_MAX 5 months ago
signal.c
sleep.c
spinlock.c
stropts.c
sysconf.c Revert "posix: sysconf: match _SC* defines with newlib/picolib" 1 month ago
syslog.c
timer.c posix: move timespec functions to posix_clock.h 3 months ago
timespec_to_timeout.c posix: refactor timespec_to_timeoutms() to use tp_diff() 3 months ago
uname.c
xsi_single_process.c posix: use sys_clock implementation 2 weeks ago