about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* S390: Use 64bit instruction to check for copies of > 1MB with mvcle.Stefan Liebler2016-05-241-1/+1
* S390: Use mvcle for copies > 1MB on 32bit with default memcpy variant.Stefan Liebler2016-05-241-1/+1
* Make padding in struct sockaddr_storage explicit [BZ #20111]Florian Weimer2016-05-234-9/+54
* Update sysdeps/unix/sysv/linux/bits/socket.h for Linux 4.6.Joseph Myers2016-05-231-1/+20
* Remove special L2 cache case for Knights LandingH.J. Lu2016-05-201-2/+0
* Implement proper fmal for ldbl-128ibm (bug 13304).Joseph Myers2016-05-191-11/+249
* Correct Intel processor level type mask from CPUIDH.J. Lu2016-05-191-1/+1
* Check the HTT bit before counting logical threadsH.J. Lu2016-05-192-76/+85
* Remove alignments on jump targets in memsetH.J. Lu2016-05-191-32/+5
* Don't call internal _Unwind_Resume via PLTH.J. Lu2016-05-182-2/+2
* Don't call internal __pthread_unwind via PLTH.J. Lu2016-05-181-2/+4
* Add CLONE_NEWCGROUP from Linux 4.6 to bits/sched.h.Joseph Myers2016-05-181-0/+1
* Add Q_GETNEXTQUOTA from Linux 4.6 to sys/quota.h.Joseph Myers2016-05-181-0/+1
* Call init_cpu_features only if SHARED is definedH.J. Lu2016-05-132-0/+8
* Support non-inclusive caches on Intel processorsH.J. Lu2016-05-131-1/+11
* 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