aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-20remove spurious lock in popenRich Felker
2021-04-19define __STDC_UTF_{16,32}__ macrosÉrico Nogueira
2021-04-16fix regression in dl_iterate_phdr reporting of modules with no TLSRich 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-03-05don't fail to map library/executable with zero-length segment mapsRich Felker
2021-02-25suppress isascii() macro for C++Érico Rolim
2021-02-22guard against compilers failing to handle setjmp specially by defaultRich Felker
2021-02-15aarch64/bits/mman.h: add PROT_MTE from linux v5.10Szabolcs Nagy
2021-02-15aarch64/bits/hwcap.h: add HWCAP2_MTE from linux v5.10Szabolcs Nagy
2021-02-15add aarch64/bits/mman.h with PROT_BTI from linux v5.8Szabolcs Nagy
2021-02-15aarch64/bits/hwcap.h: add HWCAP2_BTI from linux v5.8Szabolcs Nagy
2021-02-15signal.h: add MTE specific SIGSEGV codes from linux v5.10Szabolcs Nagy
2021-02-15sys/prctl.h: add MTE related constants from linux v5.10Szabolcs Nagy
2021-02-15elf.h: add NT_ARM_TAGGED_ADDR_CTRL from linux v5.10Szabolcs Nagy
2021-02-15sys/mman.h: add MAP_HUGE_16KB from linux v5.10Szabolcs Nagy
2021-02-15sys/mount.h: add MS_NOSYMFOLLOW from linux v5.10Szabolcs Nagy
2021-02-15sys/membarrier.h: add new constants from linux v5.10Szabolcs Nagy
2021-02-15bits/syscall.h: add process_madvise from linux v5.10Szabolcs Nagy
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-12riscv64: define ELF_NFPREGKhem Raj
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
2021-01-14release 1.2.2v1.2.2Rich 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-12sh: fix incorrect mcontext_t member namingAriadne Conill
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
2020-12-07fix omission of non-stub pthread_mutexattr_getprotocolRich Felker
2020-12-06riscv64: fix inconsistent ucontext_t struct tagDrew DeVault
2020-12-04fix failure to preserve r6 in s390x asm; per ABI it is call-savedRich Felker
2020-12-03s390x: derive float_t from compiler or default to floatMarius Hillenbrand
2020-11-30implement reallocarrayAriadne Conill