zephyr/lib/posix/options
Yong Cong Sin 4363a787b1 posix: uname: increase version name length
to 70 to prevent overflowing the char array.

Signed-off-by: Yong Cong Sin <yongcong.sin@gmail.com>
2024-04-29 17:40:16 +01:00
..
getopt posix: convert all error logs to debug logs 2024-02-24 10:34:05 -05:00
_common.c
aio.c posix: add stubs for asynchronous io 2024-04-29 11:02:11 +02:00
barrier.c
clock.c posix: clock: implement clock_getres() 2024-03-22 16:19:27 -04:00
CMakeLists.txt posix: Introduce getentropy() function 2024-04-29 11:46:06 +01: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: support for environ, getenv(), setenv(), unsetenv() 2024-03-08 04:28:47 -05:00
eventfd.c posix: eventfd: Fix unsetting internal flags in ioctl 2024-04-13 06:00:08 -04:00
fnmatch.c
fs.c lib: posix: fs: fix errno handling 2024-04-22 04:33:16 -07:00
getentropy.c posix: Introduce getentropy() function 2024-04-29 11:46:06 +01:00
Kconfig posix: Introduce getentropy() function 2024-04-29 11:46:06 +01:00
Kconfig.aio posix: add stubs for asynchronous io 2024-04-29 11:02:11 +02:00
Kconfig.barrier
Kconfig.clock
Kconfig.cond
Kconfig.confstr posix: unistd: support for confstr() 2024-03-22 08:57:44 +01:00
Kconfig.env posix: env: support for environ, getenv(), setenv(), unsetenv() 2024-03-08 04:28:47 -05:00
Kconfig.eventfd
Kconfig.fdtable
Kconfig.fnmatch
Kconfig.fs
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.pthread
Kconfig.rwlock
Kconfig.sched
Kconfig.semaphore
Kconfig.signal
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
Kconfig.uname posix: uname: increase version name length 2024-04-29 17:40:16 +01: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
nanosleep.c
net.c posix: convert static inline functions to library functions 2024-04-02 21:01:33 -04:00
perror.c
posix_clock.h
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
sleep.c
spinlock.c
stropts.c posix: Implement isastream 2024-04-13 20:23:34 -04:00
sysconf.c posix: sysconf: add a "small" implementation option 2024-03-12 17:57:11 +00:00
syslog.c posix: syslog: Fix uninitialized variable error 2024-03-10 07:44:03 -04:00
timer.c
uname.c posix: uname: use BUILD_VERSION only if not empty 2024-04-04 23:47:33 +02:00