aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic
AgeCommit message (Expand)Author
2017-03-30Change return type in the declaration of __ieee754_rem_pio2lGabriel F. T. Gomes
2017-03-14Remove _dl_platform_stringAndreas Schwab
2017-03-07Ignore and remove LD_HWCAP_MASK for AT_SECURE programs (bug #21209)Siddhesh Poyarekar
2017-02-25Allow direct use of math_ldbl.h in testsuite.Zack Weinberg
2017-02-23Add new templates for IEEE wrappersGabriel F. T. Gomes
2017-02-02Drop GLIBC_TUNABLES for setxid programs when tunables is disabled (bz #21073)Siddhesh Poyarekar
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
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