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 a10f96e153 posix + tests: use CLOCK_REALTIME where specified by POSIX 3 months ago
..
getopt style: lib: comply with MISRA C:2012 Rule 15.6 10 months ago
CMakeLists.txt posix: options: add xsi realtime option group 5 months ago
Kconfig posix: remove deprecated kconfig options 4 months ago
Kconfig.aio posix: Move POSIX configs out of experimental 7 months ago
Kconfig.barrier posix: create kconfig options for pse51, pse52, pse53 1 year ago
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.compat posix: create kconfig options for pse51, pse52, pse53 1 year ago
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: replace known integer constants with variables 12 months ago
Kconfig.net posix: net: update for POSIX_NETWORKING 1 year ago
Kconfig.proc1 posix: create kconfig options for pse51, pse52, pse53 1 year ago
Kconfig.procN posix: Move POSIX configs out of experimental 7 months ago
Kconfig.profile posix: options: don't imply `POSIX_MESSAGE_PASSING` 3 months ago
Kconfig.pthread posix: options: `POSIX_THREADS` require a stack 3 months ago
Kconfig.rwlock posix: create kconfig options for pse51, pse52, pse53 1 year ago
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 posix: create kconfig options for pse51, pse52, pse53 1 year ago
Kconfig.sync_io posix: deprecate POSIX_FS for POSIX_FILE_SYSTEM 1 year ago
Kconfig.timer posix: create kconfig options for pse51, pse52, pse53 1 year ago
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: options: split kconfig.xsi into separate option groups 5 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 posix: add stubs for asynchronous io 1 year ago
barrier.c posix: pin init functions and data for demand paging 6 months ago
clock.c posix: clock: partially reformat __z_clock_nanosleep 7 months ago
cond.c posix + tests: use CLOCK_REALTIME where specified by POSIX 3 months ago
confstr.c posix: unistd: support for confstr() 1 year ago
device_io.c posix: device_io: use mode argument correctly in open() 9 months ago
env.c posix: env: Fix 2 build warnings 1 year ago
eventfd.c posix: eventfd: fix dependency cycle between net and posix 1 year ago
fd_mgmt.c Revert "posix: fd_mgmt: implement dup(), dup2(), fseeko(), and ftello()" 1 year ago
file_system_r.c posix: include: dirent: rework the dirent.h header 6 months ago
fnmatch.c
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 posix: fs: implement `fdatasync()` 12 months ago
getentropy.c posix: deprecate POSIX_FNMATCH GETOPT GETENTROPY 1 year ago
grp.c lib: posix: add stubs for thread-safe grp & pwd functions 11 months ago
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 posix: add implementation of mmap(), msync(), and munmap() 1 year ago
mprotect.c posix: options: mprotect: include toolchain header 6 months ago
mqueue.c posix + tests: use CLOCK_REALTIME where specified by POSIX 3 months ago
multi_process.c posix: procN: add missing alias for getpid() 11 months ago
mutex.c posix + tests: use CLOCK_REALTIME where specified by POSIX 3 months ago
net.c posix: net: Fix undefined behavior 3 months ago
perror.c
posix_clock.h posix: add timespec_is_valid() private internal function 3 months ago
posix_internal.h posix: posix_internal: add definitions for posix_condattr, posix_cond 3 months ago
pthread.c posix + tests: use CLOCK_REALTIME where specified by POSIX 3 months ago
pthread_sched.h posix: deprecate PTHREAD_IPC _MUTEX _COND and _KEY 1 year ago
pwd.c lib: posix: add stubs for thread-safe grp & pwd functions 11 months ago
rwlock.c posix + tests: use CLOCK_REALTIME where specified by POSIX 3 months ago
sched.c posix: deprecate PTHREAD_IPC _MUTEX _COND and _KEY 1 year ago
semaphore.c posix + tests: use CLOCK_REALTIME where specified by POSIX 3 months ago
shm.c posix: shm: ensure addend is less than INTPTR_MAX 5 months ago
signal.c posix: add stubs for signal.h functions that need process support 11 months ago
sleep.c posix: timers: deprecate CONFIG_POSIX_CLOCK and TIMER 1 year ago
spinlock.c
stropts.c posix: move ioctl() from fdtable to posix 1 year ago
sysconf.c posix: sysconf.c uses POSIX values 10 months ago
syslog.c posix: syslog: Fix uninitialized variable error 1 year ago
timer.c posix: add timespec_is_valid() private internal function 3 months ago
timespec_to_timeout.c posix: provide timespec_to_clock_timeoutms 3 months ago
uname.c build: namespace the generated headers with `zephyr/` 1 year ago