Age | Commit message (Expand) | Author |
2020-09-11 | Update sparc libm-test-ulps | Adhemerval Zanella |
2020-06-22 | sparc: Use sqrt{f} builtin | Adhemerval Zanella |
2020-05-06 | semaphore: consolidate arch headers into a generic one | Vineet Gupta |
2020-04-08 | Update sparc libm-test-ulps | Adhemerval Zanella |
2020-03-30 | sparc: Move __fenv_{ld,st}fsr to fenv-private.h | Adhemerval Zanella |
2020-03-19 | math: Remove inline math tests | Adhemerval Zanella |
2020-03-02 | elf: Add elf/check-wx-segment, a test for the presence of WX segments | Florian Weimer |
2020-02-18 | Introduce <elf-initfini.h> and ELF_INITFINI for all architectures | Florian Weimer |
2020-02-14 | linux: Consolidate INLINE_SYSCALL | Adhemerval Zanella |
2020-02-10 | nptl: add missing pthread-offsets.h | Andreas Schwab |
2020-01-03 | Add libm_alias_finite for _finite symbols | Wilco Dijkstra |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2019-12-11 | Always use wordsize-64 version of s_trunc.c. | Stefan Liebler |
2019-12-11 | Always use wordsize-64 version of s_ceil.c. | Stefan Liebler |
2019-12-11 | Always use wordsize-64 version of s_floor.c. | Stefan Liebler |
2019-12-02 | elf: Do not run IFUNC resolvers for LD_DEBUG=unused [BZ #24214] | Florian Weimer |
2019-11-27 | sparc: Use atomic compiler builtins on sparc | Adhemerval Zanella |
2019-11-27 | Remove 32 bit sparc v7 support | Adhemerval Zanella |
2019-11-26 | nptl: Add default pthread-offsets.h | Adhemerval Zanella |
2019-11-26 | nptl: Add default pthreadtypes-arch.h | Adhemerval Zanella |
2019-11-26 | nptl: Add struct_rwlock.h | Adhemerval Zanella |
2019-11-26 | nptl: Add struct_mutex.h | Adhemerval Zanella |
2019-11-26 | nptl: Remove rwlock elision definitions | Adhemerval Zanella |
2019-11-26 | nptl: Add tests for internal pthread_rwlock_t offsets | Adhemerval Zanella |
2019-11-26 | nptl: Cleanup mutex internal offset tests | Adhemerval Zanella |
2019-10-31 | nptl: Replace non cancellable pause/nanosleep with futex | Adhemerval Zanella |
2019-10-27 | time: Introduce function to check correctness of nanoseconds value | Lukasz Majewski |
2019-10-09 | sparc: Assume GOTDATA support in the toolchain | Florian Weimer |
2019-10-01 | Split up endian.h to minimize exposure of BYTE_ORDER. | Alistair Francis |
2019-09-07 | Fix three GNU license URLs, along with trailing-newline issues. | Paul Eggert |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert |
2019-08-23 | Fix spellings of contributor names in comments and doc | Paul Eggert |
2019-08-13 | Declare most TS 18661-1 interfaces for C2X. | Joseph Myers |
2019-07-12 | nptl: Rename lll_timedlock to lll_clocklock and add clockid parameter | Mike Crowe |
2019-03-22 | Refactor hp-timing rtld usage | Adhemerval Zanella |
2019-03-13 | Fix output of LD_SHOW_AUXV=1. | Stefan Liebler |
2019-02-26 | Break further lines before not after operators. | Joseph Myers |
2019-02-18 | Fix SPARC64 handling of R_SPARC_H34 (bug 24231). | Joseph Myers |
2019-02-14 | nptl: Reinstate pthread_timedjoin_np as a cancellation point (BZ#24215) | Adhemerval Zanella |
2019-01-07 | soft-fp: Properly check _FP_W_TYPE_SIZE [BZ #24066] | H.J. Lu |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2018-11-13 | Fix sparc64 build with GCC 9. | Joseph Myers |
2018-10-18 | Regenerate sparc ulps. | David S. Miller |
2018-09-27 | Use copysign functions not __copysign functions in glibc libm. | Joseph Myers |
2018-09-20 | Use trunc functions not __trunc functions in glibc libm. | Joseph Myers |
2018-09-17 | Use ceil functions not __ceil functions in glibc libm. | Joseph Myers |
2018-09-14 | Use rint functions not __rint functions in glibc libm. | Joseph Myers |
2018-09-14 | Use floor functions not __floor functions in glibc libm. | Joseph Myers |
2018-08-31 | [BZ #20271] Add newlines in __libc_fatal calls. | Paul Pluzhnikov |
2018-08-28 | Split fenv_private.h out of math_private.h more consistently. | Joseph Myers |