summaryrefslogtreecommitdiff
path: root/usr/src/test/libc-tests
AgeCommit message (Expand)AuthorFilesLines
2022-12-1415135 stdalign.h is very C11-y, but perhaps disrespectful of C++Robert Mustacchi1-4/+4
2022-11-2515181 Add errc, verrc, warnc, vwarnc to libcAndy Fiddaman17-2/+415
2022-09-0614933 asprintf(3c) is confused by NULRobert Mustacchi3-0/+103
2022-04-2014418 mman.h symbol visibility is a messRobert Mustacchi5-1/+167
2022-02-1214498 libc symbol test sys_atomic_h sometimes times outRobert Mustacchi1-0/+1
2022-01-2014329 sys/atomic.h: 5066 got the order of ifdef/endif wrongRobert Mustacchi4-0/+572
2021-08-2013997 Want memrchr in libcRobert Mustacchi4-0/+305
2020-09-233763 Implement qsort_r(3C)Robert Mustacchi9-10/+1278
2020-09-1713111 Want futimes(), lutimes() and timespec/timeval conversion macrosAndy Fiddaman4-1/+541
2020-09-1313143 libc test suite should pass cleanly with unprivileged userRobert Mustacchi1-0/+12
2020-08-2313021 Invalid state if bindtextdomain() fails during re-bindingRichard Hansen4-0/+171
2020-06-0712689 Want c11 uchar.hRobert Mustacchi3-1/+793
2020-05-2212768 12392 regressed ftello64 behaviorRobert Mustacchi3-4/+89
2020-03-267092 Want support for stdio memory streamsRobert Mustacchi13-3/+3377
2020-02-0112216 Clean up libc-tests smatchRobert Mustacchi11-55/+49
2020-02-019965 Want support for O_DIRECTORYRobert Mustacchi1-0/+1
2019-11-2012008 libc symbol test timeout should be bumpedJohn Levon1-2/+2
2019-08-2110703 smatch unreachable code checking needs reworkingJohn Levon2-4/+3
2019-08-1611528 Makefile.noget can get goneJohn Levon1-1/+1
2019-07-1111327 scalb should not be exposed in XPG7Garrett D'Amore1-3/+4
2019-05-0910880 posix_memalign() should avoid clobbering return parameter on failureRichard Lowe3-0/+97
2019-01-0910076 make usr/src/test smatch cleanJohn Levon4-1/+14
2018-10-198158 Want named threads APIJohn Levon3-3/+282
2018-08-289762 Split the custr functions into their own libraryJason King2-10/+5
2018-08-249755 bounds checking functions and types should only be visible if __STDC_WAN...Yuri Pankov1-0/+1
2018-08-168548 want memset_s(3C)Yuri Pankov4-4/+185
2018-05-169511 printf family isn't aware of multibyte decimal point charactersYuri Pankov4-5/+78
2018-04-239419 testregex: condition otherwise unused variablesRichard Lowe1-4/+8
2018-02-069027 Makefiles need to specify C99 mode consistentlyYuri Pankov2-2/+2
2018-02-029007 import AT&T regex test suiteYuri Pankov42-1223/+2989
2018-01-289003 libc-tests: newlocale_test silently fails after CLDR updatesYuri Pankov1-1/+1
2018-01-288994 libc-tests: nl_langinfo_test fails after 1198Yuri Pankov1-1/+1
2017-08-228578 sync fnmatch(3C) with upstreamYuri Pankov3-0/+327
2017-08-148575 regcomp(3C): handle invalid {} constructs consistentlyYuri Pankov2-6/+20
2017-06-208349 thrd_equal implements the wrong specificationRobert Mustacchi1-5/+5
2017-06-128355 need libc regex testsYuri Pankov28-0/+1284
2017-06-055097 psignal and psiginfo don't handle NULL arguments correctlyRobert Mustacchi4-1/+101
2017-05-306961 64-bit octal printf may overflow internal bufferRobert Mustacchi3-2/+120
2017-05-268170 update CLDR data to v31Yuri Pankov1-17/+17
2017-03-286907 strcoll() and strxfrm() don't seem to agreeYuri Pankov3-0/+121
2017-01-253772 consider raising default descriptor soft limitRichard Lowe5-0/+235
2016-12-137663 wcsncasecmp tests need a pRichard Lowe1-2/+2
2016-09-077350 wcsncasecmp reads data from buffers when count is zeroRobert Mustacchi5-5/+185
2016-08-067159 libc-tests build failed on sparcAlexander Eremin1-6/+0
2016-08-037076 segfault in putenv + getenvRobert Mustacchi3-0/+76
2016-07-227038 users of endian.h expect __ prefixed versions of macrosRobert Mustacchi1-6/+6
2016-06-217069 i386_XARCH should include -m32Richard Lowe1-1/+1
2016-06-017015 libc tests need to use LINK64 correctly, rather than just passing -m64Richard Lowe1-1/+1
2016-05-196790 want suite of endian(3C) functionsRobert Mustacchi3-0/+161
2016-05-196501 Implement pthread_attr_get_np() interfaceRobert Mustacchi4-0/+403