aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-07Post-cleanup 2: minimize _G_config.h.Zack Weinberg1-0/+15
2018-02-01Move LDBL_CLASSIFY_COMPAT to its own header.Joseph Myers1-0/+33
2018-02-01Add feholdexcept inline in generic math_private.h.Joseph Myers1-0/+12
2018-02-01Move fenv.h override inline functions to generic math_private.h.Joseph Myers1-0/+68
2018-02-01Move some fenv.h override macros to generic math_private.h.Joseph Myers1-0/+10
2018-01-28hurd: take __USE_EXTERN_INLINES into account and restrict inlinesSamuel Thibault1-0/+12
2018-01-27hurd: fix warningsSamuel Thibault1-6/+6
2018-01-27hurd: fix warningSamuel Thibault1-0/+2
2018-01-27hurd: fix warningsSamuel Thibault1-0/+11
2018-01-25Add support for the RISC-V-specific ELF flagsPalmer Dabbelt1-0/+2
2018-01-19generic if_ether.h: Fix buildSamuel Thibault1-0/+1
2018-01-11Make default libc_feholdsetround_noex_ctx use __feholdexcept (bug 22702).Joseph Myers1-4/+5
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers111-111/+111
2017-12-27elf: remove redundant is_path argumentDmitry V. Levin1-2/+2
2017-12-24Deprecate external use of libio.h and _G_config.h.Zack Weinberg1-58/+0
2017-12-19Revert exp reimplementation (causes test failures).Joseph Myers1-0/+1
2017-12-19Improve __ieee754_exp() performance by greater than 5x on sparc/x86.Patrick McGehearty1-1/+0
2017-12-18ld.so: Examine GLRO to detect inactive loader [BZ #20204]Florian Weimer1-1/+19
2017-12-15Add --enable-static-pie configure option to build static PIE [BZ #19574]H.J. Lu1-0/+11
2017-12-06Support _Float32 in libm_alias_float.Joseph Myers1-2/+9
2017-12-05Support _Float64, _Float32x in libm_alias_double.Joseph Myers1-3/+21
2017-11-30x86: Make a space in jmpbuf for shadow stack pointerH.J. Lu1-0/+24
2017-11-27Consolidate link map sortingAndreas Schwab1-2/+2
2017-11-24Support _Float64x in libm_alias macros.Joseph Myers2-9/+27
2017-11-24Make min_of_type_ macros function-like.Joseph Myers1-6/+9
2017-11-13ld.so: Add architecture specific fieldsH.J. Lu3-4/+9