Age | Commit message (Expand) | Author |
2016-10-15 | Add totalordermag, totalordermagf, totalordermagl. | Joseph Myers |
2016-10-14 | Fix warnings from latest GCC. | steve ellcey-CA Eng-Software |
2016-10-12 | Fix posix_fadvise64 build on mips64n64 | Adhemerval Zanella |
2016-10-12 | X86: Don't assert on older Intel CPUs [BZ #20647] | H.J. Lu |
2016-10-12 | Add totalorder, totalorderf, totalorderl. | Joseph Myers |
2016-10-11 | Consolidate Linux sync_file_range implementations | Adhemerval Zanella |
2016-10-09 | powerpc32: make PLT call in _mcount compatible with -msecure-plt (bug 20554) | Alan Modra |
2016-10-07 | Consolidate posix_fadvise implementations | Adhemerval Zanella |
2016-10-07 | Consolidate posix_fallocate{64} implementations | Adhemerval Zanella |
2016-10-07 | Consolidate fallocate{64} implementations | Adhemerval Zanella |
2016-10-07 | Use libc_ifunc macro for siglongjmp, longjmp in libpthread. | Stefan Liebler |
2016-10-07 | ppc: Use libc_ifunc macro for time, gettimeofday. | Stefan Liebler |
2016-10-07 | i386, x86: Use libc_ifunc macro for time, gettimeofday. | Stefan Liebler |
2016-10-07 | s390: Refactor ifunc resolvers due to false debuginfo. | Stefan Liebler |
2016-10-07 | Use gcc attribute ifunc in libc_ifunc macro instead of inline assembly due to... | Stefan Liebler |
2016-10-06 | Add iseqsig. | Joseph Myers |
2016-10-06 | Update comments for some functions in s_sin.c | Siddhesh Poyarekar |
2016-10-06 | Adjust calls to do_sincos_1 and do_sincos_2 in s_sincos.c | Siddhesh Poyarekar |
2016-10-06 | Make quadrant shift a boolean in reduce_and_compute in s_sin.c | Siddhesh Poyarekar |
2016-10-06 | Check n instead of k1 to decide on sign of sin/cos result | Siddhesh Poyarekar |
2016-10-06 | Make the quadrant shift K a bool in do_sincos_* functions | Siddhesh Poyarekar |
2016-10-05 | powerpc: Regenerate ULPs | Tulio Magno Quites Machado Filho |
2016-10-04 | powerpc: Installed-header hygiene | Tulio Magno Quites Machado Filho |
2016-10-04 | S390: Regenerate ULPs | Stefan Liebler |
2016-10-03 | Add TCP_REPAIR_WINDOW from Linux 4.8. | Joseph Myers |
2016-09-30 | Use __builtin_fma more in dbl-64 code. | Joseph Myers |
2016-09-30 | Fix ldbl-128ibm iscanonical for -mlong-double-64. | Joseph Myers |
2016-09-30 | Add iscanonical. | Joseph Myers |
2016-09-30 | Use copysign instead of ternary for some sin/cos input ranges | Siddhesh Poyarekar |
2016-09-30 | Use copysign instead of ternary conditions for positive constants | Siddhesh Poyarekar |
2016-09-30 | consolidate sign checks for slow2 | Siddhesh Poyarekar |
2016-09-28 | posix: Fix open file action for posix_spawn on Linux | Adhemerval Zanella |
2016-09-28 | linux: spawni.c: simplify error reporting to parent | Rasmus Villemoes |
2016-09-28 | Minor correction to the "installed header hygiene" patches. | Zack Weinberg |
2016-09-26 | Add INTERNAL_SYSCALL_CALL | Adhemerval Zanella |
2016-09-23 | Installed header hygiene (BZ#20366): Test of installed headers. | Zack Weinberg |
2016-09-23 | Installed-header hygiene (BZ#20366): stack_t. | Zack Weinberg |
2016-09-23 | Installed-header hygiene (BZ#20366): time.h types. | Zack Weinberg |
2016-09-23 | Installed-header hygiene (BZ#20366): conditionally defined structures. | Zack Weinberg |
2016-09-23 | Installed-header hygiene (BZ#20366): obsolete BSD u_* types. | Zack Weinberg |
2016-09-23 | Installed-header hygiene (BZ#20366): Simple self-contained fixes. | Zack Weinberg |
2016-09-22 | hurd: Fix stack pointer corruption in syscall | Samuel Thibault |
2016-09-22 | hurdmalloc: Run fork handler as late as possible [BZ #19431] | Samuel Thibault |
2016-09-21 | Add <stdint.h> integer width macros. | Joseph Myers |
2016-09-21 | malloc: Manual part of conversion to __libc_lock | Florian Weimer |
2016-09-20 | posix: Correctly block/unblock all signals on Linux posix_spawn | Adhemerval Zanella |
2016-09-20 | posix: Correctly enable/disable cancellation on Linux posix_spawn | Adhemerval Zanella |
2016-09-20 | Build s_nan* objects from a generic template | Paul E. Murphy |
2016-09-20 | Remove __nan{f,,l} macros | Paul E. Murphy |
2016-09-20 | Make ldexpF generic. | Paul E. Murphy |