aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-09Move more csin, csinh tests to auto-libm-test-in.Joseph Myers
2017-02-09Merge libm-compat-calls-auto and libm-compat-callsGabriel F. T. Gomes
2017-02-09Move -U__LIBC_INTERNAL_MATH_INLINES to test-math-inline.h.Joseph Myers
2017-02-08Build most libm-test support code once per type.Joseph Myers
2017-02-08Move w_exp to libm-compat-call-autoGabriel F. T. Gomes
2017-02-08Move w_lgamma to libm-compat-calls-autoGabriel F. T. Gomes
2017-02-08Move w_lgamma_r to libm-compat-calls-autoGabriel F. T. Gomes
2017-02-08aarch64: fix errno address calculation in SYSCALL_ERROR_HANDLERAdhemerval Zanella
2017-02-08Fix a typo in the manual.Rical Jasan
2017-02-08Fix getting tunable values on big-endian (BZ #21109)Siddhesh Poyarekar
2017-02-08Add Linux PTRACE_EVENT_STOPKir Kolyshkin
2017-02-07Clean up libm vector tests exception test disabling.Joseph Myers
2017-02-07Fix powf inaccuracy (bug 21112).Joseph Myers
2017-02-07Fix typo in manualSiddhesh Poyarekar
2017-02-07powerpc: Set minimum kernel version for powerpc64leRajalakshmi Srinivasaraghavan
2017-02-07powerpc: Use latest optimizations for internal function callsRajalakshmi Srinivasaraghavan
2017-02-07powerpc: Improve strcmp performance for shorter stringsRajalakshmi Srinivasaraghavan
2017-02-06Refactor some code in libm-test-driver.c.Joseph Myers
2017-02-06Move libm-test TEST_MSG definitions to libm-test-driver.c.Joseph Myers
2017-02-06Split libm-test.inc by function.Joseph Myers
2017-02-06Split auto-libm-test-out by function.Joseph Myers
2017-02-06Eliminate libm-test.stmp.Joseph Myers
2017-02-06Rework gen-libm-test.pl input/output handling.Joseph Myers
2017-02-06As a minor cleanup remove the (r)index defines from include/string.h asWilco Dijkstra
2017-02-06Move non-function-specific parts of libm-test.inc to separate file.Joseph Myers
2017-02-06Remove libm-test.inc comment listing functions tested and not tested.Joseph Myers
2017-02-06nptl: Remove COLORING_INCREMENTAdhemerval Zanella
2017-02-06Do not hardcode list of libm functions in libm-err-tab.pl.Joseph Myers
2017-02-06Remove before-compile setting in math/Makefile.Joseph Myers
2017-02-06sparc: Remove unused assignment in __cloneIvo Raisr
2017-02-06Add __glibc_unlikely hint in lll_trylock, lll_cond_trylock.Stefan Liebler
2017-02-06Remove i686, x86_64, and powerpc strtok implementationsAdhemerval Zanella
2017-02-06Consolidate arm and mips posix_fadvise implementationsAdhemerval Zanella
2017-02-05Open master for developmentglibc-2.25.90Siddhesh Poyarekar
2017-02-05Update for 2.25 releaseglibc-2.25Siddhesh Poyarekar
2017-02-05Add more contributors to contrib.texiSiddhesh Poyarekar
2017-02-05Add list of bugs fixed in 2.25Siddhesh Poyarekar
2017-02-05Add missing NEWS itemsSiddhesh Poyarekar
2017-02-04tunables: Fail tests correctly when setgid does not workSiddhesh Poyarekar
2017-02-03Bug 20915: Do not initialize DTV of other threads.Alexandre Oliva
2017-02-03sparc: Remove optimized math routines which cause testsuite failures.David S. Miller
2017-02-02Allow IFUNC relocation against unrelocated shared libraryH.J. Lu
2017-02-02Drop GLIBC_TUNABLES for setxid programs when tunables is disabled (bz #21073)Siddhesh Poyarekar
2017-02-02tunables: Fix environment variable processing for setuid binaries (bz #21073)Siddhesh Poyarekar
2017-02-01alpha: Use saturating arithmetic in memchrRichard Henderson
2017-02-01Fix missing test dependencyAndreas Schwab
2017-02-01m68k: fix 64bit atomic opsAndreas Schwab
2017-01-31Add ipc_priv.h header for Nios II to set __IPC_64 to zero.Chung-Lin Tang
2017-01-30Add VZEROUPPER to memset-vec-unaligned-erms.S [BZ #21081]H.J. Lu
2017-01-28Bug 20116: Fix use after free in pthread_create()Carlos O'Donell