aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic
AgeCommit message (Expand)AuthorFilesLines
2017-08-04Reimplement min_of_type using __MATH_TG.Joseph Myers1-18/+8
2017-08-03Consistently use uintN_t not u_intN_t in libm.Joseph Myers1-5/+5
2017-07-24tunables: Use direct syscall for access (BZ#21744)Adhemerval Zanella1-0/+19
2017-07-17powerpc: Fix float128 IFUNC relocations [BZ #21707]Tulio Magno Quites Machado Filho1-0/+30
2017-06-30i386: Increase MALLOC_ALIGNMENT to 16 [BZ #21120]H.J. Lu2-0/+32
2017-06-26Rename struct ucontext tag (bug 21457).Joseph Myers1-2/+2
2017-06-22Support _Float128 in math-tests.h.Joseph Myers1-12/+30
2017-06-22Correct min_of_type handling of _Float128.Joseph Myers1-2/+2
2017-06-20Factor out shared definitions from bits/signum.h.Zack Weinberg1-13/+11
2017-06-14PowerPC64 ELFv2 PPC64_OPT_LOCALENTRYAlan Modra1-3/+4
2017-06-08ld.so: Consolidate 2 strtouls into _dl_strtoul [BZ #21528]H.J. Lu1-0/+4
2017-06-08Remove __need macros from stdio.h and wchar.h.Zack Weinberg1-3/+4
2017-06-07tunables: Use glibc.tune.hwcap_mask tunable instead of _dl_hwcap_maskSiddhesh Poyarekar1-0/+2
2017-05-23Fix sys/ucontext.h namespace from signal.h etc. inclusion (bug 21457).Joseph Myers1-8/+2
2017-05-20Remove __need macros from signal.h.Zack Weinberg2-0/+78
2017-05-19Split up bits/sigstack.h.Joseph Myers1-0/+3
2017-05-17Convert e_exp2l.c into a templateGabriel F. T. Gomes1-0/+1
2017-05-15float128: Enable use of IEEE wrapper templatesGabriel F. T. Gomes1-0/+3
2017-05-15float128: Add private _Float128 declarations for libm.Paul E. Murphy4-3/+93
2017-05-11Remove _IO_MTSAFE_IO from public headers.Zack Weinberg1-0/+1
2017-05-04Fix network headers stdint.h namespace (bug 21455).Joseph Myers1-26/+2
2017-05-04ldbl-128: Use mathx_hidden_def inplace of hidden_defPaul E. Murphy1-0/+4
2017-04-24Macroize function declarations in math_private.hGabriel F. T. Gomes2-170/+146
2017-04-17[BZ 21357] unwind-dw2-fde: Call free() outside of unwind mutexRabin Vincent1-1/+3
2017-04-10Remove unneeded declarations from math_private.hGabriel F. T. Gomes1-20/+0
2017-03-30Change return type in the declaration of __ieee754_rem_pio2lGabriel F. T. Gomes1-1/+1
2017-03-14Remove _dl_platform_stringAndreas Schwab1-3/+0
2017-03-07Ignore and remove LD_HWCAP_MASK for AT_SECURE programs (bug #21209)Siddhesh Poyarekar1-0/+1
2017-02-25Allow direct use of math_ldbl.h in testsuite.Zack Weinberg2-6/+8
2017-02-23Add new templates for IEEE wrappersGabriel F. T. Gomes3-0/+9
2017-02-02Drop GLIBC_TUNABLES for setxid programs when tunables is disabled (bz #21073)Siddhesh Poyarekar1-0/+7
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers98-98/+98
2016-12-30Define __intmax_t, __uintmax_t in bits/types.h.Joseph Myers1-9/+3
2016-12-26PLT avoidance for __stack_chk_fail [BZ #7065]Nick Alcock1-0/+12
2016-12-26Do not stack-protect ifunc resolvers [BZ #7065]Nick Alcock1-0/+2
2016-12-26Initialize the stack guard earlier when linking statically [BZ #7065]Nick Alcock1-0/+11
2016-12-21Remove unused function _dl_tls_setupFlorian Weimer1-6/+0
2016-11-30ld.so: Remove __libc_memalignFlorian Weimer1-4/+2
2016-11-30Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628]Florian Weimer2-18/+31
2016-11-10Refactor some libm type-generic macros.Joseph Myers1-6/+1
2016-11-04Do not hardcode platform names in manual/libm-err-tab.pl (bug 14139).Joseph Myers1-0/+1
2016-11-04Define wordsize.h macros everywhereSteve Ellcey1-3/+8
2016-10-26Add canonicalize, canonicalizef, canonicalizel.Joseph Myers1-0/+8
2016-10-17Define HIGH_ORDER_BIT_IS_SET_FOR_SNAN to 0 or 1.Joseph Myers1-0/+27
2016-10-06Add iseqsig.Joseph Myers1-0/+27
2016-09-23Installed-header hygiene (BZ#20366): stack_t.Zack Weinberg1-2/+4
2016-09-23Installed-header hygiene (BZ#20366): obsolete BSD u_* types.Zack Weinberg4-45/+45
2016-09-21Add <stdint.h> integer width macros.Joseph Myers1-1/+45
2016-09-20Build s_nan* objects from a generic templatePaul E. Murphy4-0/+6
2016-09-20Remove __nan{f,,l} macrosPaul E. Murphy2-8/+1