about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* aarch64: Rename place holder .S files to .cSzabolcs Nagy2020-07-083-0/+0
* aarch64: configure test for BTI supportSzabolcs Nagy2020-07-083-0/+64
* Rewrite abi-note.S in C.Szabolcs Nagy2020-07-082-18/+15
* rtld: Clean up PT_NOTE and add PT_GNU_PROPERTY handlingSzabolcs Nagy2020-07-085-64/+118
* string: Move tst-strsignal tst-strerror to tests-containerAdhemerval Zanella2020-07-081-1/+3
* string: Fix prototype mismatch in sigabbrev_np, __sigdescr_npFlorian Weimer2020-07-082-2/+2
* 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
* sunrpc: Remove hidden aliases for global data symbols (bug 26210)Florian Weimer2020-07-083-9/+8
* hurd: Fix strerror not setting errnoSamuel Thibault2020-07-071-5/+11
* tst-strsignal: fix checking for RT signals supportSamuel Thibault2020-07-071-4/+8
* hurd: Evaluate fd before entering the critical sectionSamuel Thibault2020-07-071-1/+2
* Rewrite iconv option parsing [BZ #19519]Arjun Shankar2020-07-0711-143/+988
* nss: Remove cryptographic key support from nss_files, nss_nis, nss_nisplusFlorian Weimer2020-07-076-760/+9
* sunrpc: Do not export getrpcport by defaultFlorian Weimer2020-07-071-0/+5
* sunrpc: Do not export key handling hooks by defaultFlorian Weimer2020-07-071-3/+14
* sunrpc: Turn clnt_sperrno into a libc_hidden_nolink_sunrpc symbolFlorian Weimer2020-07-071-0/+4
* string: Add strerrorname_np and strerrordesc_npAdhemerval Zanella2020-07-0742-1/+259
* string: Add sigabbrev_np and sigdescr_npAdhemerval Zanella2020-07-0743-10/+236
* string: Add strerror_l on test-strerror-errnoAdhemerval Zanella2020-07-071-0/+5
* string: Add strerror, strerror_r, and strerror_l testAdhemerval Zanella2020-07-076-1/+145
* string: Add strsignal testAdhemerval Zanella2020-07-072-2/+61
* string: Simplify strerror_rAdhemerval Zanella2020-07-072-101/+7
* string: Use tls-internal on strerror_lAdhemerval Zanella2020-07-077-40/+20
* string: Implement strerror in terms of strerror_lAdhemerval Zanella2020-07-075-26/+24
* string: Remove old TLS usage on strsignalAdhemerval Zanella2020-07-0710-91/+155
* linux: Fix __NSIG_WORDS and add __NSIG_BYTESAdhemerval Zanella2020-07-0715-28/+43
* signal: Move sys_errlist to a compat symbolAdhemerval Zanella2020-07-0730-1898/+1115
* signal: Move sys_siglist to a compat symbolAdhemerval Zanella2020-07-0714-116/+93
* signal: Add signum-{generic,arch}.hAdhemerval Zanella2020-07-0718-374/+461
* Remove most vfprintf width/precision-dependent allocations (bug 14231, bug 26...Joseph Myers2020-07-074-121/+45
* elf: Do not signal LA_ACT_CONSISTENT for an empty namespace [BZ #26076]Florian Weimer2020-07-071-2/+8
* Fix stringop-overflow errors from gcc 10 in iconv.Stefan Liebler2020-07-072-9/+13
* x86: Add thresholds for "rep movsb/stosb" to tunablesH.J. Lu2020-07-067-26/+86
* Use C2x return value from getpayload of non-NaN (bug 26073).Joseph Myers2020-07-068-14/+33
* 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
* manual: Document __libc_single_threadedFlorian Weimer2020-07-061-0/+113
* Add the __libc_single_threaded variableFlorian Weimer2020-07-0651-8/+663
* 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-0648-3/+781
* tst-cancel4: deal with ENOSYS errorsSamuel Thibault2020-07-051-4/+38
* manual: Show copyright information not just in the printed manualFlorian Weimer2020-07-031-9/+11
* Fix typo in comment in bug 26137 fix.Joseph Myers2020-07-011-1/+1
* 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