os-test > limits

Legend

Outcomes
Good Good Missing optional Outside libc
Partial Extension Previous posix
Neutral None
Bad Compile error Incompatible Missing header Undeclared Undefined reference Unknown type

Good. A cell is good if the declaration is present in the header and can be linked with libc. This outcome means the test succeeded with the appropriate -D_POSIX_C_SOURCE=202405 or -D_XOPEN_SOURCE=800 feature macros and the standard libraries libc, libpthread, libm, librt, and libxnet.

Missing optional. A cell is missing_optional if the test could not be compiled, but the declaration is optional in POSIX and need not be provided.

Outside libc. A cell is outside_libc if the test could be compiled, but had to be linked with another standard library than the ones prescribed by POSIX: libc, libpthread, libm, librt, and libxnet. This may not conform to POSIX depending on the linking options provided by getconf(1)/confstr(3).

Extension. A cell is extension if the test could not be compiled with the _POSIX_C_SOURCE and _XOPEN_SOURCE feature macros, but it could instead be compiled with other system-specific feature macros that provide the entire API. This outcome means the system header feature macro logic does not support the latest POSIX.1-2024 standard and only receives partial credit. This outcome typically indicates a declaration new to POSIX.1-2024.

Previous posix. A cell is previous_posix if the test could not be compiled with the -D_POSIX_C_SOURCE=202405 or -D_XOPEN_SOURCE=800 feature macros from the POSIX.1-2024 standard, but the test could instead be compiled with the older -D_POSIX_C_SOURCE=200809L or -D_XOPEN_SOURCE=700 feature macros from the older POSIX.1-2008 standard. This outcome means the system header feature macro logic does not support the latest POSIX.1-2024 standard and only receives partial credit. In particular, the header did not check if the value was higher than the supported value, but instead hard-coded the supported values, and failed to be forward compatible with new standard versions.

None. A cell is none if there is no test data result for that operating system.

Compile error. A cell is compile_error if the test could not be compiled and the error message was not recognized as a more precise error test outcome.

Incompatible. A cell is incompatible if the declaration existed in the header, but had a signature that is incompatible with the standardized declaration. This outcome typically indicates a type error in the declaration. Addressing the issue may require an incompatible ABI change or special compatibility logic.

Missing header. A cell is missing_header if the header did not exist.

Undeclared. A cell is undeclared if the header did not contain the declaration.

Undefined reference. A cell is undefined if the test could be compiled, but could not be linked with the standard library.

Unknown type. A cell is unknown_type if the test could not be compiled and failed because a required type was not declared. In some cases, functions fail because the header omitted a required type for a function and instead declared the function in an alternate fashion with an incompatible alias for the type.

§. The § link on the left of each row links to that row.

limits

