zephyr/lib/posix/shell
Chris Friedt 2fe9d6cd68 posix: deprecate POSIX_ENV _CONFSTR _SYSCONF and _UNAME
This change deprecates the following Kconfig options
* CONFIG_POSIX_ENV
* CONFIG_POSIX_CONFSTR
* CONFIG_POSIX_SYSCONF
* CONFIG_POSIX_UNAME

and instead groups them into a single Kconfig option that maps
directly to the standard. Namely, CONFIG_POSIX_SINGLE_PROCESS.

Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
2024-06-04 16:27:12 -05:00
..
CMakeLists.txt posix: manually define _POSIX_C_SOURCE in lib/posix 2024-03-08 04:28:47 -05:00
Kconfig posix: shell: add an environment variable shell command 2024-03-08 04:28:47 -05:00
Kconfig.env posix: deprecate POSIX_ENV _CONFSTR _SYSCONF and _UNAME 2024-06-04 16:27:12 -05:00
Kconfig.uname posix: deprecate POSIX_ENV _CONFSTR _SYSCONF and _UNAME 2024-06-04 16:27:12 -05:00
env.c posix: shell: add an environment variable shell command 2024-03-08 04:28:47 -05:00
posix_shell.c posix: shell: introduce top level `posix` command 2024-01-18 10:54:32 +01:00
posix_shell.h posix: shell: introduce top level `posix` command 2024-01-18 10:54:32 +01:00
uname.c posix: shell: introduce top level `posix` command 2024-01-18 10:54:32 +01:00