Age | Commit message (Expand) | Author | Files | Lines |
2015-06-23 | Fix exp2, exp2f spurious underflows (bug 18219). | Joseph Myers | 2 | -2/+6 |
2015-06-22 | Fix expm1 missing underflows (bug 16353). | Joseph Myers | 5 | -1/+58 |
2015-06-21 | Fix x86_64 / x86 expm1l (-min_subnorm) result sign (bug 18569). | Joseph Myers | 2 | -0/+12 |
2015-06-21 | Fix x86 / x86_64 expl, exp10l missing underflows (bug 16361). | Joseph Myers | 2 | -2/+29 |
2015-06-19 | Fixed powerpc64 build. | Andrew Senkevich | 1 | -0/+4 |
2015-06-19 | S/390: Regenerate ULPs | Stefan Liebler | 1 | -214/+266 |
2015-06-18 | Fix asinh missing underflows (bug 16350). | Joseph Myers | 8 | -3/+56 |
2015-06-18 | Fix netinet/in.h MCAST_* namespace (bug 18558). | Joseph Myers | 1 | -7/+0 |
2015-06-18 | Vector sincosf for x86_64 and tests. | Andrew Senkevich | 27 | -41/+2620 |
2015-06-18 | Vector sincos for x86_64 and tests. | Andrew Senkevich | 27 | -1/+1776 |
2015-06-18 | Vector powf for x86_64 and tests. | Andrew Senkevich | 27 | -2/+5596 |
2015-06-17 | Remove ldbl-128ibm variants of complex math functions. | Joseph Myers | 3 | -281/+0 |
2015-06-17 | Fix nice getpriority, setpriority namespace (bug 18553). | Joseph Myers | 5 | -11/+14 |
2015-06-17 | Fix mq_notify socket, recv namespace (bug 18546). | Joseph Myers | 7 | -3/+9 |
2015-06-17 | Fix mq_receive, mq_send mq_timed* namespace (bug 18545). | Joseph Myers | 3 | -4/+4 |
2015-06-17 | Create hidden aliases for non-libc syscalls automatically. | Joseph Myers | 3 | -7/+10 |
2015-06-17 | Fix mq_notify pthread_barrier_* namespace (bug 18544). | Joseph Myers | 6 | -14/+19 |
2015-06-17 | Fix sem_* tdelete, tfind, tsearch, twalk namespace (bug 18536). | Joseph Myers | 1 | -2/+3 |
2015-06-17 | Vector pow for x86_64 and tests. | Andrew Senkevich | 27 | -2/+6896 |
2015-06-17 | Vector expf for x86_64 and tests. | Andrew Senkevich | 26 | -1/+1224 |
2015-06-17 | Vector exp for x86_64 and tests. | Andrew Senkevich | 26 | -2/+2291 |
2015-06-17 | Vector logf for x86_64 and tests. | Andrew Senkevich | 26 | -2/+1201 |
2015-06-17 | Vector log for x86_64 and tests. | Andrew Senkevich | 26 | -0/+2887 |
2015-06-17 | [AArch64] Fix cfi_adjust_cfa_offset usage in dl-tlsdesc.S | Szabolcs Nagy | 1 | -5/+5 |
2015-06-17 | [BZ 18034][AArch64] Lazy TLSDESC relocation data race fix | Szabolcs Nagy | 3 | -12/+64 |
2015-06-15 | Vector sinf for x86_64 and tests. | Andrew Senkevich | 26 | -1/+2345 |
2015-06-12 | Fix getlogin_r namespace (bug 18527). | Joseph Myers | 3 | -8/+14 |
2015-06-12 | Fix aio_* pread namespace (bug 18519). | Joseph Myers | 1 | -4/+5 |
2015-06-11 | Vector sin for x86_64 and tests. | Andrew Senkevich | 26 | -3/+1296 |
2015-06-11 | More strict check of AVX512 support in assembler. | Andrew Senkevich | 2 | -0/+2 |
2015-06-09 | x86: Remove vsyscall usage | Adhemerval Zanella | 6 | -74/+20 |
2015-06-09 | Fix regcomp wcscoll, wcscmp namespace (bug 18497). | Joseph Myers | 3 | -7/+11 |
2015-06-09 | Fix pathconf statvfs namespace (bug 18507). | Joseph Myers | 4 | -8/+10 |
2015-06-09 | Consolidate sched_getcpu | Adhemerval Zanella | 12 | -203/+10 |
2015-06-09 | This patch adds vector cosf tests. | Andrew Senkevich | 10 | -2/+221 |
2015-06-09 | Vector cosf for x86_64. | Andrew Senkevich | 18 | -2/+2436 |
2015-06-09 | Addition of testing infrastructure for vector math functions. | Andrew Senkevich | 11 | -0/+299 |
2015-06-09 | Start of series of patches with x86_64 vector math functions. | Andrew Senkevich | 21 | -0/+1452 |
2015-06-08 | This patch adds detection of availability for AVX512F and AVX512DQ ISAs. | Andrew Senkevich | 2 | -0/+34 |
2015-06-05 | posix_fallocate: Emulation fixes and documentation [BZ #15661] | Florian Weimer | 2 | -38/+96 |
2015-06-04 | nptl: Rewrite cancellation macros | Adhemerval Zanella | 73 | -1161/+192 |
2015-06-04 | ARM: VDSO support | Nathan Lynch | 5 | -0/+84 |
2015-06-04 | Use inline syscalls for non-cancellable versions | Adhemerval Zanella | 2 | -34/+44 |
2015-06-03 | NaCl: Implement nacl_interface_ext_supply entry point. | Roland McGrath | 5 | -2/+95 |
2015-06-03 | Replace finite with isfinite. | Wilco Dijkstra | 3 | -3/+3 |
2015-06-03 | This patch renames all uses of __isinf*, __isnan*, __finite* and __signbit* t... | Wilco Dijkstra | 34 | -53/+53 |
2015-06-02 | Use better variable names in MIPS syscall macros. | Joseph Myers | 3 | -16/+16 |
2015-06-02 | Use libc_hidden_proto / libc_hidden_def with __strnlen. | Joseph Myers | 6 | -2/+12 |
2015-06-02 | 2015-06-02 Szabolcs Nagy <szabolcs.nagy@arm.com> | Wilco Dijkstra | 1 | -26/+26 |
2015-06-01 | x86: clock_gettime and timespec_get vDSO cleanup | Adhemerval Zanella | 5 | -63/+9 |