Thu Mar 28 2024 21:06:09 UTC
Hide Search Description
79 bugs found.
ID Product Component Assignee Status Resolution Summary Changed
248102 Base System standards cy New --- [local_unbound] default config file violates RFC 2023-07-29
216865 Base System standards standards New --- math powl(3) uses a poor algorithm due to clang kludge 2017-02-06
218657 Base System standards standards New --- Usage of I (_Complex_I) from complex.h results in unexpected warnings with clang -pedantic 2019-04-15
219926 Base System standards standards New --- sscanf(3): Inconsistent return value on match failures with patterns like "%*s%u" when compared to other implementations 2017-06-12
220779 Base System standards standards New --- getgroups result is affected by setegid 2017-10-04
230330 Base System standards standards New --- _SC_NPROCESSORS_ONLN reports offline CPUs 2023-02-14
232072 Base System standards standards New --- Parsing error with format "%d" in strptime(3) 2018-10-15
238547 Base System standards standards New --- gmtime does not return NULL if the input cannot be represented as struct tm 2019-06-13
238675 Base System standards standards New --- POSIX timer (timer_create) limit is too low (32) 2019-06-22
240398 Base System standards standards New --- -D_XOPEN_SOURCE=500 incorrectly warns about missing snprintf() 2019-09-09
241978 Base System standards standards New --- tzname not always set right 2019-11-21
243103 Base System standards standards New --- fork fails to clone open message queue handles into the child process (in violation of POSIX std.) 2020-01-27
247701 Base System standards standards New --- CLOCK_REALTIME is not visible when _XOPEN_SOURCE == 500 or _POSIX_C_SOURCE == 199506 2020-07-21
257702 Base System standards standards New --- /bin/sh: different behavior when chaining variable assignments 2021-08-21
257827 Base System standards standards New --- Providing _POSIX_C_SOURCE causes some C++ headers to fail 2021-08-14
257972 Base System standards standards New --- collating sequence not sensible in some locales 2023-03-30
260136 Base System standards standards New --- /usr/include/omp.h fails to compile with -ansi flag: error: unknown type name 'inline' 2021-11-30
262683 Base System standards standards New --- #include <stdatomic.h> fails: error: unknown type name '_Bool' 2022-05-31
263839 Base System standards standards New --- please define/document RT_ADVANCE() in route(4) 2022-05-07
264159 Base System standards standards New --- Some members are missing in the std::views C++ STL namespace 2022-05-22
264297 Base System standards standards New --- _POSIX_C_SOURCE=200809L causes failure in #include <sstream> 2022-05-27
265480 Base System standards standards New --- std::regex constructor throwing an exception at backslash-underscore but not other invalid escapes 2022-07-28
266747 Base System standards standards New --- devmatch: devinfo_init: Invaild arguement 2022-10-02
266748 Base System standards standards New --- '#include <memory_resource>' isn't available despite it being required by c++17 2022-10-03
268402 Base System standards standards New --- mail(1) save command doesn't adhere to POSIX fallback to mbox 2022-12-16
268996 Base System standards standards New --- The C++20 feature std::ranges::views::split is missing 2023-03-03
271931 Base System standards standards New --- The C++20 feature 'std::ranges::copy' is missing 2023-07-14
272218 Base System standards standards New --- mbsinit returns true for a state that is not in the initial state 2023-06-26
272914 Base System standards standards New --- wcscmp is not ISO C compliant 2023-08-06
272915 Base System standards standards New --- wcsncmp is not ISO C compliant 2023-08-06
274706 Base System standards standards New --- The C++ header 'execution' is missing 2023-11-02
275661 Base System standards standards New --- /usr/bin/dc really slow with a trivial calculation 2023-12-10
277958 Base System standards standards New --- libc: invalid internal linkage on feclearexcept Mon 19:29
259975 Base System standards toolchain New --- sys/file.h fails when -D_POSIX_C_SOURCE=200809L is given 2021-12-06
46119 Base System standards standards Open --- Priority problems for SCHED_OTHER using pthreads 2017-12-31
57911 Base System standards standards Open --- fnmatch ("[[:alpha:]]","x", FNM_PATHNAME) returns FNM_NOMATCH 2023-08-03
78537 Base System standards standards Open --- times(2) not functioning per the Posix spec 2017-12-31
80293 Base System standards standards Open --- sysconf() does not support well-defined unistd values 2018-05-28
86484 Base System standards standards Open --- mkfifo(1) uses wrong permissions 2021-10-13
116477 Base System standards standards Open --- rm(1): rm behaves unexpectedly when using -r and relative paths 2022-04-02
124860 Base System standards standards Open --- flockfile(3) doesn't work when the memory has been exhausted. 2018-01-03
125751 Base System standards standards Open --- man 3 pthread_getschedparam section ERRORS incomplete 2018-05-23
130067 Base System standards standards Open --- Wrong numeric limits in system headers? 2019-02-02
164793 Base System standards standards Open --- [kern] RLIMIT_FSIZE does not work, affecting ftruncate(2) and truncate(2) 2022-10-12
166349 Base System standards standards Open --- Support the assignment-allocation character for fscanf()/scanf()/sscanf() 2021-09-19
172805 Base System standards standards Open --- Fix catopen(3)'s EINVAL usage and document EFTYPE 2022-04-07
173087 Base System standards standards Open --- pax(1) does not support the pax interchange format 2017-12-31
179248 Base System standards standards Open --- A return value of telldir(3) only seekable for once 2018-05-28
184694 Base System standards standards Open --- [headers] gssapi.h does not define GSS_C_PRF_KEY_{FULL,PARTIAL} 2017-12-31
187378 Base System standards standards Open --- [headers] stdlib.h doesn't define W* macros (e.g. WEXITSTATUS) 2017-12-31
275328 Base System standards imp Open --- <signal.h> fails to expose SA_* macros without XSI 2023-12-05
168719 Base System standards jasone Open --- malloc(3): It seems consensus is to track unpublished standard, so free() need to save/restore errno. 2023-09-24
245103 Base System standards net Open --- IPv6: update v6 temporary address lifetime according to rfc4941bis 2023-09-26
81287 Base System standards standards Open --- fingerd(8) might send a line not ending in CRLF 2023-09-24
164674 Base System standards standards Open --- libc: vfprintf/vfwprintf return error (EOF) on success if __SERR flag is already set on file 2023-09-24
191652 Base System standards standards Open --- Text console - true color (24 bit, 16 million colors) support 2024-01-31
206146 Base System standards standards Open --- fileno(3) should be implemented as a function; need to check other functions as well 2018-05-29
216853 Base System standards standards Open --- C11 conformance: ccosl() is missing 2019-09-03
216854 Base System standards standards Open --- C11 conformance: csinl() is missing 2019-09-03
216855 Base System standards standards Open --- C11 conformance: ctanl() is missing 2019-09-03
216859 Base System standards standards Open --- C11 conformance: ccoshl() is missing 2019-09-03
216860 Base System standards standards Open --- C11 conformance: csinhl() is missing 2019-09-03
216861 Base System standards standards Open --- C11 conformance: ctanhl() is missing 2019-09-03
216862 Base System standards standards Open --- C11 conformance: cexpl() is missing 2022-04-02
216864 Base System standards standards Open --- cpow(), cpowf(), and cpowl() need better implementations 2019-02-09
218514 Base System standards standards Open --- [LIBM] implementations of sinpi[fl], cospi[fl], and tanpi[fl] 2021-11-08
245006 Base System standards standards Open --- toolchain: clang issues bogus "warning: multi-line // comment [-Wcomment]" under -pedantic 2023-09-06
251270 Base System standards standards Open --- dirname in libgen.h relies on C11 features 2020-11-24
253466 Base System standards standards Open --- Missing the <concepts> header 2021-08-07
257813 Base System standards standards Open --- Missing STL c++11 header 'cuchar' 2022-05-03
264598 Base System standards standards Open --- libradius invalid Message-Authenticator in retransmit packet 2022-06-11
273712 Base System standards standards Open --- off64_t namespace pollution in <sys/types.h> or incomplete LFS64 API support 2023-09-15
276777 Base System standards standards Open --- Enabling BSM/audit security can prevent root login 2024-02-09
242257 Base System standards yuripv Open --- i18n: locale km_KH (Khmer / Cambodia) is not supported 2020-12-20
24590 Base System standards imp In Progress --- timezone function not compatible witn Single Unix Spec v2 2024-01-15
255374 Base System standards dim In Progress --- C++20 features (headers) std::concepts, std::format, std::numbers, std::source_location, etc. are missing 2023-06-11
247700 Base System standards hrs In Progress --- rtadvd: fails to generate error when iface lacks a link-local address 2021-03-20
265479 Base System standards imp In Progress --- ncal confuses Liechtenstein ISO 3166 code to represent Lithuania 2023-03-24
225864 Base System standards standards In Progress --- malformed dates with current Catalan timedef files 2020-12-08
79 bugs found.

as

File a new bug in the "standards" component of the "Base System" product