zephyr/lib/posix/options
Chris Friedt feb841a0f7 posix: add Kconfig.deprecated
There will be some POSIX Kconfig symbols that will be deprecated
in favour of Kconfig symbols that are exact matches for those in
the POSIX specification (1003.1-2017).

Create the empty Kconfig file now, and then incrementally add to
it as non-standard POSIX Kconfig options are replaced with
standard-like POSIX Kconfig options.

Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
2024-06-04 16:27:12 -05:00
..
getopt shell: devmem: address cmd_dump multiple call problem 2024-05-15 10:13:23 +02:00
_common.c
aio.c posix: add stubs for asynchronous io 2024-04-29 11:02:11 +02:00
barrier.c
clock.c build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02: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: 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
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: add Kconfig.deprecated 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.clock
Kconfig.cond
Kconfig.confstr posix: unistd: support for confstr() 2024-03-22 08:57:44 +01:00
Kconfig.deprecated posix: add Kconfig.deprecated 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.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.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 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
sleep.c
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
uname.c build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00