about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* hurd: Allow inlining IO locksSamuel Thibault2016-03-201-0/+3
* hurd: Do not hide rtld symbols which need to be preemptedSamuel Thibault2016-03-202-0/+43
* hurd: Break errnos.d / libc-modules.h dependency loopSamuel Thibault2016-03-201-2/+4
* Remove __ASSUME_EVENTFD2, move eventfd to syscalls.list.Joseph Myers2016-03-173-52/+1
* Remove __ASSUME_FALLOCATE.Joseph Myers2016-03-172-36/+12
* Use JUMPTARGET in x86-64 mathvecH.J. Lu2016-03-1638-130/+130
* Fix hurd buildSamuel Thibault2016-03-161-1/+1
* Fix building glibc master with NDEBUG and --with-cpu.Carlos O'Donell2016-03-152-1/+2
* Remove __ASSUME_PPOLL.Joseph Myers2016-03-152-29/+1
* Adjust kernel-features.h defaults for socket syscalls.Joseph Myers2016-03-1517-174/+37
* Update glibc headers for Linux 4.5.Joseph Myers2016-03-143-0/+4
* Fix flag test in waitid compatibility layerSamuel Thibault2016-03-131-1/+1
* powerpc: Rearrange cfi_offset callsRajalakshmi Srinivasaraghavan2016-03-116-34/+34
* Add _arch_/_cpu_ to index_*/bit_* in x86 cpu-features.hH.J. Lu2016-03-103-151/+159
* mips: terminate the FDE before the return trampoline in makecontextAurelien Jarno2016-03-091-0/+7
* Fix ldbl-128ibm nearbyintl in non-default rounding modes (bug 19790).Joseph Myers2016-03-093-109/+18
* Fix tst-audit10 build when -mavx512f is not supported.Roland McGrath2016-03-082-3/+4
* Define _HAVE_STRING_ARCH_mempcpy to 1 for x86H.J. Lu2016-03-081-0/+3
* powerpc: Remove uses of operand modifier (%s) in inline asmGabriel F. T. Gomes2016-03-081-6/+10
* powerpc: Fix dl-procinfo HWCAPCarlos Eduardo Seo2016-03-082-8/+6
* Fix ldbl-128ibm remainderl equality test for zero low part (bug 19677).Joseph Myers2016-03-086-60/+144
* tst-audit4, tst-audit10: Compile AVX/AVX-512 code separately [BZ #19269]Florian Weimer2016-03-075-55/+112
* posix: New Linux posix_spawn{p} implementationAdhemerval Zanella2016-03-0722-1/+437
* Group AVX512 functions in .text.avx512 sectionH.J. Lu2016-03-062-2/+2
* Add placeholder libnsl.abilist and libutil.abilist filesAurelien Jarno2016-03-072-0/+0
* Use HAS_ARCH_FEATURE with Fast_Rep_StringH.J. Lu2016-03-069-9/+9
* Replace PREINIT_FUNCTION@PLT with *%rax in callH.J. Lu2016-03-041-1/+1
* Replace @PLT with @GOTPCREL(%rip) in callH.J. Lu2016-03-041-2/+4
* Add a comment in sysdeps/x86_64/MakefileH.J. Lu2016-03-041-0/+3
* x86-64: Fix memcpy IFUNC selectionH.J. Lu2016-03-041-13/+14
* Or bit_Prefer_MAP_32BIT_EXEC in EXTRA_LD_ENVVARSH.J. Lu2016-03-031-1/+1
* 2016-03-03 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2016-03-031-13/+42
* Copy x86_64 _mcount.op from _mcount.oH.J. Lu2016-03-031-0/+1
* Call x86-64 __mcount_internal/__sigjmp_save directlyH.J. Lu2016-03-012-12/+0
* Call x86-64 __setcontext directlyH.J. Lu2016-03-011-1/+1
* Remove kernel-features.h conditionals on pre-3.2 kernels.Joseph Myers2016-02-2611-157/+59
* Remove linux/fanotify.h configure test.Joseph Myers2016-02-243-62/+0
* Require Linux 3.2 except on x86 / x86_64, 3.2 headers everywhere.Joseph Myers2016-02-246-12/+20
* Add fts64_* to sysdeps/arm/nacl/libc.abilistRoland McGrath2016-02-221-0/+6
* [x86_64] Set DL_RUNTIME_UNALIGNED_VEC_SIZE to 8H.J. Lu2016-02-192-11/+15
* Fix ldbl-128ibm nextafterl, nexttowardl sign of zero result (bug 19678).Joseph Myers2016-02-191-0/+3
* malloc: Remove NO_THREADSFlorian Weimer2016-02-191-19/+0
* Fix ldbl-128ibm powl overflow handling (bug 19674).Joseph Myers2016-02-191-17/+17
* Fix ldbl-128ibm remainderl, remquol equality tests (bug 19603).Joseph Myers2016-02-192-0/+4
* Fix ldbl-128ibm fmodl handling of equal arguments with low part zero (bug 196...Joseph Myers2016-02-183-0/+88
* Fix ldbl-128ibm fmodl handling of subnormal results (bug 19595).Joseph Myers2016-02-181-9/+5
* Fix ldbl-128ibm roundl for non-default rounding modes (bug 19594).Joseph Myers2016-02-181-36/+34
* Fix ldbl-128ibm truncl for non-default rounding modes (bug 19593).Joseph Myers2016-02-181-39/+11
* Fix ldbl-128ibm ceill for non-default rounding modes (bug 19592).Joseph Myers2016-02-181-36/+16
* Fix ldbl-128ibm floorl for non-default rounding modes (bug 17899).Joseph Myers2016-02-182-29/+49