summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-09-11fix undefined behavior in getdelim via null pointer arithmetic and memcpyRich Felker1-3/+5
2021-08-12fix excessively slow TLS performance on some mips modelsRich Felker1-2/+1
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-06fix broken struct shmid_ds on powerpc (32-bit)Rich Felker1-1/+1
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-06-05riscv: rename __NR_fstatat __NR_newfstatatKhem Raj1-1/+1
2021-04-27remove return with expression in void functionMichael Forney1-1/+1
2021-04-20remove unnecessary cast for map_library returnÉrico Nogueira1-1/+1
2021-04-20add pthread_getname_np functionÉrico Rolim2-0/+26
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-19define __STDC_UTF_{16,32}__ macrosÉrico Nogueira1-0/+3
2021-04-16fix regression in dl_iterate_phdr reporting of modules with no TLSRich Felker1-1/+2
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 Felker2-2/+3
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-03-05don't fail to map library/executable with zero-length segment mapsRich Felker1-0/+1
2021-02-25suppress isascii() macro for C++Érico Rolim1-0/+2
2021-02-22guard against compilers failing to handle setjmp specially by defaultRich Felker1-3/+11
2021-02-15aarch64/bits/mman.h: add PROT_MTE from linux v5.10Szabolcs Nagy1-0/+1
2021-02-15aarch64/bits/hwcap.h: add HWCAP2_MTE from linux v5.10Szabolcs Nagy1-0/+1
2021-02-15add aarch64/bits/mman.h with PROT_BTI from linux v5.8Szabolcs Nagy1-0/+1
2021-02-15aarch64/bits/hwcap.h: add HWCAP2_BTI from linux v5.8Szabolcs Nagy1-0/+1
2021-02-15signal.h: add MTE specific SIGSEGV codes from linux v5.10Szabolcs Nagy1-0/+2
2021-02-15sys/prctl.h: add MTE related constants from linux v5.10Szabolcs Nagy1-0/+7
2021-02-15elf.h: add NT_ARM_TAGGED_ADDR_CTRL from linux v5.10Szabolcs Nagy1-0/+1
2021-02-15sys/mman.h: add MAP_HUGE_16KB from linux v5.10Szabolcs Nagy1-0/+1
2021-02-15sys/mount.h: add MS_NOSYMFOLLOW from linux v5.10Szabolcs Nagy1-0/+1
2021-02-15sys/membarrier.h: add new constants from linux v5.10Szabolcs Nagy1-0/+4
2021-02-15bits/syscall.h: add process_madvise from linux v5.10Szabolcs Nagy16-0/+16
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-12riscv64: define ELF_NFPREGKhem Raj1-0/+1
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
2021-01-14release 1.2.2v1.2.2Rich Felker2-1/+52
2020-12-14fix VIDIOC_DQEVENT (v4l2) ioctl fallback for pre-5.6 kernelsRich Felker1-1/+9