..
getopt
shell: devmem: address cmd_dump
multiple call problem
2024-05-15 10:13:23 +02:00
_common.c
posix: timers: deprecate CONFIG_POSIX_CLOCK and TIMER
2024-06-04 16:27:12 -05:00
aio.c
posix: add stubs for asynchronous io
2024-04-29 11:02:11 +02:00
barrier.c
clock.c
posix: timers: deprecate CONFIG_POSIX_CLOCK and TIMER
2024-06-04 16:27:12 -05:00
CMakeLists.txt
posix: fd_mgmt: add fd_mgmt option group
2024-06-04 16:27:12 -05:00
cond.c
posix: convert all error logs to debug logs
2024-02-24 10:34:05 -05:00
confstr.c
posix: unistd: support for confstr()
2024-03-22 08:57:44 +01:00
env.c
posix: env: Fix 2 build warnings
2024-05-14 13:25:33 +02:00
eventfd.c
posix: eventfd: Fix unsetting internal flags in ioctl
2024-04-13 06:00:08 -04:00
fd_mgmt.c
posix: fd_mgmt: add fd_mgmt option group
2024-06-04 16:27:12 -05:00
fnmatch.c
fs.c
posix: fd_mgmt: add fd_mgmt option group
2024-06-04 16:27:12 -05:00
getentropy.c
posix: Introduce getentropy() function
2024-04-29 11:46:06 +01:00
Kconfig
posix: fd_mgmt: add fd_mgmt option group
2024-06-04 16:27:12 -05:00
Kconfig.aio
posix: add stubs for asynchronous io
2024-04-29 11:02:11 +02:00
Kconfig.barrier
Kconfig.cond
Kconfig.confstr
posix: unistd: support for confstr()
2024-03-22 08:57:44 +01:00
Kconfig.deprecated
posix: timers: deprecate CONFIG_POSIX_CLOCK and TIMER
2024-06-04 16:27:12 -05:00
Kconfig.env
posix: env: support for environ, getenv(), setenv(), unsetenv()
2024-03-08 04:28:47 -05:00
Kconfig.eventfd
Kconfig.fd_mgmt
posix: fd_mgmt: add fd_mgmt option group
2024-06-04 16:27:12 -05:00
Kconfig.fdtable
Kconfig.fnmatch
Kconfig.fs
posix: fs: create a separate Kconfig option for fsync
2024-05-07 21:22:56 -04:00
Kconfig.getentropy
posix: Introduce getentropy() function
2024-04-29 11:46:06 +01:00
Kconfig.getopt
Kconfig.key
Kconfig.mqueue
Kconfig.mutex
Kconfig.net
posix: net: add kconfig option and inet_addr()
2024-03-27 07:36:18 -04:00
Kconfig.procN
posix: timers: deprecate CONFIG_POSIX_CLOCK and TIMER
2024-06-04 16:27:12 -05:00
Kconfig.pthread
Kconfig.rwlock
Kconfig.sched
Kconfig.semaphore
Kconfig.signal
posix: signals: deprecate CONFIG_POSIX_LIMITS_RTSIG_MAX
2024-06-04 16:27:12 -05:00
Kconfig.spinlock
Kconfig.stropts
Kconfig.sysconf
posix: sysconf: add a "small" implementation option
2024-03-12 17:57:11 +00:00
Kconfig.syslog
posix: syslog: add support for syslog
2024-02-29 02:45:01 -05:00
Kconfig.template.pooled_ipc_type
Kconfig.template.pooled_type
Kconfig.template.with_logging
Kconfig.template.with_url
Kconfig.timer
posix: timers: deprecate CONFIG_POSIX_CLOCK and TIMER
2024-06-04 16:27:12 -05:00
Kconfig.uname
posix: uname: increase version name length
2024-04-29 17:40:16 +01:00
Kconfig.xsi
posix: timers: deprecate CONFIG_POSIX_CLOCK and TIMER
2024-06-04 16:27:12 -05:00
key.c
Revert "posix: use sys_sem instead of k_spinlock for pool synch"
2024-04-23 11:51:44 -04:00
mqueue.c
posix: mqmeue: do not return NULL after pthread_exit()
2024-02-26 08:12:29 -05:00
mutex.c
Revert "posix: use sys_sem instead of k_spinlock for pool synch"
2024-04-23 11:51:44 -04:00
net.c
posix: convert static inline functions to library functions
2024-04-02 21:01:33 -04:00
perror.c
posix_clock.h
build: namespace the generated headers with zephyr/
2024-05-28 22:03:55 +02:00
posix_internal.h
posix: Implement set and get inheritsched APIs for pthread attr
2024-04-01 11:04:35 +01:00
pthread.c
Revert "posix: use sys_sem instead of k_spinlock for pool synch"
2024-04-23 11:51:44 -04:00
pthread_sched.h
rwlock.c
Revert "posix: use sys_sem instead of k_spinlock for pool synch"
2024-04-23 11:51:44 -04:00
sched.c
posix: sched: Implement sched_rr_get_interval
2024-02-02 12:42:50 +01:00
semaphore.c
posix: semaphore: check return value of k_mutex_lock()
2024-02-06 17:51:56 -06:00
signal.c
posix: signals: deprecate CONFIG_POSIX_LIMITS_RTSIG_MAX
2024-06-04 16:27:12 -05:00
sleep.c
posix: timers: deprecate CONFIG_POSIX_CLOCK and TIMER
2024-06-04 16:27:12 -05:00
spinlock.c
stropts.c
posix: Implement isastream
2024-04-13 20:23:34 -04:00
sysconf.c
posix: sysconf: define z sysconf macros with COND_CODE_1
2024-06-04 16:27:12 -05:00
syslog.c
posix: syslog: Fix uninitialized variable error
2024-03-10 07:44:03 -04:00
timer.c
posix: timers: deprecate CONFIG_POSIX_CLOCK and TIMER
2024-06-04 16:27:12 -05:00
uname.c
build: namespace the generated headers with zephyr/
2024-05-28 22:03:55 +02:00