summaryrefslogtreecommitdiff
path: root/sysdeps/generic
AgeCommit message (Expand)Author
2016-12-30Define __intmax_t, __uintmax_t in bits/types.h.Joseph Myers
2016-12-26PLT avoidance for __stack_chk_fail [BZ #7065]Nick Alcock
2016-12-26Do not stack-protect ifunc resolvers [BZ #7065]Nick Alcock
2016-12-26Initialize the stack guard earlier when linking statically [BZ #7065]Nick Alcock
2016-12-21Remove unused function _dl_tls_setupFlorian Weimer
2016-11-30ld.so: Remove __libc_memalignFlorian Weimer
2016-11-30Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628]Florian Weimer
2016-11-10Refactor some libm type-generic macros.Joseph Myers
2016-11-04Do not hardcode platform names in manual/libm-err-tab.pl (bug 14139).Joseph Myers
2016-11-04Define wordsize.h macros everywhereSteve Ellcey
2016-10-26Add canonicalize, canonicalizef, canonicalizel.Joseph Myers
2016-10-17Define HIGH_ORDER_BIT_IS_SET_FOR_SNAN to 0 or 1.Joseph Myers
2016-10-06Add iseqsig.Joseph Myers
2016-09-23Installed-header hygiene (BZ#20366): stack_t.Zack Weinberg
2016-09-23Installed-header hygiene (BZ#20366): obsolete BSD u_* types.Zack Weinberg
2016-09-21Add <stdint.h> integer width macros.Joseph Myers
2016-09-20Build s_nan* objects from a generic templatePaul E. Murphy
2016-09-20Remove __nan{f,,l} macrosPaul E. Murphy
2016-09-20Make ldexpF generic.Paul E. Murphy
2016-09-01Remove unneeded stubs for k_rem_pio2l.Paul E. Murphy
2016-09-01Make common fdim implementation generic.Paul E. Murphy
2016-08-17Support for type-generic libm function implementations libmPaul E. Murphy
2016-08-10Add tests for fegetexceptflag, fesetexceptflag.Joseph Myers
2016-08-03Minimize sysdeps code involved in defining major/minor/makedev.Zack Weinberg
2016-08-03elf: Avoid using memalign for TLS allocations [BZ #17730]Florian Weimer
2016-07-01Treat STV_HIDDEN and STV_INTERNAL symbols as STB_LOCALMaciej W. Rozycki
2016-06-22Move sysdeps/generic/bits/hwcap.h to top-level bits/Zack Weinberg
2016-06-20elf: Consolidate machine-agnostic DTV definitions in <dl-dtv.h>Florian Weimer
2016-04-10Fix crash on getauxval call without HAVE_AUX_VECTORSamuel Thibault
2016-03-20hurd: Do not hide rtld symbols which need to be preemptedSamuel Thibault
2016-03-07Add placeholder libnsl.abilist and libutil.abilist filesAurelien Jarno
2016-02-19malloc: Remove NO_THREADSFlorian Weimer
2016-02-18Add _STRING_INLINE_unaligned and string_private.hH.J. Lu
2016-01-18S/390: Do not raise inexact exception in lrint/lround. [BZ #19486]Stefan Liebler
2016-01-06Update copyright dates committed in 2016H.J. Lu
2016-01-06Mark internal unistd functions hidden in ld.soH.J. Lu
2016-01-06Mark ld.so internal mmap functions hidden in ld.soH.J. Lu
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-12-22Harmonize generic stdio-lock support with nptlSamuel Thibault
2015-11-24Replace MUTEX_INITIALIZER with _LIBC_LOCK_INITIALIZER in generic codeFlorian Weimer
2015-11-06Simplify the abilist formatFlorian Weimer
2015-10-17malloc: Rewrite with explicit TLS access using __threadFlorian Weimer
2015-10-15Mark _dl_catch_error hiddenH.J. Lu
2015-10-15Mark internal _itoa functions hiddenH.J. Lu
2015-10-15Mark internal _dl_XXX functions hiddenH.J. Lu
2015-10-15Mark _wordcopy_XXX functions hiddenH.J. Lu
2015-10-15Always enable pointer guard [BZ #18928]Florian Weimer
2015-10-09Fix lrint, llrint, lround, llround missing exceptions for MIPS (bug 16399).Joseph Myers
2015-10-05Work around powerpc32 integer 0 converting to -0 (bug 887, bug 19049, bug 190...Joseph Myers
2015-09-28Fix clog, clog10 inaccuracy (bug 19016).Joseph Myers