aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2016-03-31S390: Save and restore fprs/vrs while resolving symbols.Stefan Liebler6-248/+496
2016-03-29[microblaze] Remove __ASSUME_FUTIMESAT.Joseph Myers2-33/+0
2016-03-28Initial Enhanced REP MOVSB/STOSB (ERMS) supportH.J. Lu1-0/+4
2016-03-28Synchronize <sys/personality.h> with kernel headersAurelien Jarno1-0/+3
2016-03-28Make __memcpy_avx512_no_vzeroupper an aliasH.J. Lu3-430/+404
2016-03-28Implement x86-64 multiarch mempcpy in memcpyH.J. Lu9-57/+69
2016-03-28[x86] Add a feature bit: Fast_Unaligned_CopyH.J. Lu3-2/+17
2016-03-25tst-audit10: Fix compilation on compilers without bit_AVX512F [BZ #19860]Florian Weimer1-1/+4
2016-03-24Fix x86_64 / x86 powl inaccuracy for integer exponents (bug 19848).Joseph Myers4-21/+21
2016-03-23Assume __NR_utimensat is always definedAurelien Jarno3-22/+0
2016-03-23Assume __NR_openat is always definedAurelien Jarno1-4/+0
2016-03-23x86, pthread_cond_*wait: Do not depend on %eax not being clobberedNick Alcock2-0/+2
2016-03-22Don't set %rcx twice before "rep movsb"H.J. Lu1-1/+0
2016-03-22Set index_arch_AVX_Fast_Unaligned_Load only for Intel processorsH.J. Lu2-74/+88
2016-03-22Remove __ASSUME_GETDENTS64_SYSCALL.Joseph Myers2-114/+81
2016-03-21Remove __ASSUME_SIGNALFD4.Joseph Myers2-26/+1
2016-03-21posix: Fix posix_spawn implict check styleAdhemerval Zanella1-1/+1
2016-03-21Use JUMPTARGET in x86-64 pthreadH.J. Lu3-7/+3
2016-03-20posix: Fix posix_spawn invalid memory accessAdhemerval Zanella1-1/+1
2016-03-20hurd: Add c++-types expected resultSamuel Thibault1-0/+67
2016-03-20hurd: Allow inlining IO locksSamuel Thibault1-0/+3
2016-03-20hurd: Do not hide rtld symbols which need to be preemptedSamuel Thibault2-0/+43
2016-03-20hurd: Break errnos.d / libc-modules.h dependency loopSamuel Thibault1-2/+4
2016-03-17Remove __ASSUME_EVENTFD2, move eventfd to syscalls.list.Joseph Myers3-52/+1
2016-03-17Remove __ASSUME_FALLOCATE.Joseph Myers2-36/+12
2016-03-16Use JUMPTARGET in x86-64 mathvecH.J. Lu38-130/+130
2016-03-16Fix hurd buildSamuel Thibault1-1/+1
2016-03-15Fix building glibc master with NDEBUG and --with-cpu.Carlos O'Donell2-1/+2
2016-03-15Remove __ASSUME_PPOLL.Joseph Myers2-29/+1
2016-03-15Adjust kernel-features.h defaults for socket syscalls.Joseph Myers17-174/+37
2016-03-14Update glibc headers for Linux 4.5.Joseph Myers3-0/+4
2016-03-13Fix flag test in waitid compatibility layerSamuel Thibault1-1/+1
2016-03-11powerpc: Rearrange cfi_offset callsRajalakshmi Srinivasaraghavan6-34/+34
2016-03-10Add _arch_/_cpu_ to index_*/bit_* in x86 cpu-features.hH.J. Lu3-151/+159
2016-03-09mips: terminate the FDE before the return trampoline in makecontextAurelien Jarno1-0/+7
2016-03-09Fix ldbl-128ibm nearbyintl in non-default rounding modes (bug 19790).Joseph Myers3-109/+18
2016-03-08Fix tst-audit10 build when -mavx512f is not supported.Roland McGrath2-3/+4
2016-03-08Define _HAVE_STRING_ARCH_mempcpy to 1 for x86H.J. Lu1-0/+3
2016-03-08powerpc: Remove uses of operand modifier (%s) in inline asmGabriel F. T. Gomes1-6/+10
2016-03-08powerpc: Fix dl-procinfo HWCAPCarlos Eduardo Seo2-8/+6
2016-03-08Fix ldbl-128ibm remainderl equality test for zero low part (bug 19677).Joseph Myers6-60/+144
2016-03-07tst-audit4, tst-audit10: Compile AVX/AVX-512 code separately [BZ #19269]Florian Weimer5-55/+112
2016-03-07posix: New Linux posix_spawn{p} implementationAdhemerval Zanella22-1/+437
2016-03-06Group AVX512 functions in .text.avx512 sectionH.J. Lu2-2/+2
2016-03-07Add placeholder libnsl.abilist and libutil.abilist filesAurelien Jarno2-0/+0
2016-03-06Use HAS_ARCH_FEATURE with Fast_Rep_StringH.J. Lu9-9/+9
2016-03-04Replace PREINIT_FUNCTION@PLT with *%rax in callH.J. Lu1-1/+1
2016-03-04Replace @PLT with @GOTPCREL(%rip) in callH.J. Lu1-2/+4
2016-03-04Add a comment in sysdeps/x86_64/MakefileH.J. Lu1-0/+3
2016-03-04x86-64: Fix memcpy IFUNC selectionH.J. Lu1-13/+14