summaryrefslogtreecommitdiff
path: root/usr/src/lib/libc
AgeCommit message (Expand)AuthorFilesLines
2022-12-0715206 setcontext(2) should not restore %fsbaseAndy Fiddaman1-1/+11
2022-11-2515181 Add errc, verrc, warnc, vwarnc to libcAndy Fiddaman2-41/+95
2022-10-2415054 libc: using the result of an assignment as a condition without parenthesesToomas Soome19-153/+149
2022-10-1815053 libc: unused parameterToomas Soome40-337/+239
2022-10-1415046 libc: unused variableToomas Soome6-55/+47
2022-10-1015040 remove support for unused sun studio inline asmRichard Lowe13-960/+4
2022-10-0715052 libc: unused labelToomas Soome2-13/+6
2022-10-0314985 adjtime could be more constPatrick Mooney1-1/+1
2022-09-1114821 Add additional AVX512 capabilitiesRobert Mustacchi1-2/+11
2022-09-0614933 asprintf(3c) is confused by NULRobert Mustacchi1-2/+8
2022-08-3014079 remove TNFToomas Soome1-10/+0
2022-04-2614637 various Makefiles should have more faith in Makefile.masterRichard Lowe4-4/+0
2022-04-2014418 mman.h symbol visibility is a messRobert Mustacchi4-22/+16
2022-03-1614521 bhyve should use error checking mutexes and check resultsAndy Fiddaman2-8/+12
2022-03-1014443 resection manual pages per IPD4Richard Lowe11-20/+16
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