about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* RISC-V: properly terminate call chain (bug 23125)Andreas Schwab2018-10-301-1/+6
* hurd: Fix race between calling RPC and handling a signalSamuel Thibault2018-10-281-7/+16
* i64: fix missing exp2f, log2f and powf symbols in libm.a [BZ #23822]Szabolcs Nagy2018-10-263-9/+9
* Add IN_MASK_CREATE from Linux 4.19 to sys/inotify.h.Joseph Myers2018-10-251-0/+1
* conform: XFAIL siginfo_t si_band test on sparc64Florian Weimer2018-10-252-1/+11
* hurd: XFAIL absence of C11 threads implementationSamuel Thibault2018-10-251-0/+4
* Y2038: provide size of default time_t for target architectureAlbert ARIBAUD (3ADEV)2018-10-2415-68/+35
* x86: Support RDTSCP for benchtestsH.J. Lu2018-10-241-1/+13
* x86: Fix Haswell strong flags (BZ#23709)Adhemerval Zanella2018-10-231-0/+6
* Don't use PSEUDO_END for non-PSEUDO functionAndreas Schwab2018-10-231-2/+2
* Update kernel version in syscall-names.list to 4.19.Joseph Myers2018-10-221-2/+2
* x86: Don't include <x86intrin.h>H.J. Lu2018-10-211-4/+5
* signal: Use correct type for si_band in siginfo_t [BZ #23562]Ilya Yu. Malakhov2018-10-191-1/+1
* Add VDSO support to sparc.David S. Miller2018-10-185-0/+98
* Regenerate sparc ulps.David S. Miller2018-10-181-44/+44
* x86: Use _rdtsc intrinsic for HP_TIMING_NOWH.J. Lu2018-10-177-55/+65
* Use single bits/shm.h for all architectures.Joseph Myers2018-10-1713-552/+215
* Move SHMLBA to its own header.Joseph Myers2018-10-1717-325/+190
* Fix race in pthread_mutex_lock while promoting to PTHREAD_MUTEX_ELISION_NP [B...Stefan Liebler2018-10-174-13/+141
* Don't reduce test timeout to less than defaultAndreas Schwab2018-10-171-3/+0
* Remove extra space at end of line.Steve Ellcey2018-10-161-1/+1
* aarch64: optimized memcpy implementation for thunderx2Anton Youdkevitch2018-10-162-18/+603
* Use single bits/sem.h for all architectures.Joseph Myers2018-10-1513-460/+177
* Use single bits/msq.h for all architectures.Joseph Myers2018-10-1113-449/+189
* Use common bits/shm.h for more architectures.Joseph Myers2018-10-104-324/+7
* Use common bits/sem.h for more architectures.Joseph Myers2018-10-105-355/+5
* Use common bits/msq.h for more architectures.Joseph Myers2018-10-105-321/+7
* Use bits/mman-linux.h for hppa.Joseph Myers2018-10-041-51/+27
* Fix libnldbl_nonshared.a references to internal libm symbols (bug 23735).Joseph Myers2018-10-043-1/+50
* sysdeps/ieee754/soft-fp: ignore maybe-uninitialized with -O [BZ #19444]Martin Jansa2018-10-021-0/+12
* Fix build from commit 0b727edAdhemerval Zanella2018-10-021-0/+2
* x86: Use RTM intrinsics in pthread mutex lock elisionH.J. Lu2018-10-022-67/+7
* libio: Flush stream at freopen (BZ#21037)Adhemerval Zanella2018-10-022-23/+15
* Move MREMAP_* to bits/mman-shared.h.Joseph Myers2018-10-013-12/+4
* Remove unnecessary math_private.h includes.Joseph Myers2018-09-2872-72/+2
* i386: Use _dl_runtime_[resolve|profile]_shstk for SHSTK [BZ #23716]H.J. Lu2018-09-282-69/+11
* Fix misreported errno on preadv2/pwritev2 (BZ#23579)Adhemerval Zanella2018-09-284-4/+4
* Use copysign functions not __copysign functions in glibc libm.Joseph Myers2018-09-2753-92/+99
* Use round functions not __round functions in glibc libm.Joseph Myers2018-09-2723-35/+33
* Add missing unwind information to ld.so on powerpc32 (bug 23707)Andreas Schwab2018-09-261-0/+3
* Share MAP_* flags between more architectures.Joseph Myers2018-09-265-46/+49
* Complete sys/procfs.h unification.Joseph Myers2018-09-256-130/+94
* Unify more sys/procfs.h headers.Joseph Myers2018-09-2524-892/+619
* Unify some sys/procfs.h headers.Joseph Myers2018-09-2519-1015/+323
* powerpc: Only enable TLE with PPC_FEATURE2_HTM_NOSCAdhemerval Zanella2018-09-2110-100/+21
* Use trunc functions not __trunc functions in glibc libm.Joseph Myers2018-09-2025-31/+34
* Invert sense of list of i686-class processors in sysdeps/x86/cpu-features.h.Joseph Myers2018-09-201-18/+7
* Linux gethostid: Check for NULL value from gethostbyname_r [BZ #23679]Mingli Yu2018-09-201-2/+2
* Fix the documentation comment of checkint in powfSzabolcs Nagy2018-09-191-1/+2
* Add new pow implementationSzabolcs Nagy2018-09-1912-10614/+569