summaryrefslogtreecommitdiff
path: root/usr/src/lib/libc
AgeCommit message (Expand)AuthorFilesLines
2022-01-2514386 libc: build errors with gcc 11Toomas Soome3-16/+14
2021-09-1514005 eventfd_read/write() don't return failureAndy Fiddaman1-2/+9
2021-08-2013997 Want memrchr in libcRobert Mustacchi6-0/+47
2021-04-1513487 want mapfile-based assertions about symbol properties (fix SPARC)Toomas Soome1-3/+49
2021-04-0913487 want mapfile-based assertions about symbol propertiesRichard Lowe1-395/+938
2021-04-0113675 use NATIVE_LIBS don't pass -zassert-deflib manuallyRichard Lowe4-4/+12
2021-04-0113683 libc: uninitialized variablesToomas Soome10-30/+10
2021-04-0113682 libc: '_getcontext' specifies less restrictive attribute than its targetToomas Soome3-10/+13
2021-03-1613586 getcwd() should accept a 0 length argumentAndy Fiddaman1-2/+48
2021-03-1213508 door_layout() should align the stack to 16 bytes for i386 processesMatt Barden1-2/+8
2021-03-0313593 libc: uninitialized variablesToomas Soome12-37/+13
2021-01-2113356 syslog(3c) should not open syslog_door without LOG_CONSDavid Hanisch1-5/+7
2020-12-087024 Add getgrouplist() to illumosJason King2-4/+132
2020-11-2113312 _thrp_create() should not set the thread name if passed an empty stringRobert Mustacchi1-1/+1
2020-11-1713274 enable -fstack-protector-strong by default in user landRobert Mustacchi4-0/+24
2020-11-175788 Want support for GCC's stack protector in libcRobert Mustacchi8-0/+85
2020-11-1713273 want upanic(2)Robert Mustacchi7-23/+41
2020-11-1413302 pthread_attr_get_np.3c erroneously refers to pthread_getattr_npPeter Tribble2-7/+7
2020-10-2913254 SEGV due to misaligned stack in Unwind_RaiseExceptionAndy Fiddaman3-13/+51
2020-10-1313184 Stop translating ld(1) options through cw(1)Richard Lowe8-16/+8
2020-09-2513173 loader: add strtoul, strtoull, memmem and abortToomas Soome6-116/+8
2020-09-233763 Implement qsort_r(3C)Robert Mustacchi1-0/+5
2020-09-2213127 libc: for statement not indentedToomas Soome1-3/+3
2020-09-2213131 libc: _fgetwc_unlocked_l() warn: was '== &fp->_state' instead of '='Toomas Soome1-1/+2
2020-09-2113125 libc: unchecked function return 'nvfree'Toomas Soome1-1/+1
2020-09-2113126 libc: variable dereferenced before check 'found'Toomas Soome1-11/+11
2020-09-1713111 Want futimes(), lutimes() and timespec/timeval conversion macrosAndy Fiddaman2-3/+31
2020-09-1713136 libc: memset_s() error: unchecked function returnToomas Soome1-1/+1
2020-09-1213129 libc: gettimeofday() error: unchecked function returnToomas Soome1-2/+3
2020-09-0913115 libc: variable 'readers' set but not usedToomas Soome1-1/+4
2020-09-0812974 libc: left shift of negative valueToomas Soome1-4/+2
2020-09-047709 hrt2ts and friends are too clever for their own goodPatrick Mooney1-4/+8
2020-08-2313021 Invalid state if bindtextdomain() fails during re-bindingRichard Hansen1-6/+6
2020-07-2112747 sigsetjmp should allow for 8 byte aligned buffer on amd64Vitaliy Gusev4-7/+26
2020-07-0812881 sparcv9: add __multi3Toomas Soome2-1/+6
2020-07-0812902 epoll should nominally support EPOLLEXCLUSIVEPatrick Mooney1-1/+7
2020-07-0712912 epoll mishandles excessive timeout negativityPatrick Mooney1-3/+12
2020-06-0812777 libc unwinding confused by indirect pointer encodingPatrick Mooney1-7/+34
2020-06-0712689 Want c11 uchar.hRobert Mustacchi19-36/+433
2020-05-2212768 12392 regressed ftello64 behaviorRobert Mustacchi1-1/+1
2020-05-1212691 Want means of getting the maximum user address in a processRobert Mustacchi1-1/+4
2020-05-0412447 should install library compat symlinks from library makefiles, not Targ...Richard Lowe1-13/+8
2020-05-0412454 remove lint library machineryRichard Lowe9-11/+0
2020-03-267092 Want support for stdio memory streamsRobert Mustacchi30-232/+1624
2020-03-2612358 Need mbrtowc variant that indicates consumed zero bytesRobert Mustacchi14-50/+123
2020-03-2612357 getc/putc_unlocked need to set orientationRobert Mustacchi6-38/+32
2020-03-0512306 XPG4v2 slave pty behaviour should generally be disabledAndy Fiddaman3-120/+57
2020-02-2711275 gettimeofday should use comm pagePatrick Mooney5-122/+53
2020-02-0512217 add ld assert-deflib and guidance to gate buildToomas Soome4-4/+9
2020-02-0412263 libc: NULL pointer errors (sparc)Toomas Soome2-7/+8