about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* PPC64: Attach SIMD attribute to cosf, sin, sinf function declarations. tuliom/libmvecBert Tenjy2020-02-191-0/+6
* PPC64: Add libmvec SIMD double-precision power function [BZ #24210]Shawn Landden2020-02-1910-9/+688
* PPC64: Add libmvec SIMD single-precision power function [BZ #24210]Shawn Landden2020-02-198-2/+357
* powerpc64: Add support for vec_cmpne for older compilersTulio Magno Quites Machado Filho2020-02-192-0/+22
* PPC64: Add libmvec SIMD double-precision natural exponent function [BZ #24209]Shawn Landden2020-02-1912-12/+471
* PPC64: Add libmvec SIMD single-precision natural exponent function [BZ #24209]Shawn Landden2020-02-1910-11/+321
* powerpc64: Fix libmvec's logf4 build on GCC < 8Tulio Magno Quites Machado Filho2020-02-191-0/+11
* PPC64: Add libmvec SIMD single-precision logarithm function [BZ #24208]Bert Tenjy2020-02-1910-3/+351
* PPC64: Add libmvec SIMD double-precision logarithm function [BZ #24208]Bert Tenjy2020-02-199-3/+812
* powerpc64: Fix mathvec build and tests on POWER < 8Tulio Magno Quites Machado Filho2020-02-192-4/+4
* PPC64: Add libmvec SIMD single-precision sincosf function [BZ #24207]Bert Tenjy2020-02-199-3/+249
* PPC64: Add libmvec SIMD double-precision sincos function [BZ #24207]Bert Tenjy2020-02-199-2/+216
* PPC64: Add libmvec SIMD single-precision sine function [BZ #24206]Bert Tenjy2020-02-198-15/+139
* PPC64: Add libmvec SIMD double-precision sine function [BZ #24206]Bert Tenjy2020-02-198-19/+140
* PPC64: Add libmvec SIMD single-precision cosine function [BZ #24205]Bert Tenjy2020-02-198-5/+226
* PPC64: Add libmvec SIMD double-precision cosine function [BZ #24205]Bert Tenjy2020-02-1912-0/+295
* 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
* pthread: Move robust mutex tests from nptl to sysdeps/pthreadSamuel Thibault2020-02-1615-8/+21
* htl: Remove stub warning for pthread_mutexattr_setpsharedSamuel Thibault2020-02-161-1/+0
* htl: Add missing functions and defines for robust mutexesSamuel Thibault2020-02-163-0/+12
* htl: Only check pthread_self coherency when DEBUG is setSamuel Thibault2020-02-151-0/+4
* hurd: Add THREAD_GET/SETMEM/_NCSamuel Thibault2020-02-152-5/+114
* hurd tls: update comment about fields at the end of tcbheadSamuel Thibault2020-02-151-2/+2
* ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486]Florian Weimer2020-02-1560-266/+202
* Remove weak declaration of free from <inline-hashtab.h>Florian Weimer2020-02-151-8/+3
* elf: Extract _dl_sym_post, _dl_sym_find_caller_map from elf/dl-sym.cFlorian Weimer2020-02-152-82/+110
* elf: Introduce the rtld-stubbed-symbols makefile variableFlorian Weimer2020-02-151-9/+13
* arm: fix use of INTERNAL_SYSCALL_CALLAndreas Schwab2020-02-151-1/+1
* linux: Remove INTERNAL_SYSCALL_DECLAdhemerval Zanella2020-02-14107-546/+425
* nptl: Remove ununsed pthread-errnos.h ruleAdhemerval Zanella2020-02-142-15/+1
* linux: Consolidate INLINE_SYSCALLAdhemerval Zanella2020-02-1433-486/+60
* s390: Consolidate Linux syscall definitionAdhemerval Zanella2020-02-143-192/+103
* riscv: Avoid clobbering register parameters in syscallAdhemerval Zanella2020-02-141-28/+56
* microblaze: Avoid clobbering register parameters in syscallAdhemerval Zanella2020-02-141-35/+56
* nios2: Use Linux kABI for syscall returnAdhemerval Zanella2020-02-141-5/+5
* mips: Use Linux kABI for syscall returnAdhemerval Zanella2020-02-143-53/+23
* mips64: Consolidate Linux sysdep.hAdhemerval Zanella2020-02-144-455/+70