about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Add femode_t functions: sparc.Joseph Myers2016-09-072-0/+64
* Add femode_t functions: sh.Joseph Myers2016-09-072-0/+65
* Add femode_t functions: s390.Joseph Myers2016-09-072-0/+66
* Add femode_t functions: powerpc.Joseph Myers2016-09-076-0/+222
* Add femode_t functions: mips.Joseph Myers2016-09-072-0/+65
* Add femode_t functions: m68k.Joseph Myers2016-09-072-0/+59
* Add femode_t functions: ia64.Joseph Myers2016-09-072-0/+68
* Add femode_t functions: hppa.Joseph Myers2016-09-072-0/+63
* Add femode_t functions: arm.Joseph Myers2016-09-072-0/+74
* Add femode_t functions: alpha.Joseph Myers2016-09-072-0/+77
* Add femode_t functions: aarch64.Joseph Myers2016-09-072-0/+61
* Add femode_t functions.Joseph Myers2016-09-0750-0/+364
* X86-64: Add _dl_runtime_resolve_avx[512]_{opt|slow} [BZ #20508]H.J. Lu2016-09-065-3/+165
* S390: Support PLT and GOT references in check-localplt.Stefan Liebler2016-09-061-1/+8
* NaCl: Fix compile error for __dup after libc_hidden_proto addition.Roland McGrath2016-09-021-0/+1
* Fix generic wait3 after union wait_status removal.Roland McGrath2016-09-021-1/+1
* NaCl: Fix compile error in clock function.Roland McGrath2016-09-021-1/+1
* Inline all support functions for sin and cosSiddhesh Poyarekar2016-09-021-24/+28
* Use do_sin for sin(x) where 0.25 < |x| < 0.855469Siddhesh Poyarekar2016-09-021-18/+3
* Consolidate input partitioning into do_cos and do_sinSiddhesh Poyarekar2016-09-021-109/+82
* Remove unneeded stubs for k_rem_pio2l.Paul E. Murphy2016-09-015-10/+0
* Make common fmin implementation generic.Paul E. Murphy2016-09-013-10/+1
* Make common fmax implementation generic.Paul E. Murphy2016-09-016-13/+4
* Make common nextdown implementation generic.Paul E. Murphy2016-09-011-0/+5
* Make common fdim implementation generic.Paul E. Murphy2016-09-019-16/+19
* Base <sys/quota.h> on Linux kernel headers [BZ #20525]Florian Weimer2016-09-013-131/+98
* ldbl-128: Cleanup e_gammal_r.c after _Float128 renamePaul E. Murphy2016-08-311-6/+6
* ldbl-128: Rename 'long double' to '_Float128'Paul E. Murphy2016-08-3177-620/+646
* S390: Do not set FE_INEXACT with feraiseexcept (FE_OWERFLOW|FE_UNDERFLOW).Stefan Liebler2016-08-314-6/+100
* hurd: Fix adjtime call with OLDDELTA == NULLSvante Signell2016-08-301-0/+4
* Use fabs(x) instead of branching on signedness of input to sin and cosSiddhesh Poyarekar2016-08-301-148/+85
* Add fall through commentsSiddhesh Poyarekar2016-08-301-0/+2
* Consolidate reduce_and_compute codeSiddhesh Poyarekar2016-08-301-17/+14
* Convert remaining complex function to generated filesPaul E. Murphy2016-08-2921-115/+80
* sparcv9: Restore fdiml@GLIBC_2.1Paul E. Murphy2016-08-291-1/+1
* Add fetestexceptflag.Joseph Myers2016-08-2928-0/+58
* malloc: Simplify static malloc interposition [BZ #20432]Florian Weimer2016-08-262-6/+6
* X86-64: Correct CFA in _dl_runtime_resolveH.J. Lu2016-08-261-0/+2
* Convert _Complex tangent functions to generated codePaul E. Murphy2016-08-1912-64/+32
* Convert _Complex sine functions to generated codePaul E. Murphy2016-08-1918-101/+42
* X86: Change bit_YMM_state to (1 << 2)H.J. Lu2016-08-191-1/+1
* Merge common usage of mul_split functionPaul E. Murphy2016-08-1911-346/+22
* Convert _Complex cosine functions to generated codePaul E. Murphy2016-08-1915-79/+38
* Fix incorrect double-checked locking related to _res_hconf.initialized.Torvald Riegel2016-08-181-2/+1
* Get rid of array-bounds warning in __kernel_rem_pio2[f] with gcc 6.1 -O3.Stefan Liebler2016-08-182-0/+20
* ldbl-128: Remove unused sqrtl declaration in e_asinl.cPaul E. Murphy2016-08-171-1/+0
* Support for type-generic libm function implementations libmPaul E. Murphy2016-08-1716-60/+320
* Do not override objects in libc.a in other static libraries [BZ #20452]Florian Weimer2016-08-1713-1/+16
* Add fesetexcept: sparc.Joseph Myers2016-08-161-0/+31
* Add fesetexcept: sh.Joseph Myers2016-08-161-0/+32