aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2016-05-09S390: Add support for vdso getcpu symbol.Stefan Liebler4-0/+10
2016-05-08Move sysdeps/x86_64/cacheinfo.c to sysdeps/x86H.J. Lu2-1/+1
2016-05-04Revert "aio: fix newp->running data race"Samuel Thibault1-5/+3
2016-05-04aio: fix newp->running data raceSamuel Thibault1-3/+5
2016-05-04powerpc: Fix operand prefixesGabriel F. T. Gomes1-4/+4
2016-05-04CVE-2016-1234: glob: Do not copy d_name field of struct dirent [BZ #19779]Florian Weimer1-0/+22
2016-05-03powerpc: Add missing insn in swapcontext [BZ #20004]Paul E. Murphy1-0/+1
2016-05-02powerpc: Fix clone CLONE_VM compareAdhemerval Zanella1-1/+1
2016-04-30m68k: use large PIC model for gcrt1.oAndreas Schwab1-0/+5
2016-04-30m68k: avoid local labels in symbol tableAndreas Schwab1-4/+4
2016-04-29Fix clone (CLONE_VM) pid/tid reset (BZ#19957)Adhemerval Zanella21-141/+220
2016-04-29powerpc: Zero pad using memset in strncpy/stpncpyGabriel F. T. Gomes1-67/+56
2016-04-29CVE-2016-3706: getaddrinfo: stack overflow in hostent conversion [BZ #20010]Florian Weimer1-61/+69
2016-04-27Add missing iucv related defines.Stefan Liebler1-0/+10
2016-04-25powerpc: Add optimized strcspn for P8Paul E. Murphy8-29/+151
2016-04-25Fix stdlib/tst-makecontext regression for Nios IIChung-Lin Tang1-0/+12
2016-04-22powerpc: strcasestr optmization for power8Rajalakshmi Srinivasaraghavan9-1/+697
2016-04-19Fix gprof timingSamuel Thibault1-1/+1
2016-04-19hurd: fix profiling short-living processesSamuel Thibault1-2/+3
2016-04-15powerpc: Optimization for strlen for POWER8.Carlos Eduardo Seo5-4/+345
2016-04-15Detect Intel Goldmont and Airmont processorsH.J. Lu1-0/+8
2016-04-14Fix pread consolidation on ports that require argument alignmentAdhemerval Zanella1-0/+1
2016-04-14malloc: Remove unused definitions of thread_atfork, thread_atfork_staticFlorian Weimer2-35/+0
2016-04-14malloc: Run fork handler as late as possible [BZ #19431]Florian Weimer2-1/+25
2016-04-14Remove union wait [BZ #19613]Florian Weimer7-8/+7
2016-04-13Register extra test objectsAndreas Schwab1-0/+4
2016-04-12X86-64: Use non-temporal store in memcpy on large dataH.J. Lu5-171/+234
2016-04-12VDSO support for MIPSMatthew Fortune7-0/+133
2016-04-11Consolidate pwrite/pwrite64 implementationsAdhemerval Zanella16-427/+27
2016-04-11Consolidate pread/pread64 implementationsAdhemerval Zanella17-414/+28
2016-04-11Consolidate off_t/off64_t syscall argument passingAdhemerval Zanella4-10/+35
2016-04-11Define __ASSUME_ALIGNED_REGISTER_PAIRS for missing portsAdhemerval Zanella3-0/+16
2016-04-11Fix build with HAVE_AUX_VECTORSamuel Thibault2-6/+6
2016-04-10Fix crash on getauxval call without HAVE_AUX_VECTORSamuel Thibault1-0/+2
2016-04-09When disabling SSE, make sure -fpmath is not set to use SSE eitherKhem Raj1-1/+2
2016-04-09configure: fix `test ==` usageMike Frysinger4-6/+6
2016-04-08Fix termios.h XCASE namespace (bug 19925).Joseph Myers5-5/+5
2016-04-07powerpc: Add optimized P8 strspnPaul E. Murphy6-1/+289
2016-04-06X86-64: Prepare memmove-vec-unaligned-erms.SH.J. Lu1-54/+84
2016-04-06X86-64: Prepare memset-vec-unaligned-erms.SH.J. Lu1-13/+19
2016-04-05Force 32-bit displacement in memset-vec-unaligned-erms.SH.J. Lu1-0/+13
2016-04-05Add a comment in memset-sse2-unaligned-erms.SH.J. Lu1-0/+2
2016-04-03Don't put SSE2/AVX/AVX512 memmove/memset in ld.soH.J. Lu6-32/+40
2016-04-03Fix memmove-vec-unaligned-erms.SH.J. Lu1-24/+30
2016-04-01Remove Fast_Copy_Backward from Intel Core processorsH.J. Lu1-5/+1
2016-04-01Remove powerpc64 strspn, strcspn, and strpbrk implementationAdhemerval Zanella3-406/+0
2016-04-01Improve generic strcspn performanceWilco Dijkstra1-18/+1
2016-04-01S390: Use ahi instead of aghi in 32bit _dl_runtime_resolve.Stefan Liebler1-1/+1
2016-03-31Increase internal precision of ldbl-128ibm decimal printf [BZ #19853]Paul E. Murphy1-7/+18
2016-03-31Add x86-64 memset with unaligned store and rep stosbH.J. Lu6-1/+335