about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* aarch64: add NEWS entry about branch protection support nsz/pacbti-v6Szabolcs Nagy2020-07-021-0/+12
* aarch64: redefine RETURN_ADDRESS to strip PACSzabolcs Nagy2020-07-021-0/+7
* aarch64: fix pac-ret support in _mcountSzabolcs Nagy2020-07-022-1/+13
* aarch64: Add pac-ret support to assembly filesSzabolcs Nagy2020-07-025-1/+47
* aarch64: configure check for pac-ret code generationSzabolcs Nagy2020-07-023-0/+63
* aarch64: ensure objects are BTI compatibleSzabolcs Nagy2020-07-023-0/+11
* aarch64: enable BTI at runtimeSudakshina Das2020-07-028-0/+161
* rtld: Clean up PT_NOTE and add PT_GNU_PROPERTY handlingSzabolcs Nagy2020-07-025-64/+118
* aarch64: fix RTLD_START for BTISzabolcs Nagy2020-07-021-1/+4
* aarch64: fix swapcontext for BTISzabolcs Nagy2020-07-021-2/+12
* aarch64: Add BTI support to assembly filesSudakshina Das2020-07-0210-1/+50
* aarch64: Rename place holder .S files to .cSzabolcs Nagy2020-07-023-0/+0
* aarch64: configure test for BTI supportSzabolcs Nagy2020-07-023-0/+64
* Rewrite abi-note.S in C.Szabolcs Nagy2020-07-022-18/+15
* Fix strtod multiple-precision division bug (bug 26137).Joseph Myers2020-06-303-2/+3577
* Linux: Fix UTC offset setting in settimeofday for __TIMESIZE != 64Florian Weimer2020-06-301-3/+8
* random: range is not portably RAND_MAX [BZ #7003]John Marshall2020-06-301-1/+1
* Update kernel version to 5.7 in tst-mman-consts.py.Joseph Myers2020-06-291-1/+1
* powerpc: Add support for POWER10Tulio Magno Quites Machado Filho2020-06-2914-3/+26
* hurd: Simplify usleep timeout computationSamuel Thibault2020-06-291-5/+2
* htl: Enable cancel*16 an cancel*20 testsSamuel Thibault2020-06-297-11/+11
* hurd: Add remaining cancelation pointsSamuel Thibault2020-06-2812-8/+72
* hurd: fix usleep(ULONG_MAX)Samuel Thibault2020-06-281-1/+5
* hurd: Make fcntl(F_SETLKW*) cancellation pointsSamuel Thibault2020-06-284-8/+44
* hurd: make wait4 a cancellation pointSamuel Thibault2020-06-284-6/+70
* hurd: Fix port definition in HURD_PORT_USE_CANCELSamuel Thibault2020-06-281-0/+3
* hurd: make close a cancellation pointSamuel Thibault2020-06-287-6/+50
* hurd: make open and openat cancellation pointsSamuel Thibault2020-06-289-10/+138
* hurd: clean fd and port on thread cancelSamuel Thibault2020-06-2817-28/+146
* htl: Move cleanup handling to non-private libc-lockSamuel Thibault2020-06-282-33/+70
* htl: Fix includes for lockfileSamuel Thibault2020-06-283-6/+3
* htl: avoid cancelling threads inside critical sectionsSamuel Thibault2020-06-271-0/+9
* tst-cancel4-common.c: fix calling socketpairSamuel Thibault2020-06-261-1/+1
* x86: Detect Intel Advanced Matrix ExtensionsH.J. Lu2020-06-263-0/+44
* Set width of JUNGSEONG/JONGSEONG characters from UD7B0 to UD7FB to 0 [BZ #26120]Mike FABIAN2020-06-2610-9/+18
* S390: Optimize __memset_z196.Stefan Liebler2020-06-261-10/+9
* S390: Optimize __memcpy_z196.Stefan Liebler2020-06-261-6/+15
* elf: Include <stddef.h> (for size_t), <sys/stat.h> in <ldconfig.h>Florian Weimer2020-06-251-0/+2
* nptl: Don't madvise user provided stackSzabolcs Nagy2020-06-251-2/+3
* S390: Regenerate ULPs.Stefan Liebler2020-06-241-0/+2
* htl: Add wrapper header for <semaphore.h> with hidden __sem_postFlorian Weimer2020-06-243-2/+11
* elf: Include <stdbool.h> in <dl-tunables.h> because bool is usedFlorian Weimer2020-06-241-0/+2
* htl: Fix case when sem_*wait is canceled while holding a tokenSamuel Thibault2020-06-241-2/+13
* htl: Make sem_*wait cancellations pointsSamuel Thibault2020-06-245-15/+90
* htl: Simplify non-cancel path of __pthread_cond_timedwait_internalSamuel Thibault2020-06-241-20/+21
* htl: Enable tst-cancel25 testSamuel Thibault2020-06-243-2/+4
* powerpc: Add new hwcap valuesTulio Magno Quites Machado Filho2020-06-232-1/+3
* aarch64: MTE compatible strncmpAlex Butler2020-06-231-99/+145
* aarch64: MTE compatible strcmpAlex Butler2020-06-231-109/+125
* aarch64: MTE compatible strrchrAlex Butler2020-06-231-114/+91