summaryrefslogtreecommitdiff
path: root/sysdeps/generic
AgeCommit message (Expand)Author
2018-07-16x86: Support IBT and SHSTK in Intel CET [BZ #21598]H.J. Lu
2018-07-14x86: Rename __glibc_reserved1 to feature_1 in tcbhead_t [BZ #22563]H.J. Lu
2018-06-26Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251)Adhemerval Zanella
2018-06-21math: Set 387 and SSE2 rounding mode for tgamma on i386 [BZ #23253]Florian Weimer
2018-06-20Move declare_mgen_finite_alias definitionTulio Magno Quites Machado Filho
2018-06-01Remove sysdeps/generic/libcidn.abilistFlorian Weimer
2018-05-17math: Reverse include order in <math-type-macros-*.h>Florian Weimer
2018-05-16math: Merge strtod_nan_*.h into math-type-macros-*.hFlorian Weimer
2018-05-11Do not include math-barriers.h in math_private.h.Joseph Myers
2018-05-10Move math_check_force_underflow macros to separate math-underflow.h.Joseph Myers
2018-05-09Move math_opt_barrier, math_force_eval to separate math-barriers.h.Joseph Myers
2018-05-09Move math_narrow_eval to separate math-narrow-eval.h.Joseph Myers
2018-04-04elf: Correct absolute (SHN_ABS) symbol run-time calculation [BZ #19818]Maciej W. Rozycki
2018-04-04elf: Unify symbol address run-time calculation [BZ #19818]Maciej W. Rozycki
2018-04-04Make sysdeps/generic/internal-signals.h less stubby.Zack Weinberg
2018-04-03Filter out NPTL internal signals (BZ #22391)Adhemerval Zanella
2018-03-25hurd: Fix calling __pthread_initialize_minimal in shared caseSamuel Thibault
2018-03-25hurd: Initialize TLS and libpthread before signal thread startSamuel Thibault
2018-03-22Remove unused frame.h header, sigcontextinfo.h macros.Joseph Myers
2018-03-17hurd: add TLS supportSamuel Thibault
2018-03-15Remove all target specific __ieee754_sqrt(f/l) inlinesWilco Dijkstra
2018-03-15Add support for sqrt asm redirectsWilco Dijkstra
2018-03-11hurd: add gscope supportSamuel Thibault
2018-02-22Rename nptl-signals.h to internal-signals.hAdhemerval Zanella
2018-02-21Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg
2018-02-21elf: Remove ad-hoc restrictions on dlopen callers [BZ #22787]Florian Weimer
2018-02-12Remove slow paths from expSzabolcs Nagy
2018-02-12Remove slow paths from powWilco Dijkstra
2018-02-07Define char16_t, char32_t consistently with uint_least16_t, uint_least32_t (b...Joseph Myers
2018-02-07Post-cleanup 2: minimize _G_config.h.Zack Weinberg
2018-02-01Move LDBL_CLASSIFY_COMPAT to its own header.Joseph Myers
2018-02-01Add feholdexcept inline in generic math_private.h.Joseph Myers
2018-02-01Move fenv.h override inline functions to generic math_private.h.Joseph Myers
2018-02-01Move some fenv.h override macros to generic math_private.h.Joseph Myers
2018-01-28hurd: take __USE_EXTERN_INLINES into account and restrict inlinesSamuel Thibault
2018-01-27hurd: fix warningsSamuel Thibault
2018-01-27hurd: fix warningSamuel Thibault
2018-01-27hurd: fix warningsSamuel Thibault
2018-01-25Add support for the RISC-V-specific ELF flagsPalmer Dabbelt
2018-01-19generic if_ether.h: Fix buildSamuel Thibault
2018-01-11Make default libc_feholdsetround_noex_ctx use __feholdexcept (bug 22702).Joseph Myers
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-27elf: remove redundant is_path argumentDmitry V. Levin
2017-12-24Deprecate external use of libio.h and _G_config.h.Zack Weinberg
2017-12-19Revert exp reimplementation (causes test failures).Joseph Myers
2017-12-19Improve __ieee754_exp() performance by greater than 5x on sparc/x86.Patrick McGehearty
2017-12-18ld.so: Examine GLRO to detect inactive loader [BZ #20204]Florian Weimer
2017-12-15Add --enable-static-pie configure option to build static PIE [BZ #19574]H.J. Lu
2017-12-06Support _Float32 in libm_alias_float.Joseph Myers
2017-12-05Support _Float64, _Float32x in libm_alias_double.Joseph Myers