aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2016-05-25network: recvmsg and sendmsg standard compliance (BZ#16919)Adhemerval Zanella
2016-05-25Adjust kernel-features.h defaults for recvmsg and sendmsgAdhemerval Zanella
2016-05-25Do not raise "inexact" from powerpc64 ceil, floor, trunc (bug 15479).Joseph Myers
2016-05-25Do not raise "inexact" from powerpc32 ceil, floor, trunc (bug 15479).Joseph Myers
2016-05-25S390: Fix utf32 to utf16 handling of low surrogates (disable cu42).Stefan Liebler
2016-05-25S390: Fix utf32 to utf8 handling of low surrogates (disable cu41).Stefan Liebler
2016-05-25S390: Use s390-64 specific ionv-modules on s390-32, too.Stefan Liebler
2016-05-25S390: Optimize utf16-utf32 module.Stefan Liebler
2016-05-25S390: Optimize utf8-utf16 module.Stefan Liebler
2016-05-25S390: Optimize utf8-utf32 module.Stefan Liebler
2016-05-25S390: Optimize iso-8859-1 to ibm037 iconv-module.Stefan Liebler
2016-05-25S390: Optimize builtin iconv-modules.Stefan Liebler
2016-05-25S390: Optimize 8bit-generic iconv modules.Stefan Liebler
2016-05-25S390: Configure check for vector support in gcc.Stefan Liebler
2016-05-25S390: Get rid of make warning: overriding recipe for target gconv-modules.Stefan Liebler
2016-05-24Do not raise "inexact" from x86_64 SSE4.1 ceil, floor (bug 15479).Joseph Myers
2016-05-24Do not raise "inexact" from generic round (bug 15479).Joseph Myers
2016-05-24Do not raise "inexact" from generic floor (bug 15479).Joseph Myers
2016-05-24Do not raise "inexact" from generic ceil (bug 15479).Joseph Myers
2016-05-24Avoid an extra branch to PLT for -z nowH.J. Lu
2016-05-24S390: Implement mempcpy with help of memcpy. [BZ #19765]Stefan Liebler
2016-05-24S390: Do not call memcpy, memcmp, memset within libc.so via ifunc-plt.Stefan Liebler
2016-05-24S390: Use 64bit instruction to check for copies of > 1MB with mvcle.Stefan Liebler
2016-05-24S390: Use mvcle for copies > 1MB on 32bit with default memcpy variant.Stefan Liebler
2016-05-23Make padding in struct sockaddr_storage explicit [BZ #20111]Florian Weimer
2016-05-23Update sysdeps/unix/sysv/linux/bits/socket.h for Linux 4.6.Joseph Myers
2016-05-20Remove special L2 cache case for Knights LandingH.J. Lu
2016-05-19Implement proper fmal for ldbl-128ibm (bug 13304).Joseph Myers
2016-05-19Correct Intel processor level type mask from CPUIDH.J. Lu
2016-05-19Check the HTT bit before counting logical threadsH.J. Lu
2016-05-19Remove alignments on jump targets in memsetH.J. Lu
2016-05-18Don't call internal _Unwind_Resume via PLTH.J. Lu
2016-05-18Don't call internal __pthread_unwind via PLTH.J. Lu
2016-05-18Add CLONE_NEWCGROUP from Linux 4.6 to bits/sched.h.Joseph Myers
2016-05-18Add Q_GETNEXTQUOTA from Linux 4.6 to sys/quota.h.Joseph Myers
2016-05-13Call init_cpu_features only if SHARED is definedH.J. Lu
2016-05-13Support non-inclusive caches on Intel processorsH.J. Lu
2016-05-12This is an optimized memset for AArch64. Memset is split into 4 main cases:Wilco Dijkstra
2016-05-12Increase fork signal safety for single-threaded processes [BZ #19703]Florian Weimer
2016-05-12getaddrinfo: Convert from extend_alloca to struct scratch_bufferFlorian Weimer
2016-05-11S390: Use fPIC to avoid R_390_GOT12 relocation in gcrt1.o.Stefan Liebler
2016-05-11Remove x86 ifunc-defines.sym and rtld-global-offsets.symH.J. Lu
2016-05-10getaddrinfo: Restore RES_USE_INET6 flag on error path [BZ #19994]Florian Weimer
2016-05-09S390: Add support for vdso getcpu symbol.Stefan Liebler
2016-05-08Move sysdeps/x86_64/cacheinfo.c to sysdeps/x86H.J. Lu
2016-05-04Revert "aio: fix newp->running data race"Samuel Thibault
2016-05-04aio: fix newp->running data raceSamuel Thibault
2016-05-04powerpc: Fix operand prefixesGabriel F. T. Gomes
2016-05-04CVE-2016-1234: glob: Do not copy d_name field of struct dirent [BZ #19779]Florian Weimer
2016-05-03powerpc: Add missing insn in swapcontext [BZ #20004]Paul E. Murphy