aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2015-06-18Vector sincos for x86_64 and tests.Andrew Senkevich27-1/+1776
2015-06-18Vector powf for x86_64 and tests.Andrew Senkevich27-2/+5596
2015-06-17Remove ldbl-128ibm variants of complex math functions.Joseph Myers3-281/+0
2015-06-17Fix nice getpriority, setpriority namespace (bug 18553).Joseph Myers5-11/+14
2015-06-17Fix mq_notify socket, recv namespace (bug 18546).Joseph Myers7-3/+9
2015-06-17Fix mq_receive, mq_send mq_timed* namespace (bug 18545).Joseph Myers3-4/+4
2015-06-17Create hidden aliases for non-libc syscalls automatically.Joseph Myers3-7/+10
2015-06-17Fix mq_notify pthread_barrier_* namespace (bug 18544).Joseph Myers6-14/+19
2015-06-17Fix sem_* tdelete, tfind, tsearch, twalk namespace (bug 18536).Joseph Myers1-2/+3
2015-06-17Vector pow for x86_64 and tests.Andrew Senkevich27-2/+6896
2015-06-17Vector expf for x86_64 and tests.Andrew Senkevich26-1/+1224
2015-06-17Vector exp for x86_64 and tests.Andrew Senkevich26-2/+2291
2015-06-17Vector logf for x86_64 and tests.Andrew Senkevich26-2/+1201
2015-06-17Vector log for x86_64 and tests.Andrew Senkevich26-0/+2887
2015-06-17[AArch64] Fix cfi_adjust_cfa_offset usage in dl-tlsdesc.SSzabolcs Nagy1-5/+5
2015-06-17[BZ 18034][AArch64] Lazy TLSDESC relocation data race fixSzabolcs Nagy3-12/+64
2015-06-15Vector sinf for x86_64 and tests.Andrew Senkevich26-1/+2345
2015-06-12Fix getlogin_r namespace (bug 18527).Joseph Myers3-8/+14
2015-06-12Fix aio_* pread namespace (bug 18519).Joseph Myers1-4/+5
2015-06-11Vector sin for x86_64 and tests.Andrew Senkevich26-3/+1296
2015-06-11More strict check of AVX512 support in assembler.Andrew Senkevich2-0/+2
2015-06-09x86: Remove vsyscall usageAdhemerval Zanella6-74/+20
2015-06-09Fix regcomp wcscoll, wcscmp namespace (bug 18497).Joseph Myers3-7/+11
2015-06-09Fix pathconf statvfs namespace (bug 18507).Joseph Myers4-8/+10
2015-06-09Consolidate sched_getcpuAdhemerval Zanella12-203/+10
2015-06-09This patch adds vector cosf tests.Andrew Senkevich10-2/+221
2015-06-09Vector cosf for x86_64.Andrew Senkevich18-2/+2436
2015-06-09Addition of testing infrastructure for vector math functions.Andrew Senkevich11-0/+299
2015-06-09Start of series of patches with x86_64 vector math functions.Andrew Senkevich21-0/+1452
2015-06-08This patch adds detection of availability for AVX512F and AVX512DQ ISAs.Andrew Senkevich2-0/+34
2015-06-05posix_fallocate: Emulation fixes and documentation [BZ #15661]Florian Weimer2-38/+96
2015-06-04nptl: Rewrite cancellation macrosAdhemerval Zanella73-1161/+192
2015-06-04ARM: VDSO supportNathan Lynch5-0/+84
2015-06-04Use inline syscalls for non-cancellable versionsAdhemerval Zanella2-34/+44
2015-06-03NaCl: Implement nacl_interface_ext_supply entry point.Roland McGrath5-2/+95
2015-06-03Replace finite with isfinite.Wilco Dijkstra3-3/+3
2015-06-03This patch renames all uses of __isinf*, __isnan*, __finite* and __signbit* t...Wilco Dijkstra34-53/+53
2015-06-02Use better variable names in MIPS syscall macros.Joseph Myers3-16/+16
2015-06-02Use libc_hidden_proto / libc_hidden_def with __strnlen.Joseph Myers6-2/+12
2015-06-022015-06-02 Szabolcs Nagy <szabolcs.nagy@arm.com>Wilco Dijkstra1-26/+26
2015-06-01x86: clock_gettime and timespec_get vDSO cleanupAdhemerval Zanella5-63/+9
2015-06-01powerpc: setcontext.S uses power6 mtfsf when not supported [BZ #18116]Martin Sebor2-14/+52
2015-05-29Update powerpc-fpu libm-test-ulps.Adhemerval Zanella1-516/+450
2015-05-28NaCl: Make thread exit wake pthread_join.Roland McGrath4-2/+156
2015-05-28NaCl: Fix lll_futex_timed_wait timeout calculation.Roland McGrath1-12/+12
2015-05-282015-05-28 Wilco Dijkstra <wdijkstr@arm.com>Wilco Dijkstra2-10/+2
2015-05-26tile: use better variable naming in INLINE_SYSCALLChris Metcalf1-14/+15
2015-05-26NaCl: Fix thinko in last change.Roland McGrath1-8/+9
2015-05-26NaCl: Add NaCl-specific __lll_timedlock_wait.Roland McGrath1-0/+52
2015-05-26Split timed-wait functions out of nptl/lowlevellock.c.Roland McGrath10-0/+10