about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* This is an optimized memset for AArch64. Memset is split into 4 main cases:Wilco Dijkstra2016-05-121-198/+161
* Increase fork signal safety for single-threaded processes [BZ #19703]Florian Weimer2016-05-121-15/+38
* getaddrinfo: Convert from extend_alloca to struct scratch_bufferFlorian Weimer2016-05-121-92/+59
* S390: Use fPIC to avoid R_390_GOT12 relocation in gcrt1.o.Stefan Liebler2016-05-112-4/+0
* Remove x86 ifunc-defines.sym and rtld-global-offsets.symH.J. Lu2016-05-118-51/+18
* getaddrinfo: Restore RES_USE_INET6 flag on error path [BZ #19994]Florian Weimer2016-05-101-0/+1
* S390: Add support for vdso getcpu symbol.Stefan Liebler2016-05-094-0/+10
* Move sysdeps/x86_64/cacheinfo.c to sysdeps/x86H.J. Lu2016-05-082-1/+1
* Revert "aio: fix newp->running data race"Samuel Thibault2016-05-041-5/+3
* aio: fix newp->running data raceSamuel Thibault2016-05-041-3/+5
* powerpc: Fix operand prefixesGabriel F. T. Gomes2016-05-041-4/+4
* CVE-2016-1234: glob: Do not copy d_name field of struct dirent [BZ #19779]Florian Weimer2016-05-041-0/+22
* powerpc: Add missing insn in swapcontext [BZ #20004]Paul E. Murphy2016-05-031-0/+1
* powerpc: Fix clone CLONE_VM compareAdhemerval Zanella2016-05-021-1/+1
* m68k: use large PIC model for gcrt1.oAndreas Schwab2016-04-301-0/+5
* m68k: avoid local labels in symbol tableAndreas Schwab2016-04-301-4/+4
* Fix clone (CLONE_VM) pid/tid reset (BZ#19957)Adhemerval Zanella2016-04-2921-141/+220
* powerpc: Zero pad using memset in strncpy/stpncpyGabriel F. T. Gomes2016-04-291-67/+56
* CVE-2016-3706: getaddrinfo: stack overflow in hostent conversion [BZ #20010]Florian Weimer2016-04-291-61/+69
* Add missing iucv related defines.Stefan Liebler2016-04-271-0/+10
* powerpc: Add optimized strcspn for P8Paul E. Murphy2016-04-258-29/+151
* Fix stdlib/tst-makecontext regression for Nios IIChung-Lin Tang2016-04-251-0/+12
* powerpc: strcasestr optmization for power8Rajalakshmi Srinivasaraghavan2016-04-229-1/+697
* Fix gprof timingSamuel Thibault2016-04-191-1/+1
* hurd: fix profiling short-living processesSamuel Thibault2016-04-191-2/+3
* powerpc: Optimization for strlen for POWER8.Carlos Eduardo Seo2016-04-155-4/+345
* Detect Intel Goldmont and Airmont processorsH.J. Lu2016-04-151-0/+8
* Fix pread consolidation on ports that require argument alignmentAdhemerval Zanella2016-04-141-0/+1
* malloc: Remove unused definitions of thread_atfork, thread_atfork_staticFlorian Weimer2016-04-142-35/+0
* malloc: Run fork handler as late as possible [BZ #19431]Florian Weimer2016-04-142-1/+25
* Remove union wait [BZ #19613]Florian Weimer2016-04-147-8/+7
* Register extra test objectsAndreas Schwab2016-04-131-0/+4
* X86-64: Use non-temporal store in memcpy on large dataH.J. Lu2016-04-125-171/+234
* VDSO support for MIPSMatthew Fortune2016-04-127-0/+133
* Consolidate pwrite/pwrite64 implementationsAdhemerval Zanella2016-04-1116-427/+27
* Consolidate pread/pread64 implementationsAdhemerval Zanella2016-04-1117-414/+28
* Consolidate off_t/off64_t syscall argument passingAdhemerval Zanella2016-04-114-10/+35
* Define __ASSUME_ALIGNED_REGISTER_PAIRS for missing portsAdhemerval Zanella2016-04-113-0/+16
* Fix build with HAVE_AUX_VECTORSamuel Thibault2016-04-112-6/+6
* Fix crash on getauxval call without HAVE_AUX_VECTORSamuel Thibault2016-04-101-0/+2
* When disabling SSE, make sure -fpmath is not set to use SSE eitherKhem Raj2016-04-091-1/+2
* configure: fix `test ==` usageMike Frysinger2016-04-094-6/+6
* Fix termios.h XCASE namespace (bug 19925).Joseph Myers2016-04-085-5/+5
* powerpc: Add optimized P8 strspnPaul E. Murphy2016-04-076-1/+289
* X86-64: Prepare memmove-vec-unaligned-erms.SH.J. Lu2016-04-061-54/+84
* X86-64: Prepare memset-vec-unaligned-erms.SH.J. Lu2016-04-061-13/+19
* Force 32-bit displacement in memset-vec-unaligned-erms.SH.J. Lu2016-04-051-0/+13
* Add a comment in memset-sse2-unaligned-erms.SH.J. Lu2016-04-051-0/+2
* Don't put SSE2/AVX/AVX512 memmove/memset in ld.soH.J. Lu2016-04-036-32/+40
* Fix memmove-vec-unaligned-erms.SH.J. Lu2016-04-031-24/+30