aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic
AgeCommit message (Expand)Author
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
2017-11-30x86: Make a space in jmpbuf for shadow stack pointerH.J. Lu
2017-11-27Consolidate link map sortingAndreas Schwab
2017-11-24Support _Float64x in libm_alias macros.Joseph Myers
2017-11-24Make min_of_type_ macros function-like.Joseph Myers
2017-11-13ld.so: Add architecture specific fieldsH.J. Lu
2017-10-18Add _Float128 function aliases.Joseph Myers
2017-10-17Add common ifunc-init.h headerAdhemerval Zanella
2017-10-16Move some float128 symbol version definitions.Joseph Myers
2017-10-10Add libm_alias_*_other_r macros.Joseph Myers