summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
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
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-12sh: fix incorrect mcontext_t member namingAriadne Conill-4/+13
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
2020-12-07fix omission of non-stub pthread_mutexattr_getprotocolRich Felker-1/+1
2020-12-06riscv64: fix inconsistent ucontext_t struct tagDrew DeVault-2/+2
2020-12-04fix failure to preserve r6 in s390x asm; per ABI it is call-savedRich Felker-0/+8
2020-12-03s390x: derive float_t from compiler or default to floatMarius Hillenbrand-1/+9