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