about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Use prefetchnta with non-temporal stores hjl/avx512f-mem/oldH.J. Lu2016-01-151-16/+16
* Group prefetcht1H.J. Lu2016-01-151-8/+8
* Use vmovdqu64 load with vmovntdq storeH.J. Lu2016-01-151-8/+8
* Strip ^MH.J. Lu2016-01-151-410/+410
* Added memcpy/memmove family optimized with AVX512 for KNL hardware.Andrew Senkevich2016-01-1511-19/+542
* Fix build errors with -DNDEBUG.Martin Sebor2016-01-151-2/+4
* Call math_opt_barrier inside ifH.J. Lu2016-01-154-4/+16
* Set index_Fast_Unaligned_Load for Excavator family CPUsAmit Pawar2016-01-141-0/+8
* Add __private_ss to s390 struct tcbhead.Marcin Koƛcielnicki2016-01-141-0/+4
* Add new header definitions from Linux 4.4 (plus older ptrace definitions).Joseph Myers2016-01-1210-7/+75
* powerpc: Enforce compiler barriers on hardware transactionsTulio Magno Quites Machado Filho2016-01-086-15/+46
* powerpc: Add hwcap2 bits for POWER9.Carlos Eduardo Seo2016-01-082-1/+4
* hppa: fix dladdr [BZ #19415]John David Anglin2016-01-082-17/+46
* xstat: only check to see if __ASSUME_ST_INO_64_BIT is definedMike Frysinger2016-01-074-4/+4
* Make shebang interpreter directives consistentMarko Myllynen2016-01-072-2/+2
* hppa: fix pthread spinlockJohn David Anglin2016-01-062-8/+40
* Update copyright dates committed in 2016H.J. Lu2016-01-064-4/+4
* Mark internal unistd functions hidden in ld.soH.J. Lu2016-01-062-0/+58
* Mark ld.so internal mmap functions hidden in ld.soH.J. Lu2016-01-062-0/+45
* Eliminate redundant sign extensions in pow()Anton Blanchard2016-01-041-2/+4
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-045235-5235/+5235
* hppa: Add MAP_HUGETLB and MAP_STACK defines [BZ #19285]Helge Deller2016-01-021-13/+8
* ia64: fpu: fix gamma definition handling [BZ #15421]Mike Frysinger2016-01-013-16/+28
* Fix linux personality syscall wrapperDmitry V. Levin2015-12-3115-3/+114
* Cleanup ARM ioperm implementation (step 2)Aurelien Jarno2015-12-302-93/+3
* hppa: Define __NO_LONG_DOUBLE_MATH so headers are consistent with libm build ...John David Anglin2015-12-291-2/+7
* ia64: fpu: fix gammaf typo [BZ #15421]Mike Frysinger2015-12-281-4/+4
* Do not violate mutex destruction requirements.Torvald Riegel2015-12-233-8/+25
* powerpc: Export __parse_hwcap_and_convert_at_platform to libc.a.Carlos Eduardo Seo2015-12-221-0/+8
* powerpc: Add basic support for POWER9 sans hwcap.Carlos Eduardo Seo2015-12-229-2/+17
* Harmonize generic stdio-lock support with nptlSamuel Thibault2015-12-221-5/+18
* powerpc: Regenerate libm-test-ulpsAdhemerval Zanella2015-12-221-169/+199
* Consolidate sincos computation for 2.426265 < |x| < 105414350Siddhesh Poyarekar2015-12-212-281/+123
* Consolidate sin and cos code for 105414350 <|x|< 281474976710656Siddhesh Poyarekar2015-12-212-146/+119
* Consolidate range reduction in sincos for x > 281474976710656Siddhesh Poyarekar2015-12-212-2/+57
* i386: move ULPs to i686/multiarch and regenerate new ones for i386Aurelien Jarno2015-12-202-56/+2246
* Added memset optimized with AVX512 for KNL hardware.Andrew Senkevich2015-12-197-3/+231
* Fix SYSCALL_CANCEL for empty argumetnsAdhemerval Zanella2015-12-171-8/+28
* Provide x32 timesH.J. Lu2015-12-171-0/+38
* Fix POWER7 logb results for negative subnormals (bug 19375)Adhemerval Zanella2015-12-171-0/+1
* Add REGISTERS_CLOBBERED_BY_SYSCALL for x86-64H.J. Lu2015-12-161-2/+5
* Add Prefer_MAP_32BIT_EXEC to map executable pages with MAP_32BIT hjl/32bit/masterH.J. Lu2015-12-154-0/+124
* Enable Silvermont optimizations for Knights LandingH.J. Lu2015-12-151-0/+3
* Make obsolete syscall wrappers into compat symbols (bug 18472).Joseph Myers2015-12-145-46/+33
* Cleanup ARM ioperm implementationAurelien Jarno2015-12-121-9/+2
* Fix indentation.Steve Ellcey2015-12-111-1/+3
* grantpt: trust the kernel about pty group and permission modeAurelien Jarno2015-12-101-2/+20
* Fix ldbl-128ibm logl inaccuracy near 1 (bug 19351).Joseph Myers2015-12-091-1/+1
* Fix ldbl-128ibm sinhl spurious overflows (bug 19350).Joseph Myers2015-12-091-1/+1