Age | Commit message (Expand) | Author |
2020-12-18 | aarch64: Add aarch64-specific files for memory tagging supportrearnsha/mte-v4.0 | Richard Earnshaw |
2020-12-18 | aarch64: Add sysv specific enabling code for memory tagging | Richard Earnshaw |
2020-12-18 | linux: Add compatibility definitions to sys/prctl.h for MTE | Richard Earnshaw |
2020-12-18 | malloc: Basic support for memory tagging in the malloc() family | Richard Earnshaw |
2020-12-18 | elf: Add a tunable to control use of tagged memory | Richard Earnshaw |
2020-12-18 | config: Allow memory tagging to be enabled when configuring glibc | Richard Earnshaw |
2020-12-18 | ieee754: Remove unused __sin32 and __cos32 | Anssi Hannula |
2020-12-18 | ieee754: Remove slow paths from asin and acos | Anssi Hannula |
2020-12-18 | getenv: Move call to strlen to the branch it's used in. | Lode Willems |
2020-12-17 | Update kernel version to 5.10 in tst-mman-consts.py. | Joseph Myers |
2020-12-17 | s390x: Require GCC 7.1 or later to build glibc. | Stefan Liebler |
2020-12-16 | malloc: Use __libc_initial to detect an inner libc | Florian Weimer |
2020-12-16 | Replace __libc_multiple_libcs with __libc_initial flag | Florian Weimer |
2020-12-16 | {nptl,htl}/semaphoreP.h: clean up | Samuel Thibault |
2020-12-16 | htl: Get sem_open/sem_close/sem_unlink support [BZ #25524] | Samuel Thibault |
2020-12-16 | pthread: Move semaphore initialization for open to semaphoreP.h | Samuel Thibault |
2020-12-16 | Mark __libc_freeres_fn as used [BZ #27002] | H.J. Lu |
2020-12-16 | Update syscall lists for Linux 5.10. | Joseph Myers |
2020-12-16 | htl: Add pshared semaphore support | Samuel Thibault |
2020-12-16 | hurd: Add LLL_PRIVATE and LLL_SHARED | Samuel Thibault |
2020-12-16 | hurd: Add __libc_open and __libc_close | Samuel Thibault |
2020-12-16 | htl: Add futex-internal.h | Samuel Thibault |
2020-12-16 | hurd: Add __lll_abstimed_wait_intr | Samuel Thibault |
2020-12-16 | hurd: make lll_* take a variable instead of a ptr | Samuel Thibault |
2020-12-16 | hurd: Rename LLL_INITIALIZER to LLL_LOCK_INITIALIZER | Samuel Thibault |
2020-12-15 | Use Linux 5.10 in build-many-glibcs.py. | Joseph Myers |
2020-12-15 | elf: Record libc.so link map when it is the main program (bug 20972) | Florian Weimer |
2020-12-15 | Use GMP 6.2.1 in build-many-glibcs.py. | Joseph Myers |
2020-12-15 | aarch64: remove the strlen_asimd symbol | Szabolcs Nagy |
2020-12-15 | aarch64: fix static PIE start code for BTI [BZ #27068] | Guillaume Gardet |
2020-12-15 | elf: Fix failure handling in _dl_map_object_from_fd | Szabolcs Nagy |
2020-12-15 | elf: inline lose for error handling | Szabolcs Nagy |
2020-12-14 | Remove strtoimax, strtoumax, wcstoimax, wcstoumax inlines | Joseph Myers |
2020-12-14 | nsswitch: handle missing actions properly | DJ Delorie |
2020-12-14 | x86: Remove the default REP MOVSB threshold tunable value [BZ #27061] | H.J. Lu |
2020-12-12 | elf.h: Remove SHF_GNU_BUILD_NOTE. | Mark Wielaard |
2020-12-12 | elf.h: fix spelling typos in comments | Dmitry V. Levin |
2020-12-12 | Fix spelling and grammar in several comments | Jonny Grant |
2020-12-11 | malloc: Detect infinite-loop in _int_free when freeing tcache [BZ#27052] | W. Hashimoto |
2020-12-11 | elf: Fix dl-load.c | Szabolcs Nagy |
2020-12-11 | elf: Include libc.so.6 as main program in dependency sort (bug 20972) | Florian Weimer |
2020-12-11 | support: Add support_slibdir_prefix variable | Florian Weimer |
2020-12-11 | aarch64: Use mmap to add PROT_BTI instead of mprotect [BZ #26831] | Szabolcs Nagy |
2020-12-11 | elf: Pass the fd to note processing | Szabolcs Nagy |
2020-12-11 | elf: Move note processing after l_phdr is updated | Szabolcs Nagy |
2020-12-11 | aarch64: align address for BTI protection [BZ #26988] | Szabolcs Nagy |
2020-12-11 | aarch64: Fix missing BTI protection from dependencies [BZ #26926] | Szabolcs Nagy |
2020-12-11 | Fix linknamespace errors in nss_database.c if build with -Os. | Stefan Liebler |
2020-12-11 | treewide: fix incorrect spelling of indices in comments | Dmitry V. Levin |
2020-12-10 | linux: Consolidate brk implementation | Adhemerval Zanella |