about summary refs log tree commit diff
path: root/sysdeps/generic
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-01126-126/+126
* Use PRINTF_LDBL_IS_DBL instead of __ldbl_is_dbl.Zack Weinberg2018-12-051-1/+0
* Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319)Zack Weinberg2018-12-051-7/+0
* Add __vfscanf_internal and __vfwscanf_internal with flags arguments.Zack Weinberg2018-12-051-0/+4
* Mutex: Add pthread mutex tunablesKemi Wang2018-12-011-0/+22
* posix: Use posix_spawn on systemAdhemerval Zanella2018-11-301-0/+2
* libio: Flush stream at freopen (BZ#21037)Adhemerval Zanella2018-10-021-1/+3
* Use copysign functions not __copysign functions in glibc libm.Joseph Myers2018-09-272-10/+1
* Add new pow implementationSzabolcs Nagy2018-09-191-1/+0
* Move float128 inlines from sysdeps/generic/math_private.h to include/math.h.Joseph Myers2018-09-051-23/+0
* Move fenv.h soft-float inlines from fenv_private.h to include/fenv.h.Joseph Myers2018-09-041-90/+0
* Do not include fenv_private.h in math_private.h.Joseph Myers2018-09-031-2/+0
* [BZ #20271] Add newlines in __libc_fatal calls.Paul Pluzhnikov2018-08-311-1/+1
* Split fenv_private.h out of math_private.h more consistently.Joseph Myers2018-08-282-393/+419
* Move EXCEPTION_SET_FORCES_TRAP out of math-tests.h.Joseph Myers2018-08-272-9/+31
* Move EXCEPTION_ENABLE_SUPPORTED out of math-tests.h.Joseph Myers2018-08-242-11/+33
* Move EXCEPTION_TESTS_* out of math-tests.hJoseph Myers2018-08-232-16/+31
* Move ROUNDING_TESTS_* out of math-tests.h.Joseph Myers2018-08-222-16/+31
* Move SNAN_TESTS_* out of math-tests.h.Joseph Myers2018-08-102-16/+31
* Replace gen-libm-test.pl with gen-libm-test.py.Joseph Myers2018-08-091-1/+1
* Move SNAN_TESTS_PRESERVE_PAYLOAD out of math-tests.h.Joseph Myers2018-08-012-8/+29
* Move SNAN_TESTS_TYPE_CAST out of math-tests.h.Joseph Myers2018-08-012-6/+28
* x86: Support IBT and SHSTK in Intel CET [BZ #21598]H.J. Lu2018-07-161-0/+54
* x86: Rename __glibc_reserved1 to feature_1 in tcbhead_t [BZ #22563]H.J. Lu2018-07-141-0/+22
* Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251)Adhemerval Zanella2018-06-261-2/+2
* math: Set 387 and SSE2 rounding mode for tgamma on i386 [BZ #23253]Florian Weimer2018-06-211-31/+37
* Move declare_mgen_finite_alias definitionTulio Magno Quites Machado Filho2018-06-201-0/+15
* Remove sysdeps/generic/libcidn.abilistFlorian Weimer2018-06-011-0/+0
* math: Reverse include order in <math-type-macros-*.h>Florian Weimer2018-05-174-4/+4
* math: Merge strtod_nan_*.h into math-type-macros-*.hFlorian Weimer2018-05-167-4/+72
* Do not include math-barriers.h in math_private.h.Joseph Myers2018-05-111-2/+0
* Move math_check_force_underflow macros to separate math-underflow.h.Joseph Myers2018-05-101-53/+0
* Move math_opt_barrier, math_force_eval to separate math-barriers.h.Joseph Myers2018-05-092-6/+38
* Move math_narrow_eval to separate math-narrow-eval.h.Joseph Myers2018-05-091-23/+0
* elf: Correct absolute (SHN_ABS) symbol run-time calculation [BZ #19818]Maciej W. Rozycki2018-04-041-1/+2
* elf: Unify symbol address run-time calculation [BZ #19818]Maciej W. Rozycki2018-04-041-2/+8
* Make sysdeps/generic/internal-signals.h less stubby.Zack Weinberg2018-04-041-3/+12
* Filter out NPTL internal signals (BZ #22391)Adhemerval Zanella2018-04-031-0/+36
* hurd: Fix calling __pthread_initialize_minimal in shared caseSamuel Thibault2018-03-251-1/+1
* hurd: Initialize TLS and libpthread before signal thread startSamuel Thibault2018-03-251-0/+1
* Remove unused frame.h header, sigcontextinfo.h macros.Joseph Myers2018-03-222-28/+0
* hurd: add TLS supportSamuel Thibault2018-03-171-0/+5
* Remove all target specific __ieee754_sqrt(f/l) inlinesWilco Dijkstra2018-03-151-1/+1
* Add support for sqrt asm redirectsWilco Dijkstra2018-03-151-3/+0
* hurd: add gscope supportSamuel Thibault2018-03-112-0/+9
* Rename nptl-signals.h to internal-signals.hAdhemerval Zanella2018-02-221-0/+17
* Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg2018-02-211-2/+2
* elf: Remove ad-hoc restrictions on dlopen callers [BZ #22787]Florian Weimer2018-02-211-5/+0
* Remove slow paths from expSzabolcs Nagy2018-02-121-1/+0
* Remove slow paths from powWilco Dijkstra2018-02-121-3/+1