aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic
AgeCommit message (Expand)AuthorFilesLines
2018-12-05Use PRINTF_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg1-1/+0
2018-12-05Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319)Zack Weinberg1-7/+0
2018-12-05Add __vfscanf_internal and __vfwscanf_internal with flags arguments.Zack Weinberg1-0/+4
2018-12-01Mutex: Add pthread mutex tunablesKemi Wang1-0/+22
2018-11-30posix: Use posix_spawn on systemAdhemerval Zanella1-0/+2
2018-10-02libio: Flush stream at freopen (BZ#21037)Adhemerval Zanella1-1/+3
2018-09-27Use copysign functions not __copysign functions in glibc libm.Joseph Myers2-10/+1
2018-09-19Add new pow implementationSzabolcs Nagy1-1/+0
2018-09-05Move float128 inlines from sysdeps/generic/math_private.h to include/math.h.Joseph Myers1-23/+0
2018-09-04Move fenv.h soft-float inlines from fenv_private.h to include/fenv.h.Joseph Myers1-90/+0
2018-09-03Do not include fenv_private.h in math_private.h.Joseph Myers1-2/+0
2018-08-31[BZ #20271] Add newlines in __libc_fatal calls.Paul Pluzhnikov1-1/+1
2018-08-28Split fenv_private.h out of math_private.h more consistently.Joseph Myers2-393/+419
2018-08-27Move EXCEPTION_SET_FORCES_TRAP out of math-tests.h.Joseph Myers2-9/+31
2018-08-24Move EXCEPTION_ENABLE_SUPPORTED out of math-tests.h.Joseph Myers2-11/+33
2018-08-23Move EXCEPTION_TESTS_* out of math-tests.hJoseph Myers2-16/+31
2018-08-22Move ROUNDING_TESTS_* out of math-tests.h.Joseph Myers2-16/+31
2018-08-10Move SNAN_TESTS_* out of math-tests.h.Joseph Myers2-16/+31
2018-08-09Replace gen-libm-test.pl with gen-libm-test.py.Joseph Myers1-1/+1
2018-08-01Move SNAN_TESTS_PRESERVE_PAYLOAD out of math-tests.h.Joseph Myers2-8/+29
2018-08-01Move SNAN_TESTS_TYPE_CAST out of math-tests.h.Joseph Myers2-6/+28
2018-07-16x86: Support IBT and SHSTK in Intel CET [BZ #21598]H.J. Lu1-0/+54
2018-07-14x86: Rename __glibc_reserved1 to feature_1 in tcbhead_t [BZ #22563]H.J. Lu1-0/+22
2018-06-26Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251)Adhemerval Zanella1-2/+2
2018-06-21math: Set 387 and SSE2 rounding mode for tgamma on i386 [BZ #23253]Florian Weimer1-31/+37
2018-06-20Move declare_mgen_finite_alias definitionTulio Magno Quites Machado Filho1-0/+15
2018-06-01Remove sysdeps/generic/libcidn.abilistFlorian Weimer1-0/+0
2018-05-17math: Reverse include order in <math-type-macros-*.h>Florian Weimer4-4/+4
2018-05-16math: Merge strtod_nan_*.h into math-type-macros-*.hFlorian Weimer7-4/+72
2018-05-11Do not include math-barriers.h in math_private.h.Joseph Myers1-2/+0
2018-05-10Move math_check_force_underflow macros to separate math-underflow.h.Joseph Myers1-53/+0
2018-05-09Move math_opt_barrier, math_force_eval to separate math-barriers.h.Joseph Myers2-6/+38
2018-05-09Move math_narrow_eval to separate math-narrow-eval.h.Joseph Myers1-23/+0
2018-04-04elf: Correct absolute (SHN_ABS) symbol run-time calculation [BZ #19818]Maciej W. Rozycki1-1/+2
2018-04-04elf: Unify symbol address run-time calculation [BZ #19818]Maciej W. Rozycki1-2/+8
2018-04-04Make sysdeps/generic/internal-signals.h less stubby.Zack Weinberg1-3/+12
2018-04-03Filter out NPTL internal signals (BZ #22391)Adhemerval Zanella1-0/+36
2018-03-25hurd: Fix calling __pthread_initialize_minimal in shared caseSamuel Thibault1-1/+1
2018-03-25hurd: Initialize TLS and libpthread before signal thread startSamuel Thibault1-0/+1
2018-03-22Remove unused frame.h header, sigcontextinfo.h macros.Joseph Myers2-28/+0
2018-03-17hurd: add TLS supportSamuel Thibault1-0/+5
2018-03-15Remove all target specific __ieee754_sqrt(f/l) inlinesWilco Dijkstra1-1/+1
2018-03-15Add support for sqrt asm redirectsWilco Dijkstra1-3/+0
2018-03-11hurd: add gscope supportSamuel Thibault2-0/+9
2018-02-22Rename nptl-signals.h to internal-signals.hAdhemerval Zanella1-0/+17
2018-02-21Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg1-2/+2
2018-02-21elf: Remove ad-hoc restrictions on dlopen callers [BZ #22787]Florian Weimer1-5/+0
2018-02-12Remove slow paths from expSzabolcs Nagy1-1/+0
2018-02-12Remove slow paths from powWilco Dijkstra1-3/+1
2018-02-07Define char16_t, char32_t consistently with uint_least16_t, uint_least32_t (b...Joseph Myers1-18/+8