summaryrefslogtreecommitdiff
path: root/usr/src/lib/libc
AgeCommit message (Expand)AuthorFilesLines
2018-12-139971 Make getrandom(2) a public interfaceJason King3-6/+10
2018-11-259959 pthread_mutex_init should initialize mutex appropriately for robust mute...Richard Lowe1-0/+17
2018-10-198158 Want named threads APIJohn Levon5-12/+160
2018-10-119884 cw(1) should use -fpic rather than -KpicRichard Lowe8-10/+10
2018-08-255709 Add binary compatibility with Solaris 10 update 10Alexander Pyhalov1-0/+5
2018-08-249755 bounds checking functions and types should only be visible if __STDC_WAN...Yuri Pankov2-0/+4
2018-08-168548 want memset_s(3C)Yuri Pankov9-1/+210
2018-08-109711 fts(3C) needs to be largefile awareJonathan Perkin4-0/+26
2018-08-079638 libc/port/fp/sigfpe.c: this statement may fall throughToomas Soome1-2/+1
2018-07-309673 move internet address manipulation functions to libcYuri Pankov14-31/+994
2018-05-179511 printf family isn't aware of multibyte decimal point characters (fix reg...Yuri Pankov1-1/+1
2018-05-169511 printf family isn't aware of multibyte decimal point charactersYuri Pankov1-13/+33
2018-02-068706 libc lint library missing endian.h functionsRobert Mustacchi1-0/+20
2018-02-069027 Makefiles need to specify C99 mode consistentlyYuri Pankov4-4/+4
2018-02-059028 libc: comparison between pointer and zero character constantToomas Soome1-3/+1
2018-02-059029 libc: duplicate 'const' declaration specifierToomas Soome1-1/+1
2017-11-168724 libc: multiple variable set but not used errorsToomas Soome3-9/+6
2017-10-028609 want a position independent CRTRichard Lowe8-19/+19
2017-09-158655 remove more gender specific languageAlison C1-1/+1
2017-08-228578 sync fnmatch(3C) with upstreamYuri Pankov1-13/+11
2017-08-148568 fnmatch, glob: fix exponential CPU use with repeated '*' operatorsYuri Pankov2-92/+117
2017-08-148575 regcomp(3C): handle invalid {} constructs consistentlyYuri Pankov1-6/+5
2017-07-298546 want recallocarray(3C) and freezero(3C)Yuri Pankov9-8/+134
2017-06-218297 update mdocml to 1.14.1Yuri Pankov1-1/+1
2017-06-208362 libc: install_legacy() overwrites __runetype, __maplower, and __mapupper...Yuri Pankov1-222/+233
2017-06-208349 thrd_equal implements the wrong specificationRobert Mustacchi1-3/+3
2017-06-168362 libc: install_legacy() overwrites __runetype, __maplower, and __mapupper...Robert Mustacchi1-228/+223
2017-06-148362 libc: install_legacy() overwrites __runetype, __maplower, and __mapupper...Yuri Pankov1-223/+228
2017-06-128354 sync regcomp(3C) with upstream (fix make catalog)Yuri Pankov1-1/+1
2017-06-125428 provide fts(), reallocarray(), and strtonum()Yuri Pankov9-93/+1263
2017-06-128355 need libc regex testsYuri Pankov3-12/+44
2017-06-128354 sync regcomp(3C) with upstreamYuri Pankov12-110/+124
2017-06-078276 rpcbind leaks memory due to libumem per thread caching.Youzhong Yang1-1/+7
2017-06-055097 psignal and psiginfo don't handle NULL arguments correctlyRobert Mustacchi2-18/+23
2017-05-306961 64-bit octal printf may overflow internal bufferRobert Mustacchi1-3/+1
2017-04-034412 character handling functions should return 0 for argument range 128-255 ...Yuri Pankov1-19/+13
2017-03-286689 mbtowc(3C) fails to set errno for incomplete charactersIngo Schwarze1-2/+9
2017-03-286907 strcoll() and strxfrm() don't seem to agreeYuri Pankov1-59/+61
2017-03-286905 locales: Fix eucJP sortingJohn Marino1-14/+15
2017-03-286904 collation: Fix expansion substitutionsJohn Marino2-57/+75
2017-03-067805 want faster clock_gettime (fix clean)Yuri Pankov2-2/+2
2017-03-027860 libc: indentation errorsToomas Soome2-8/+10
2017-02-277805 want faster clock_gettimePatrick Mooney8-17/+113
2017-02-227812 Remove gender specific languageDaniel Hoffman9-31/+40
2017-01-253772 consider raising default descriptor soft limitRichard Lowe4-406/+82
2017-01-027714 Extracted libc licenses should be sortedMarcel Telka1-1/+1
2016-11-177506 epoll_create1 should toss EINVAL for invalid flagsPatrick Mooney2-1/+9
2016-10-157029 want per-process exploit mitigation features (secflags)Richard Lowe12-15/+217
2016-10-117422 dpioctl should pay attention to FKIOCTLPatrick Mooney1-4/+25
2016-09-077350 wcsncasecmp reads data from buffers when count is zeroRobert Mustacchi1-2/+3