aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2016-09-21Add <stdint.h> integer width macros.Joseph Myers1-1/+45
2016-09-21malloc: Manual part of conversion to __libc_lockFlorian Weimer2-29/+0
2016-09-20posix: Correctly block/unblock all signals on Linux posix_spawnAdhemerval Zanella1-6/+2
2016-09-20posix: Correctly enable/disable cancellation on Linux posix_spawnAdhemerval Zanella1-2/+4
2016-09-20Build s_nan* objects from a generic templatePaul E. Murphy7-10/+7
2016-09-20Remove __nan{f,,l} macrosPaul E. Murphy2-8/+1
2016-09-20Make ldexpF generic.Paul E. Murphy4-9/+65
2016-09-20Remove remnants of .og patternsFlorian Weimer3-5/+0
2016-09-19powerpc: Fix POWER9 impliesTulio Magno Quites Machado Filho2-2/+1
2016-09-18hurd: fix fcntl visibilitySamuel Thibault1-1/+1
2016-09-15nptl: Consolidate sem_init implementationsAdhemerval Zanella2-86/+0
2016-09-15rt: Set shm_open as a non cancellation point (BZ #18243)Adhemerval Zanella1-0/+7
2016-09-15nptl: Remove sparc sem_waitAdhemerval Zanella2-94/+0
2016-09-15nptl: Consolidate sem_open implementationsAdhemerval Zanella2-301/+0
2016-09-15inet: Add __inet6_scopeid_pton function [BZ #20611]Florian Weimer1-24/+7
2016-09-14Remove the ptw-% patternsFlorian Weimer5-11/+8
2016-09-13ldbl-128: Use L(x) macro for long double constantsPaul E. Murphy50-3925/+3925
2016-09-07Add e500 version of fetestexceptflag.Joseph Myers1-0/+25
2016-09-07Add femode_t functions: sparc.Joseph Myers2-0/+64
2016-09-07Add femode_t functions: sh.Joseph Myers2-0/+65
2016-09-07Add femode_t functions: s390.Joseph Myers2-0/+66
2016-09-07Add femode_t functions: powerpc.Joseph Myers6-0/+222
2016-09-07Add femode_t functions: mips.Joseph Myers2-0/+65
2016-09-07Add femode_t functions: m68k.Joseph Myers2-0/+59
2016-09-07Add femode_t functions: ia64.Joseph Myers2-0/+68
2016-09-07Add femode_t functions: hppa.Joseph Myers2-0/+63
2016-09-07Add femode_t functions: arm.Joseph Myers2-0/+74
2016-09-07Add femode_t functions: alpha.Joseph Myers2-0/+77
2016-09-07Add femode_t functions: aarch64.Joseph Myers2-0/+61
2016-09-07Add femode_t functions.Joseph Myers50-0/+364
2016-09-06X86-64: Add _dl_runtime_resolve_avx[512]_{opt|slow} [BZ #20508]H.J. Lu5-3/+165
2016-09-06S390: Support PLT and GOT references in check-localplt.Stefan Liebler1-1/+8
2016-09-02NaCl: Fix compile error for __dup after libc_hidden_proto addition.Roland McGrath1-0/+1
2016-09-02Fix generic wait3 after union wait_status removal.Roland McGrath1-1/+1
2016-09-02NaCl: Fix compile error in clock function.Roland McGrath1-1/+1
2016-09-02Inline all support functions for sin and cosSiddhesh Poyarekar1-24/+28
2016-09-02Use do_sin for sin(x) where 0.25 < |x| < 0.855469Siddhesh Poyarekar1-18/+3
2016-09-02Consolidate input partitioning into do_cos and do_sinSiddhesh Poyarekar1-109/+82
2016-09-01Remove unneeded stubs for k_rem_pio2l.Paul E. Murphy5-10/+0
2016-09-01Make common fmin implementation generic.Paul E. Murphy3-10/+1
2016-09-01Make common fmax implementation generic.Paul E. Murphy6-13/+4
2016-09-01Make common nextdown implementation generic.Paul E. Murphy1-0/+5
2016-09-01Make common fdim implementation generic.Paul E. Murphy9-16/+19
2016-09-01Base <sys/quota.h> on Linux kernel headers [BZ #20525]Florian Weimer3-131/+98
2016-08-31ldbl-128: Cleanup e_gammal_r.c after _Float128 renamePaul E. Murphy1-6/+6
2016-08-31ldbl-128: Rename 'long double' to '_Float128'Paul E. Murphy77-620/+646
2016-08-31S390: Do not set FE_INEXACT with feraiseexcept (FE_OWERFLOW|FE_UNDERFLOW).Stefan Liebler4-6/+100
2016-08-30hurd: Fix adjtime call with OLDDELTA == NULLSvante Signell1-0/+4
2016-08-30Use fabs(x) instead of branching on signedness of input to sin and cosSiddhesh Poyarekar1-148/+85
2016-08-30Add fall through commentsSiddhesh Poyarekar1-0/+2