summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-03-27accept null pointer as message argument to gettext functionspsykose-0/+3
2022-03-16fix invalid free of duplocale object when malloc has been replacedIsaiah Poston-0/+5
2022-03-08nice: return EPERM instead of EACCESAlexey Kodanev-1/+8
2022-03-08protect stack canary from leak via read-as-string by zeroing second bytejvoisin-0/+9
2022-03-08math: avoid runtime conversions of floating-point constantsSzabolcs Nagy-2/+6
2022-02-20fix spurious failures by fgetws when buffer ends with partial characterRich Felker-6/+1
2022-02-19add missing strerror text for key managementpelco-0/+4
2022-02-09fix out-of-bound read processing time zone data with distant-past datesRich Felker-14/+12
2022-01-18fix potentially wrong-sign zero in cproj functions at infinityRich Felker-3/+3
2022-01-09make fseek detect and produce an error for invalid whence argumentsRich Felker-0/+7
2021-12-27fix wcwidth of hangul combining (vowel/final) lettersRich Felker-58/+60
2021-12-09fix mismatched signatures for strtod_l familyRich Felker-7/+22
2021-11-29fix hwcap access in powerpc-sf setjmp/longjmpRich Felker-2/+2
2021-10-19fix struct layout mismatch in sound ioctl time32 fallback conversionRich Felker-2/+7
2021-09-23add qsort_r and make qsort a wrapper around itÉrico Nogueira-17/+35
2021-09-23add SPE FPU support to powerpc-sfRich Felker-8/+68
2021-09-11fix undefined behavior in getdelim via null pointer arithmetic and memcpyRich Felker-3/+5
2021-08-06fix error checking in pthread_getname_npÉrico Nogueira-1/+1
2021-07-29fix libc-internal signal blocking on mips archsRich Felker-2/+2
2021-07-06math: fix fmaf not to depend on FE_TOWARDZEROSzabolcs Nagy-11/+10
2021-06-23fix TZ parsing logic for identifying POSIX-form stringsRich Felker-1/+13
2021-04-27remove return with expression in void functionMichael Forney-1/+1
2021-04-20add pthread_getname_np functionÉrico Rolim-0/+25
2021-04-20fix popen not to leak pipes from one child to anotherRich Felker-0/+6
2021-04-20remove spurious lock in popenRich Felker-2/+0
2021-04-16nscd: fall back gracefully on kernels without AF_UNIX supportJoakim Sindholt-1/+9
2021-04-16mallocng/aligned_alloc: check for malloc failureDominic Chen-0/+3
2021-04-03make epoll_[p]wait a cancellation pointRich Felker-2/+2
2021-03-26fix dl_iterate_phdr dlpi_tls_data reporting to match specRich Felker-1/+2
2021-03-15remove no-longer-needed special case handling in popenRich Felker-16/+0
2021-03-15use internal malloc for posix_spawn file actions objectsRich Felker-0/+5
2021-02-13fix error return value for cuseridRich Felker-2/+3
2021-02-13fix misuse of getpwuid_r in cuseridRich Felker-1/+2
2021-02-13cuserid: don't return truncated resultsRich Felker-1/+5
2021-02-13cuserid: support invocation with a null pointer argumentSören Tempel-0/+2
2021-02-10math: fix expm1f overflow thresholdSzabolcs Nagy-2/+1
2021-02-10math: fix acoshf for negative inputsSzabolcs Nagy-4/+4
2021-01-30fix possible fd leak via missing O_CLOEXEC in pthread_setname_npÉrico Rolim-1/+1
2021-01-30oldmalloc: preserve errno across freeRich Felker-0/+4
2021-01-30fix build regression in oldmallocRich Felker-1/+1
2021-01-30preserve errno across freeRich Felker-2/+10
2021-01-30fix inconsistent signature of __libc_start_mainRich Felker-1/+2
2021-01-30fail posix_spawn file_actions operations with negative fdsRich Felker-0/+4
2020-12-14fix VIDIOC_DQEVENT (v4l2) ioctl fallback for pre-5.6 kernelsRich Felker-1/+9
2020-12-14fix v4l2 buffer ioctl fallbacks for pre-5.6 kernelsArnd Bergmann-4/+4
2020-12-09use libc-internal malloc for newlocale/freelocaleRich Felker-0/+10
2020-12-09drop use of pthread_once in newlocaleRich Felker-9/+7
2020-12-09lift locale lock out of internal __get_localeRich Felker-18/+19
2020-12-09fix misleading comment in strstrRich Felker-1/+1
2020-12-08drop use of pthread_once for aio thread stack size initRich Felker-10/+8