about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* i386: Use comdat instead of .gnu.linkonce for i386 setup pic register (BZ #20...Adhemerval Zanella2020-02-281-2/+3
* ldbl-128ibm-compat: link tst-ldbl-efgcvt against loader tooPaul E. Murphy2020-02-281-0/+1
* ldbl-128ibm-compat: enforce ibm128 on compat testsPaul E. Murphy2020-02-281-0/+9
* ldbl-128ibm-compat: Provide nexttoward functionsGabriel F. T. Gomes2020-02-285-4/+65
* ldbl-128ibm-compat: Provide a significand implementationTulio Magno Quites Machado Filho2020-02-282-0/+26
* ldbl-128ibm-compat: Redirect complex math functionsRajalakshmi Srinivasaraghavan2020-02-281-2/+19
* ldbl-128ibm-compat: Redirect long double functions to f128/ieee128 functionsTulio Magno Quites Machado Filho2020-02-285-18/+85
* posix: Remove posix waitidAdhemerval Zanella2020-02-271-61/+9
* posix: Refactor tst-waitid (BZ #14666)Adhemerval Zanella2020-02-271-396/+153
* support: Add support_process_state_waitAdhemerval Zanella2020-02-276-0/+278
* malloc/tst-mallocfork2: Kill lingering process for unexpected failuresAdhemerval Zanella2020-02-271-11/+28
* elf: Apply attribute_relro to pointers in elf/dl-minimal.cFlorian Weimer2020-02-261-8/+8
* powerpc: Refactor fenvinline.hRogerio Alves2020-02-251-13/+19
* nss_nis: Use NSS_DECLARE_MODULE_FUNCTIONSFlorian Weimer2020-02-256-28/+54
* csu: Use ELF constructor instead of _init in libc.soFlorian Weimer2020-02-253-8/+8
* ldbl-128ibm: make ieee754.h work with IEEE 128 long doublePaul E. Murphy2020-02-212-2/+96
* ldbl-128ibm-compat: fixup subdir location of several funcsPaul E. Murphy2020-02-211-16/+16
* ldbl-128ibm-compat: enforce correct abi flags on internal filePaul E. Murphy2020-02-211-0/+11
* ldbl-128ibm-compat: Provide ieee128 symbols to narrow functionsTulio Magno Quites Machado Filho2020-02-204-14/+75
* Undefine redirections after long double definition on __LDBL_COMPAT [BZ #23294]Tulio Magno Quites Machado Filho2020-02-204-7/+112
* nios2: Fix Linux kABI for syscall returnAdhemerval Zanella2020-02-201-1/+1
* Fix use-after-free in glob when expanding ~user (bug 25414)Andreas Schwab2020-02-201-12/+13
* nptl: Move pthread_setschedparam implementation into libcFlorian Weimer2020-02-2032-38/+1
* nptl: Move pthread_getschedparam implementation into libcFlorian Weimer2020-02-2032-34/+3
* Add hidden prototypes for __sched_getparam, __sched_getschedulerFlorian Weimer2020-02-203-0/+4
* nptl: Move pthread_cond_init implementation into libcFlorian Weimer2020-02-2035-67/+8
* nptl: Move pthread_cond_destroy implementation into libcFlorian Weimer2020-02-2035-64/+13
* nptl: Move pthread_condattr_init implementation into libcFlorian Weimer2020-02-2032-34/+1
* nptl: Move pthread_condattr_destroy implementation into libcFlorian Weimer2020-02-2032-32/+3
* nptl: Move pthread_attr_setscope implementation into libcFlorian Weimer2020-02-2032-36/+1
* nptl: Move pthread_attr_getscope implementation into libcFlorian Weimer2020-02-2032-33/+3
* nptl: Move pthread_attr_setschedpolicy implementation into libcFlorian Weimer2020-02-2032-34/+1
* nptl: Move pthread_attr_getschedpolicy implementation into libcFlorian Weimer2020-02-2032-33/+3
* nptl: Sort routines list in Makefile alphabeticallyFlorian Weimer2020-02-201-7/+21
* nptl: Use .NOTPARALLEL in Makefile only if actually running testsFlorian Weimer2020-02-201-1/+3
* Block all signals on timer_create thread (BZ#10815)Adhemerval Zanella2020-02-196-63/+221
* Fix tst-pkey expectations on pkey_get [BZ #23202]Lucas A. M. Magalhaes2020-02-191-4/+6
* y2038: linux: Provide __gettimeofday64 implementationLukasz Majewski2020-02-184-3/+49
* Linux: Work around kernel bugs in chmod on /proc/self/fd paths [BZ #14578]Florian Weimer2020-02-182-63/+45
* Introduce <elf-initfini.h> and ELF_INITFINI for all architecturesFlorian Weimer2020-02-1826-105/+330
* mips: Fix bracktrace result for signal framesAdhemerval Zanella2020-02-183-0/+102
* Move implementation of <file_change_detection.h> into a C fileFlorian Weimer2020-02-187-125/+174
* <fd_to_filename.h>: Add type safety and port to HurdFlorian Weimer2020-02-189-33/+206
* Prepare redirections for IEEE long double on powerpc64leGabriel F. T. Gomes2020-02-1714-43/+159
* conform/conformtest.py: Extend tokenizer to cover character constantsFlorian Weimer2020-02-171-6/+5
* stdlib: Reduce namespace pollution in <inttypes.h>Florian Weimer2020-02-171-24/+24
* x86: Avoid single-argument _Static_assert in <tls.h>Florian Weimer2020-02-173-24/+36
* x86 tls: Use _Static_assert for TLS access size assertionSamuel Thibault2020-02-173-78/+60
* htl: Link internal htl tests against libpthreadSamuel Thibault2020-02-171-1/+1
* pthread: Fix building tst-robust8 with nptlSamuel Thibault2020-02-162-3/+5