summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-09-11fix undefined behavior in getdelim via null pointer arithmetic and memcpyRich Felker1-3/+5
2021-08-06fix error checking in pthread_getname_npÉrico Nogueira1-1/+1
2021-07-29fix libc-internal signal blocking on mips archsRich Felker1-2/+2
2021-07-06math: fix fmaf not to depend on FE_TOWARDZEROSzabolcs Nagy1-11/+10
2021-06-23fix TZ parsing logic for identifying POSIX-form stringsRich Felker1-1/+13
2021-04-27remove return with expression in void functionMichael Forney1-1/+1
2021-04-20add pthread_getname_np functionÉrico Rolim1-0/+25
2021-04-20fix popen not to leak pipes from one child to anotherRich Felker1-0/+6
2021-04-20remove spurious lock in popenRich Felker1-2/+0
2021-04-16nscd: fall back gracefully on kernels without AF_UNIX supportJoakim Sindholt1-1/+9
2021-04-16mallocng/aligned_alloc: check for malloc failureDominic Chen1-0/+3
2021-04-03make epoll_[p]wait a cancellation pointRich Felker1-2/+2
2021-03-26fix dl_iterate_phdr dlpi_tls_data reporting to match specRich Felker1-1/+2
2021-03-15remove no-longer-needed special case handling in popenRich Felker1-16/+0
2021-03-15use internal malloc for posix_spawn file actions objectsRich Felker1-0/+5
2021-02-13fix error return value for cuseridRich Felker1-2/+3
2021-02-13fix misuse of getpwuid_r in cuseridRich Felker1-1/+2
2021-02-13cuserid: don't return truncated resultsRich Felker1-1/+5
2021-02-13cuserid: support invocation with a null pointer argumentSören Tempel1-0/+2
2021-02-10math: fix expm1f overflow thresholdSzabolcs Nagy1-2/+1
2021-02-10math: fix acoshf for negative inputsSzabolcs Nagy1-4/+4
2021-01-30fix possible fd leak via missing O_CLOEXEC in pthread_setname_npÉrico Rolim1-1/+1
2021-01-30oldmalloc: preserve errno across freeRich Felker1-0/+4
2021-01-30fix build regression in oldmallocRich Felker1-1/+1
2021-01-30preserve errno across freeRich Felker1-2/+10
2021-01-30fix inconsistent signature of __libc_start_mainRich Felker1-1/+2
2021-01-30fail posix_spawn file_actions operations with negative fdsRich Felker4-0/+4
2020-12-14fix VIDIOC_DQEVENT (v4l2) ioctl fallback for pre-5.6 kernelsRich Felker1-1/+9
2020-12-14fix v4l2 buffer ioctl fallbacks for pre-5.6 kernelsArnd Bergmann1-4/+4
2020-12-09use libc-internal malloc for newlocale/freelocaleRich Felker2-0/+10
2020-12-09drop use of pthread_once in newlocaleRich Felker1-9/+7
2020-12-09lift locale lock out of internal __get_localeRich Felker4-18/+19
2020-12-09fix misleading comment in strstrRich Felker1-1/+1
2020-12-08drop use of pthread_once for aio thread stack size initRich Felker1-10/+8
2020-12-07fix omission of non-stub pthread_mutexattr_getprotocolRich Felker1-1/+1
2020-12-04fix failure to preserve r6 in s390x asm; per ABI it is call-savedRich Felker2-0/+8
2020-11-30implement reallocarrayAriadne Conill1-0/+13
2020-11-30implement realpath directly instead of using procfs readlinkRich Felker1-23/+136
2020-11-29fix mallocng regression in malloc_usable_size with null argumentDominic Chen1-0/+1
2020-11-29fix segfault in lutimes when tv argument is NULLÉrico Rolim1-5/+7
2020-11-29arm fabs and sqrt: support single-precision-only fpu variantsJinliang Li2-2/+2
2020-11-23work around linux bug in readlink syscall with zero buffer sizeRich Felker2-3/+17
2020-11-22parse v3 or future-unknown zoneinfo file versions as v2+Rich Felker1-1/+1
2020-11-22explicitly prefer 64-bit/v2 zoneinfo tablesRich Felker1-1/+1
2020-11-20fix regression in pthread_exitRich Felker2-1/+3
2020-11-19rewrite wcsnrtombs to fix buffer overflow and other bugsRich Felker1-27/+19
2020-11-19protect destruction of process-shared mutexes against robust list racesRich Felker1-1/+5
2020-11-19pthread_exit: don't __vm_wait under thread list lockRich Felker1-9/+15
2020-11-11lift child restrictions after multi-threaded forkRich Felker16-4/+151
2020-11-11convert malloc use under libc-internal locks to use internal allocatorRich Felker7-0/+36