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