zephyr/subsys/shell/modules
Chris Friedt 2bc722a97e posix: deprecate POSIX_FNMATCH GETOPT GETENTROPY
The functions fnmatch(), getopt(), getentropy()
and others are grouped into the standard Option Group
POSIX_C_LIB_EXT.

The getentropy() function is currently in-draft for
Issue 8 as of 2021.

https://www.opengroup.org/austin/docs/austin_1110.pdf

Not surprisingly, the POSIX_C_LIB_EXT Option Group
also includes the highly debated strnlen() function.

Moving that function will be deferred until later.

Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
2024-06-04 16:27:12 -05:00
..
CMakeLists.txt
date_service.c shell: date_service: conditionally include posix/time.h 2023-08-23 10:06:00 +02:00
device_service.c shell: device_service: show the usage conter when pm runtime is enabled 2024-05-01 10:31:03 +02:00
devmem_service.c shell: devmem: address cmd_dump multiple call problem 2024-05-15 10:13:23 +02:00
Kconfig posix: deprecate POSIX_FNMATCH GETOPT GETENTROPY 2024-06-04 16:27:12 -05:00
kernel_service.c build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00