genode
Genode
§ AIO_LISTIO_MAX genode: missing_optional
§ AIO_MAX genode: missing_optional
§ AIO_PRIO_DELTA_MAX genode: missing_optional
§ ARG_MAX genode: good
exit: 0
§ ATEXIT_MAX genode: missing_optional
§ BC_BASE_MAX genode: good
exit: 0
§ BC_DIM_MAX genode: good
exit: 0
§ BC_SCALE_MAX genode: good
exit: 0
§ BC_STRING_MAX genode: good
exit: 0
§ CHARCLASS_NAME_MAX genode: good
exit: 0
§ CHAR_BIT genode: good
exit: 0
§ CHAR_MAX genode: good
exit: 0
§ CHAR_MIN genode: good
exit: 0
§ CHILD_MAX genode: good
exit: 0
§ COLL_WEIGHTS_MAX genode: good
exit: 0
§ DELAYTIMER_MAX genode: missing_optional
§ EXPR_NEST_MAX genode: good
exit: 0
§ FILESIZEBITS genode: missing_optional
§ GETENTROPY_MAX genode: undeclared
§ HOST_NAME_MAX genode: missing_optional
§ INT_MAX genode: good
exit: 0
§ INT_MIN genode: good
exit: 0
§ LINE_MAX genode: good
exit: 0
§ LINK_MAX genode: missing_optional
§ LLONG_MAX genode: good
exit: 0
§ LLONG_MIN genode: good
exit: 0
§ LOGIN_NAME_MAX genode: undeclared
§ LONG_BIT genode: good
exit: 0
§ LONG_MAX genode: good
exit: 0
§ LONG_MIN genode: good
exit: 0
§ MAX_CANON genode: good
exit: 0
§ MAX_INPUT genode: good
exit: 0
§ MB_LEN_MAX genode: good
exit: 0
§ NAME_MAX genode: good
exit: 0
§ NGROUPS_MAX genode: good
exit: 0
§ NL_ARGMAX genode: good
exit: 0
§ NL_LANGMAX genode: good
exit: 0
§ NL_MSGMAX genode: good
exit: 0
§ NL_SETMAX genode: good
exit: 0
§ NL_TEXTMAX genode: good
exit: 0
§ NZERO genode: undeclared
§ OPEN_MAX genode: good
exit: 0
§ PAGESIZE genode: missing_optional
§ PATH_MAX genode: good
exit: 0
§ PIPE_BUF genode: good
exit: 0
§ PTHREAD_DESTRUCTOR_ITERATIONS genode: missing_optional
§ PTHREAD_KEYS_MAX genode: missing_optional
§ PTHREAD_STACK_MIN genode: missing_optional
§ PTHREAD_THREADS_MAX genode: missing_optional
§ RE_DUP_MAX genode: good
exit: 0
§ RTSIG_MAX genode: missing_optional
§ SCHAR_MAX genode: good
exit: 0
§ SCHAR_MIN genode: good
exit: 0
§ SEM_NSEMS_MAX genode: missing_optional
§ SEM_VALUE_MAX genode: missing_optional
§ SHRT_MAX genode: good
exit: 0
§ SHRT_MIN genode: good
exit: 0
§ SIGQUEUE_MAX genode: missing_optional
§ SSIZE_MAX genode: good
exit: 0
§ STREAM_MAX genode: missing_optional
§ SYMLINK_MAX genode: missing_optional
§ SYMLOOP_MAX genode: missing_optional
§ TEXTDOMAIN_MAX genode: missing_optional
§ TIMER_MAX genode: missing_optional
§ TTY_NAME_MAX genode: missing_optional
§ TZNAME_MAX genode: missing_optional
§ UCHAR_MAX genode: good
exit: 0
§ UINT_MAX genode: good
exit: 0
§ ULLONG_MAX genode: good
exit: 0
§ ULONG_MAX genode: good
exit: 0
§ USHRT_MAX genode: good
exit: 0
§ WORD_BIT genode: good
exit: 0
§ _POSIX2_BC_BASE_MAX genode: good
exit: 0
§ _POSIX2_BC_DIM_MAX genode: good
exit: 0
§ _POSIX2_BC_SCALE_MAX genode: good
exit: 0
§ _POSIX2_BC_STRING_MAX genode: good
exit: 0
§ _POSIX2_CHARCLASS_NAME_MAX genode: good
exit: 0
§ _POSIX2_COLL_WEIGHTS_MAX genode: good
exit: 0
§ _POSIX2_EXPR_NEST_MAX genode: good
exit: 0
§ _POSIX2_LINE_MAX genode: good
exit: 0
§ _POSIX2_RE_DUP_MAX genode: good
exit: 0
§ _POSIX_AIO_LISTIO_MAX genode: good
exit: 0
§ _POSIX_AIO_MAX genode: good
exit: 0
§ _POSIX_ARG_MAX genode: good
exit: 0
§ _POSIX_CHILD_MAX genode: good
exit: 0
§ _POSIX_CLOCKRES_MIN genode: good
exit: 0
§ _POSIX_DELAYTIMER_MAX genode: good
exit: 0
§ _POSIX_HOST_NAME_MAX genode: good
exit: 0
§ _POSIX_LINK_MAX genode: good
exit: 0
§ _POSIX_LOGIN_NAME_MAX genode: good
exit: 0
§ _POSIX_MAX_CANON genode: good
exit: 0
§ _POSIX_MAX_INPUT genode: good
exit: 0
§ _POSIX_NAME_MAX genode: good
exit: 0
§ _POSIX_NGROUPS_MAX genode: good
exit: 0
§ _POSIX_OPEN_MAX genode: good
exit: 0
§ _POSIX_PATH_MAX genode: good
exit: 0
§ _POSIX_PIPE_BUF genode: good
exit: 0
§ _POSIX_RE_DUP_MAX genode: good
exit: 0
§ _POSIX_RTSIG_MAX genode: good
exit: 0
§ _POSIX_SEM_NSEMS_MAX genode: good
exit: 0
§ _POSIX_SEM_VALUE_MAX genode: good
exit: 0
§ _POSIX_SIGQUEUE_MAX genode: good
exit: 0
§ _POSIX_SSIZE_MAX genode: good
exit: 0
§ _POSIX_STREAM_MAX genode: good
exit: 0
§ _POSIX_SYMLINK_MAX genode: good
exit: 0
§ _POSIX_SYMLOOP_MAX genode: good
exit: 0
§ _POSIX_THREAD_DESTRUCTOR_ITERATIONS genode: good
exit: 0
§ _POSIX_THREAD_KEYS_MAX genode: good
exit: 0
§ _POSIX_THREAD_THREADS_MAX genode: good
exit: 0
§ _POSIX_TIMER_MAX genode: good
exit: 0
§ _POSIX_TTY_NAME_MAX genode: good
exit: 0
§ _POSIX_TZNAME_MAX genode: good
exit: 0
Optional: MSG
Message Passing
§ MQ_OPEN_MAX genode: missing_optional
§ MQ_PRIO_MAX genode: good
exit: 0
§ _POSIX_MQ_OPEN_MAX genode: good
exit: 0
§ _POSIX_MQ_PRIO_MAX genode: good
exit: 0
Optional: SS|TSP
Process Sporadic Server or Thread Sporadic Server
§ SS_REPL_MAX genode: missing_optional
§ _POSIX_SS_REPL_MAX genode: good
exit: 0
Optional: XSI
X/Open System Interfaces
§ IOV_MAX genode: good
exit: 0
§ NAME_MAX_XOPEN genode: good
exit: 0
§ PAGE_SIZE genode: missing_optional
§ PATH_MAX_XOPEN genode: good
exit: 0
§ TEXTDOMAIN_MAX_XOPEN genode: missing_optional
§ _XOPEN_IOV_MAX genode: good
exit: 0
§ _XOPEN_NAME_MAX genode: good
exit: 0
§ _XOPEN_PATH_MAX genode: good
exit: 0