summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Avoid running some tests if the file system does not support holesfw/holesFlorian Weimer2018-07-2710-1/+128
* hurd: Fix some ld.so symbol override from libcSamuel Thibault2018-07-276-8/+34
* Update libc.pot.Carlos O'Donell2018-07-262-353/+375
* Update powerpc-nofpu ulps.Joseph Myers2018-07-262-0/+39
* x86: Populate COMMON_CPUID_INDEX_80000001 for Intel CPUs [BZ #23459]H.J. Lu2018-07-262-10/+19
* x86: Correct index_cpu_LZCNT [BZ # 23456]H.J. Lu2018-07-262-1/+7
* Fix string/tst-xbzero-opt if build with gcc head.Stefan Liebler2018-07-262-0/+20
* htl: Use weak aliases for public symbolsFlorian Weimer2018-07-262-3/+8
* Add missing localedata/en_US.UTF-8.in (Bug 23393).Carlos O'Donell2018-07-251-0/+2159
* Keep expected behaviour for [a-z] and [A-z] (Bug 23393).Carlos O'Donell2018-07-255-1008/+1065
* ia64: Work around incorrect type of IA64 uc_sigmaskH.J. Lu2018-07-252-0/+30
* Fix ISO C threads installed header and HURD assumptionAdhemerval Zanella2018-07-254-208/+276
* x86/CET: Add a setcontext test for CETH.J. Lu2018-07-253-0/+141
* Fix C11 conformance issuesAdhemerval Zanella2018-07-254-3/+12
* C11 threads: Fix timeout and locking issuesFlorian Weimer2018-07-255-2/+61
* x86-64/CET: Extend ucontext_t to save shadow stackH.J. Lu2018-07-259-1/+421
* Add tests for setcontext on the context from makecontextH.J. Lu2018-07-256-1/+369
* Add a test for multiple setcontext callsH.J. Lu2018-07-253-1/+94
* Add another test for setcontextH.J. Lu2018-07-253-1/+223
* Add a test for multiple makecontext callsH.J. Lu2018-07-253-1/+115
* x86/CET: Add tests with legacy non-CET shared objectsH.J. Lu2018-07-2513-0/+335
* x86: Rename __glibc_reserved2 to ssp_base in tcbhead_tH.J. Lu2018-07-255-2/+22
* Fix out of bounds access in findidxwc (bug 23442)Andreas Schwab2018-07-252-3/+9
* Mention ISO C threads additionAdhemerval Zanella2018-07-242-0/+23
* alpha: mlock2, copy_file_range syscalls were introduced in kernel 4.13Florian Weimer2018-07-242-1/+10
* x86/CET: Extend arch_prctl syscall for CET controlH.J. Lu2018-07-245-6/+81
* sh: Do not define __ASSUME_STATXFlorian Weimer2018-07-242-0/+8
* Add manual documentation for threads.hazanella/c11-threadsRical Jasan2018-07-244-10/+565
* nptl: Add test cases for ISO C11 threadsAdhemerval Zanella2018-07-2413-1/+793
* nptl: Add abilist symbols for C11 threadsAdhemerval Zanella2018-07-2450-0/+651
* nptl: Add C11 threads tss_* functionsAdhemerval Zanella2018-07-249-2/+172
* nptl: Add C11 threads cnd_* functionsAdhemerval Zanella2018-07-2411-2/+239
* nptl: Add C11 threads call_once functionsAdhemerval Zanella2018-07-246-1/+60
* nptl: Add C11 threads mtx_* functionsAdhemerval Zanella2018-07-2411-1/+277
* nptl: Add C11 threads thrd_* functionsAdhemerval Zanella2018-07-2421-12/+478
* Add <bits/indirect-return.h>H.J. Lu2018-07-247-3/+94
* Fix out-of-bounds access in IBM-1390 converter (bug 23448)Andreas Schwab2018-07-242-0/+8
* x86: Update vfork to pop shadow stackH.J. Lu2018-07-243-0/+108
* x86-64: Add endbr64 to tst-quadmod[12].SH.J. Lu2018-07-243-0/+20
* Use binutils 2.31 branch in build-many-glibcs.py.Joseph Myers2018-07-202-1/+6
* Change URL of gcc's tarballZong Li2018-07-202-1/+6
* regcomp: Fix off-by-one bug in build_equiv_class [BZ #23396]Florian Weimer2018-07-202-12/+10
* check-execstack: Permit sysdeps to xfail some libsSamuel Thibault2018-07-204-6/+36
* hurd: Fix installed-headers testsSamuel Thibault2018-07-204-0/+10
* Fix new file headerSamuel Thibault2018-07-201-4/+3
* hurd: Implement pipe2Thomas Schwinge2018-07-203-20/+64
* hurd: SOCK_CLOEXEC and SOCK_NONBLOCK for socketpairThomas Schwinge2018-07-202-3/+24
* hurd: SOCK_CLOEXEC and SOCK_NONBLOCK for socketThomas Schwinge2018-07-202-1/+19
* hurd: Enable thread-safe i386 atomic instructionsSamuel Thibault2018-07-202-0/+7
* benchtests: improve argument parsing through argparse libraryLeonardo Sandoval2018-07-192-21/+28