aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-16Replace __libc_multiple_libcs with __libc_initial flagFlorian Weimer
2020-12-16{nptl,htl}/semaphoreP.h: clean upSamuel Thibault
2020-12-16htl: Get sem_open/sem_close/sem_unlink support [BZ #25524]Samuel Thibault
2020-12-16pthread: Move semaphore initialization for open to semaphoreP.hSamuel Thibault
2020-12-16Mark __libc_freeres_fn as used [BZ #27002]H.J. Lu
2020-12-16Update syscall lists for Linux 5.10.Joseph Myers
2020-12-16htl: Add pshared semaphore supportSamuel Thibault
2020-12-16hurd: Add LLL_PRIVATE and LLL_SHAREDSamuel Thibault
2020-12-16hurd: Add __libc_open and __libc_closeSamuel Thibault
2020-12-16htl: Add futex-internal.hSamuel Thibault
2020-12-16hurd: Add __lll_abstimed_wait_intrSamuel Thibault
2020-12-16hurd: make lll_* take a variable instead of a ptrSamuel Thibault
2020-12-16hurd: Rename LLL_INITIALIZER to LLL_LOCK_INITIALIZERSamuel Thibault
2020-12-15Use Linux 5.10 in build-many-glibcs.py.Joseph Myers
2020-12-15elf: Record libc.so link map when it is the main program (bug 20972)Florian Weimer
2020-12-15Use GMP 6.2.1 in build-many-glibcs.py.Joseph Myers
2020-12-15aarch64: remove the strlen_asimd symbolSzabolcs Nagy
2020-12-15aarch64: fix static PIE start code for BTI [BZ #27068]Guillaume Gardet
2020-12-15elf: Fix failure handling in _dl_map_object_from_fdSzabolcs Nagy
2020-12-15elf: inline lose for error handlingSzabolcs Nagy
2020-12-14Remove strtoimax, strtoumax, wcstoimax, wcstoumax inlinesJoseph Myers
2020-12-14nsswitch: handle missing actions properlyDJ Delorie
2020-12-14x86: Remove the default REP MOVSB threshold tunable value [BZ #27061]H.J. Lu
2020-12-12elf.h: Remove SHF_GNU_BUILD_NOTE.Mark Wielaard
2020-12-12elf.h: fix spelling typos in commentsDmitry V. Levin
2020-12-12Fix spelling and grammar in several commentsJonny Grant
2020-12-11malloc: Detect infinite-loop in _int_free when freeing tcache [BZ#27052]W. Hashimoto
2020-12-11elf: Fix dl-load.cSzabolcs Nagy
2020-12-11elf: Include libc.so.6 as main program in dependency sort (bug 20972)Florian Weimer
2020-12-11support: Add support_slibdir_prefix variableFlorian Weimer
2020-12-11aarch64: Use mmap to add PROT_BTI instead of mprotect [BZ #26831]Szabolcs Nagy
2020-12-11elf: Pass the fd to note processingSzabolcs Nagy
2020-12-11elf: Move note processing after l_phdr is updatedSzabolcs Nagy
2020-12-11aarch64: align address for BTI protection [BZ #26988]Szabolcs Nagy
2020-12-11aarch64: Fix missing BTI protection from dependencies [BZ #26926]Szabolcs Nagy
2020-12-11Fix linknamespace errors in nss_database.c if build with -Os.Stefan Liebler
2020-12-11treewide: fix incorrect spelling of indices in commentsDmitry V. Levin
2020-12-10linux: Consolidate brk implementationAdhemerval Zanella
2020-12-10elf: Include <sys/param.h> in cache.cFlorian Weimer
2020-12-10s390x: Add glibc-hwcaps supportFlorian Weimer
2020-12-10elf: Fix run-time dependencies of tst-dlopen-fail-2Florian Weimer
2020-12-10Handle out-of-memory case in svc_tcp.c/svc_unix.c:rendezvous_request.Stefan Liebler
2020-12-09elf: Fix incorrect comparison in sort_priorities_by_nameFlorian Weimer
2020-12-09S390: Derive float_t from FLT_EVAL_METHODMarius Hillenbrand
2020-12-09Fix parsing of /sys/devices/system/cpu/online (bug 25859)Andreas Schwab
2020-12-08Make strtoimax, strtoumax, wcstoimax, wcstoumax into aliasesJoseph Myers
2020-12-08Fixed typos in "NEWS for version 2.32"Paul Zimmermann
2020-12-08Add NEWS entry for CVE-2020-29562 (BZ #26923)Siddhesh Poyarekar
2020-12-07iconv: Fix incorrect UCS4 inner loop bounds (BZ#26923)Michael Colavita
2020-12-06x86: Rename readelflib.cH.J. Lu