Age | Commit message (Expand) | Author | Files | Lines |
2018-09-05 | Add new exp and exp2 implementations | Szabolcs Nagy | 1 | -44/+44 |
2018-08-31 | [BZ #20271] Add newlines in __libc_fatal calls. | Paul Pluzhnikov | 1 | -1/+1 |
2018-08-28 | Split fenv_private.h out of math_private.h more consistently. | Joseph Myers | 2 | -10/+5 |
2018-08-24 | Move EXCEPTION_ENABLE_SUPPORTED out of math-tests.h. | Joseph Myers | 1 | -3/+7 |
2018-08-23 | Move EXCEPTION_TESTS_* out of math-tests.h | Joseph Myers | 2 | -10/+29 |
2018-08-22 | Move ROUNDING_TESTS_* out of math-tests.h. | Joseph Myers | 2 | -3/+29 |
2018-06-08 | Mark _init and _fini as hidden [BZ #23145] | H.J. Lu | 1 | -0/+2 |
2018-04-20 | Drop fpregset unused symbol exposition | Samuel Thibault | 1 | -1/+1 |
2018-04-16 | arm: Remove ununsed ARM code in optimized implementation | Adhemerval Zanella | 4 | -86/+1 |
2018-04-05 | Update ARM libm-test-ulps. | Adhemerval Zanella | 1 | -0/+8 |
2018-04-04 | elf: Unify symbol address run-time calculation [BZ #19818] | Maciej W. Rozycki | 1 | -3/+3 |
2018-03-22 | Remove unused frame.h header, sigcontextinfo.h macros. | Joseph Myers | 1 | -27/+0 |
2018-03-11 | hurd: add gscope support | Samuel Thibault | 1 | -0/+1 |
2018-02-01 | Move LDBL_CLASSIFY_COMPAT to its own header. | Joseph Myers | 2 | -4/+8 |
2018-01-02 | Update ARM libm-test-ulps. | Joseph Myers | 1 | -26/+26 |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 113 | -113/+113 |
2017-12-12 | Add sysdeps/ieee754/soft-fp. | Joseph Myers | 5 | -10/+3 |
2017-11-16 | Prefer https for Sourceware links | Siddhesh Poyarekar | 1 | -1/+1 |
2017-11-07 | nptl: Define __PTHREAD_MUTEX_{NUSERS_AFTER_KIND,USE_UNION} | Adhemerval Zanella | 1 | -0/+2 |
2017-11-07 | nptl: Add tests for internal pthread_mutex_t offsets | Adhemerval Zanella | 1 | -0/+5 |
2017-11-06 | arm: Implement memchr ifunc selection in C | Adhemerval Zanella | 8 | -285/+286 |
2017-11-06 | arm: Implement memcpy ifunc selection in C | Adhemerval Zanella | 9 | -82/+124 |
2017-11-03 | arm: Remove lazy tlsdesc initialization related code | Szabolcs Nagy | 4 | -209/+2 |
2017-11-03 | arm: Remove unnecessary volatile qualifier | Szabolcs Nagy | 1 | -2/+1 |
2017-11-03 | [BZ #18572] arm: Disable lazy initialization of tlsdesc entries | Szabolcs Nagy | 1 | -9/+15 |
2017-11-03 | [BZ #17078] arm: remove prelinker support for R_ARM_TLS_DESC | Szabolcs Nagy | 1 | -31/+3 |
2017-10-05 | Update ARM libm-test-ulps. | Joseph Myers | 1 | -2/+8 |
2017-10-03 | arm: Don't check _DYNAMIC in elf_machine_load_address | H.J. Lu | 1 | -3/+0 |
2017-09-29 | arm: Update elf_machine_load_address for static PIE | H.J. Lu | 1 | -1/+11 |
2017-09-29 | arm: Check PIC instead of SHARED in start.S | H.J. Lu | 1 | -2/+2 |
2017-09-19 | Enable unwind info in libc-start.c and backtrace.c | Wilco Dijkstra | 1 | -9/+0 |
2017-09-01 | Obsolete pow10 functions. | Joseph Myers | 1 | -22/+0 |
2017-08-31 | elf: Remove internal_function attribute | Florian Weimer | 3 | -3/+2 |
2017-08-31 | gmon: Remove internal_function attribute | Florian Weimer | 1 | -2/+2 |
2017-08-30 | Fix mcontext_t sigcontext namespace (bug 21457). | Joseph Myers | 1 | -1/+0 |
2017-08-09 | Fix uc_* namespace (bug 21457). | Joseph Myers | 1 | -4/+4 |
2017-07-13 | [ARM] Fix ld.so crash when built using Binutils 2.29 | Jiong Wang | 1 | -2/+10 |
2017-06-27 | [ARM] Optimise memchr for NEON-enabled processors | Prakhar Bahuguna | 5 | -1/+293 |
2017-06-26 | Rename struct ucontext tag (bug 21457). | Joseph Myers | 1 | -2/+2 |
2017-06-14 | PowerPC64 ELFv2 PPC64_OPT_LOCALENTRY | Alan Modra | 1 | -0/+1 |
2017-06-12 | Replace all internal uses of __bzero with memset. This removes the need | Wilco Dijkstra | 1 | -3/+3 |
2017-06-06 | Optimize generic spinlock code and use C11 like atomic macros. | Stefan Liebler | 2 | -23/+1 |
2017-06-01 | Fix more namespace issues in sys/ucontext.h (bug 21457). | Joseph Myers | 1 | -4/+15 |
2017-05-23 | Fix sys/ucontext.h namespace from signal.h etc. inclusion (bug 21457). | Joseph Myers | 1 | -8/+2 |
2017-05-20 | Remove __need macros from signal.h. | Zack Weinberg | 1 | -0/+1 |
2017-05-20 | Remove sfi_* annotations from ARM assembly files. | Zack Weinberg | 21 | -882/+442 |
2017-05-20 | Remove the bulk of the NaCl port. | Zack Weinberg | 14 | -2492/+0 |
2017-05-19 | Split up bits/sigstack.h. | Joseph Myers | 1 | -0/+3 |
2017-05-11 | Condition some sys/ucontext.h contents on __USE_MISC (bug 21457). | Joseph Myers | 1 | -16/+18 |
2017-05-11 | Remove wrong definitions from pthread header refactor | Adhemerval Zanella | 1 | -1/+1 |