about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Fix h_errno namespace (bug 18520).Joseph Myers2015-06-127-9/+22
* Vector sin for x86_64 and tests.Andrew Senkevich2015-06-1130-5/+1333
* More strict check of AVX512 support in assembler.Andrew Senkevich2015-06-113-0/+7
* pthread_key_create: Fix typo in commentFlorian Weimer2015-06-112-1/+6
* nptl: restore .interp section in libpthread.soGleb Fotengauer-Malinovskiy2015-06-104-3/+16
* Prepare for restoration of .interp section in libpthread.soDmitry V. Levin2015-06-105-11/+26
* x86: Remove vsyscall usageAdhemerval Zanella2015-06-097-74/+36
* Fix regcomp wcscoll, wcscmp namespace (bug 18497).Joseph Myers2015-06-0912-23/+61
* Fix pathconf statvfs namespace (bug 18507).Joseph Myers2015-06-097-10/+28
* Consolidate sched_getcpuAdhemerval Zanella2015-06-0913-203/+32
* This patch adds vector cosf tests.Andrew Senkevich2015-06-0916-4/+461
* Vector cosf for x86_64.Andrew Senkevich2015-06-0920-3/+2458
* Addition of testing infrastructure for vector math functions.Andrew Senkevich2015-06-0918-9/+606
* Start of series of patches with x86_64 vector math functions.Andrew Senkevich2015-06-0926-1/+1499
* Remove unused PREDEFINED_CLASSES codeMarko Myllynen2015-06-093-92/+11
* This patch adds detection of availability for AVX512F and AVX512DQ ISAs.Andrew Senkevich2015-06-083-0/+42
* Say "C++ tests" in comment on __open_memstream declaration.Joseph Myers2015-06-082-1/+5
* mach: fix typoSamuel Thibault2015-06-062-1/+5
* Fix open_memstream namespace (bug 18498).Joseph Myers2015-06-057-10/+25
* Fix regex wcrtomb namespace (bug 18496).Joseph Myers2015-06-053-3/+7
* Fix psignal, psiginfo declaration conditions (bug 18483).Joseph Myers2015-06-054-7/+12
* Fix regex wctype namespace (bug 18495).Joseph Myers2015-06-057-8/+28
* Commit 7fe9e2e089f4990b7d18d0798f591ab276b15f2b fixes [BZ# 17322]Florian Weimer2015-06-052-10/+11
* Avoid outputting to TTY after an expected memory corruption in testcaseTulio Magno Quites Machado Filho2015-06-053-16/+32
* posix_fallocate: Emulation fixes and documentation [BZ #15661]Florian Weimer2015-06-054-38/+199
* nptl: Rewrite cancellation macrosAdhemerval Zanella2015-06-0474-1161/+303
* ARM: VDSO supportNathan Lynch2015-06-046-0/+99
* Use inline syscalls for non-cancellable versionsAdhemerval Zanella2015-06-043-34/+60
* Fix missing wake-ups in pthread_rwlock_rdlock.Torvald Riegel2015-06-049-18/+297
* Fix lost wake-up when pthread_rwlock_timedrwlock times out.Torvald Riegel2015-06-045-2/+146
* NaCl: Implement nacl_interface_ext_supply entry point.Roland McGrath2015-06-036-2/+107
* Replace finite with isfinite.Wilco Dijkstra2015-06-034-3/+10
* This patch renames all uses of __isinf*, __isnan*, __finite* and __signbit* t...Wilco Dijkstra2015-06-0390-175/+268
* Fix fnmatch strnlen namespace (bug 18470).Joseph Myers2015-06-034-14/+19
* Fix fnmatch wmemchr namespace (bug 18468).Joseph Myers2015-06-035-5/+19
* BZ#18383: Another test case, with TLS refs and defs in separate TUs.Roland McGrath2015-06-025-3/+125
* Use better variable names in MIPS syscall macros.Joseph Myers2015-06-024-16/+25
* Use libc_hidden_proto / libc_hidden_def with __strnlen.Joseph Myers2015-06-029-2/+28
* Fix fnmatch towlower namespace (bug 18469).Joseph Myers2015-06-025-6/+26
* Fix setenv.c diagnostic pragma to be compatible with GCC 4.6Roland McGrath2015-06-022-1/+10
* 2015-06-02 Szabolcs Nagy <szabolcs.nagy@arm.com>Wilco Dijkstra2015-06-022-26/+30
* x86: clock_gettime and timespec_get vDSO cleanupAdhemerval Zanella2015-06-016-63/+21
* Fix ChangeLog entryAdhemerval Zanella2015-06-011-5/+5
* BZ #18116: Mark fixed in NEWS.Tulio Magno Quites Machado Filho2015-06-011-4/+4
* powerpc: setcontext.S uses power6 mtfsf when not supported [BZ #18116]Martin Sebor2015-06-013-14/+61
* benchtest: script to compare two benchmarksSiddhesh Poyarekar2015-06-013-0/+286
* New module to import and process benchmark outputSiddhesh Poyarekar2015-06-013-25/+79
* * resolv/res_hconf.c (_res_hconf_reorder_addrs): Use a union toSteve Ellcey2015-06-012-4/+15
* Update powerpc-fpu libm-test-ulps.Adhemerval Zanella2015-05-292-516/+454
* NaCl: Make thread exit wake pthread_join.Roland McGrath2015-05-285-2/+164