about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* remove return with expression in void functionMichael Forney2021-04-271-1/+1
* remove unnecessary cast for map_library returnÉrico Nogueira2021-04-201-1/+1
* add pthread_getname_np functionÉrico Rolim2021-04-202-0/+26
* fix popen not to leak pipes from one child to anotherRich Felker2021-04-201-0/+6
* remove spurious lock in popenRich Felker2021-04-201-2/+0
* define __STDC_UTF_{16,32}__ macrosÉrico Nogueira2021-04-191-0/+3
* fix regression in dl_iterate_phdr reporting of modules with no TLSRich Felker2021-04-161-1/+2
* nscd: fall back gracefully on kernels without AF_UNIX supportJoakim Sindholt2021-04-161-1/+9
* mallocng/aligned_alloc: check for malloc failureDominic Chen2021-04-161-0/+3
* make epoll_[p]wait a cancellation pointRich Felker2021-04-031-2/+2
* fix dl_iterate_phdr dlpi_tls_data reporting to match specRich Felker2021-03-262-2/+3
* remove no-longer-needed special case handling in popenRich Felker2021-03-151-16/+0
* use internal malloc for posix_spawn file actions objectsRich Felker2021-03-151-0/+5
* don't fail to map library/executable with zero-length segment mapsRich Felker2021-03-051-0/+1
* suppress isascii() macro for C++Érico Rolim2021-02-251-0/+2
* guard against compilers failing to handle setjmp specially by defaultRich Felker2021-02-221-3/+11
* aarch64/bits/mman.h: add PROT_MTE from linux v5.10Szabolcs Nagy2021-02-151-0/+1
* aarch64/bits/hwcap.h: add HWCAP2_MTE from linux v5.10Szabolcs Nagy2021-02-151-0/+1
* add aarch64/bits/mman.h with PROT_BTI from linux v5.8Szabolcs Nagy2021-02-151-0/+1
* aarch64/bits/hwcap.h: add HWCAP2_BTI from linux v5.8Szabolcs Nagy2021-02-151-0/+1
* signal.h: add MTE specific SIGSEGV codes from linux v5.10Szabolcs Nagy2021-02-151-0/+2
* sys/prctl.h: add MTE related constants from linux v5.10Szabolcs Nagy2021-02-151-0/+7
* elf.h: add NT_ARM_TAGGED_ADDR_CTRL from linux v5.10Szabolcs Nagy2021-02-151-0/+1
* sys/mman.h: add MAP_HUGE_16KB from linux v5.10Szabolcs Nagy2021-02-151-0/+1
* sys/mount.h: add MS_NOSYMFOLLOW from linux v5.10Szabolcs Nagy2021-02-151-0/+1
* sys/membarrier.h: add new constants from linux v5.10Szabolcs Nagy2021-02-151-0/+4
* bits/syscall.h: add process_madvise from linux v5.10Szabolcs Nagy2021-02-1516-0/+16
* fix error return value for cuseridRich Felker2021-02-131-2/+3
* fix misuse of getpwuid_r in cuseridRich Felker2021-02-131-1/+2
* cuserid: don't return truncated resultsRich Felker2021-02-131-1/+5
* cuserid: support invocation with a null pointer argumentSören Tempel2021-02-131-0/+2
* riscv64: define ELF_NFPREGKhem Raj2021-02-121-0/+1
* math: fix expm1f overflow thresholdSzabolcs Nagy2021-02-101-2/+1
* math: fix acoshf for negative inputsSzabolcs Nagy2021-02-101-4/+4
* fix possible fd leak via missing O_CLOEXEC in pthread_setname_npÉrico Rolim2021-01-301-1/+1
* oldmalloc: preserve errno across freeRich Felker2021-01-301-0/+4
* fix build regression in oldmallocRich Felker2021-01-301-1/+1
* preserve errno across freeRich Felker2021-01-301-2/+10
* fix inconsistent signature of __libc_start_mainRich Felker2021-01-301-1/+2
* fail posix_spawn file_actions operations with negative fdsRich Felker2021-01-304-0/+4
* release 1.2.2 v1.2.2Rich Felker2021-01-142-1/+52
* fix VIDIOC_DQEVENT (v4l2) ioctl fallback for pre-5.6 kernelsRich Felker2020-12-141-1/+9
* fix v4l2 buffer ioctl fallbacks for pre-5.6 kernelsArnd Bergmann2020-12-141-4/+4
* sh: fix incorrect mcontext_t member namingAriadne Conill2020-12-122-4/+13
* use libc-internal malloc for newlocale/freelocaleRich Felker2020-12-092-0/+10
* drop use of pthread_once in newlocaleRich Felker2020-12-091-9/+7
* lift locale lock out of internal __get_localeRich Felker2020-12-094-18/+19
* fix misleading comment in strstrRich Felker2020-12-091-1/+1
* drop use of pthread_once for aio thread stack size initRich Felker2020-12-081-10/+8
* fix omission of non-stub pthread_mutexattr_getprotocolRich Felker2020-12-071-1/+1