about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* aarch64: fix pac-ret support in _mcountSzabolcs Nagy2020-07-082-1/+13
* aarch64: Add pac-ret support to assembly filesSzabolcs Nagy2020-07-085-1/+47
* aarch64: configure check for pac-ret code generationSzabolcs Nagy2020-07-082-0/+60
* aarch64: ensure objects are BTI compatibleSzabolcs Nagy2020-07-083-0/+11
* aarch64: enable BTI at runtimeSudakshina Das2020-07-088-0/+161
* aarch64: fix RTLD_START for BTISzabolcs Nagy2020-07-081-1/+4
* aarch64: fix swapcontext for BTISzabolcs Nagy2020-07-081-2/+12
* aarch64: Add BTI support to assembly filesSudakshina Das2020-07-0810-1/+50
* aarch64: Rename place holder .S files to .cSzabolcs Nagy2020-07-083-0/+0
* aarch64: configure test for BTI supportSzabolcs Nagy2020-07-082-0/+61
* Rewrite abi-note.S in C.Szabolcs Nagy2020-07-081-8/+0
* rtld: Clean up PT_NOTE and add PT_GNU_PROPERTY handlingSzabolcs Nagy2020-07-083-52/+22
* arm: CVE-2020-6096: Fix multiarch memcpy for negative length [BZ #25620]Alexander Anisimov2020-07-081-11/+11
* arm: CVE-2020-6096: fix memcpy and memmove for negative length [BZ #25620]Evgeny Eremin2020-07-082-28/+20
* hurd: Fix strerror not setting errnoSamuel Thibault2020-07-071-5/+11
* hurd: Evaluate fd before entering the critical sectionSamuel Thibault2020-07-071-1/+2
* string: Add strerrorname_np and strerrordesc_npAdhemerval Zanella2020-07-0732-0/+66
* string: Add sigabbrev_np and sigdescr_npAdhemerval Zanella2020-07-0731-0/+62
* string: Simplify strerror_rAdhemerval Zanella2020-07-071-62/+5
* string: Use tls-internal on strerror_lAdhemerval Zanella2020-07-074-21/+14
* string: Implement strerror in terms of strerror_lAdhemerval Zanella2020-07-071-1/+3
* string: Remove old TLS usage on strsignalAdhemerval Zanella2020-07-076-0/+126
* linux: Fix __NSIG_WORDS and add __NSIG_BYTESAdhemerval Zanella2020-07-0712-26/+39
* signal: Move sys_errlist to a compat symbolAdhemerval Zanella2020-07-0718-1855/+1018
* signal: Move sys_siglist to a compat symbolAdhemerval Zanella2020-07-075-87/+69
* signal: Add signum-{generic,arch}.hAdhemerval Zanella2020-07-0713-316/+397
* x86: Add thresholds for "rep movsb/stosb" to tunablesH.J. Lu2020-07-066-26/+70
* Use C2x return value from getpayload of non-NaN (bug 26073).Joseph Myers2020-07-066-0/+18
* x86: Detect Extended Feature Disable (XFD)H.J. Lu2020-07-062-0/+4
* x86: Correct bit_cpu_CLFSH [BZ #26208]H.J. Lu2020-07-061-1/+1
* Add the __libc_single_threaded variableFlorian Weimer2020-07-0632-0/+32
* Linux: rseq registration testsMathieu Desnoyers2020-07-064-1/+388
* Linux: Use rseq in sched_getcpu if availableMathieu Desnoyers2020-07-061-2/+20
* Linux: Perform rseq registration at C startup and thread creationMathieu Desnoyers2020-07-0643-2/+683
* Linux: Fix UTC offset setting in settimeofday for __TIMESIZE != 64Florian Weimer2020-06-301-3/+8
* 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-296-4/+509
* hurd: Add remaining cancelation pointsSamuel Thibault2020-06-2811-8/+67
* 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-289-24/+94
* 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