aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2016-10-06Add iseqsig.Joseph Myers30-0/+153
2016-10-06Update comments for some functions in s_sin.cSiddhesh Poyarekar1-22/+17
2016-10-06Adjust calls to do_sincos_1 and do_sincos_2 in s_sincos.cSiddhesh Poyarekar1-4/+4
2016-10-06Make quadrant shift a boolean in reduce_and_compute in s_sin.cSiddhesh Poyarekar1-4/+4
2016-10-06Check n instead of k1 to decide on sign of sin/cos resultSiddhesh Poyarekar1-1/+1
2016-10-06Make the quadrant shift K a bool in do_sincos_* functionsSiddhesh Poyarekar1-19/+19
2016-10-05powerpc: Regenerate ULPsTulio Magno Quites Machado Filho1-55/+55
2016-10-04powerpc: Installed-header hygieneTulio Magno Quites Machado Filho3-9/+11
2016-10-04S390: Regenerate ULPsStefan Liebler1-8/+2
2016-10-03Add TCP_REPAIR_WINDOW from Linux 4.8.Joseph Myers1-0/+11
2016-09-30Use __builtin_fma more in dbl-64 code.Joseph Myers2-8/+4
2016-09-30Fix ldbl-128ibm iscanonical for -mlong-double-64.Joseph Myers1-1/+5
2016-09-30Add iscanonical.Joseph Myers17-1/+520
2016-09-30Use copysign instead of ternary for some sin/cos input rangesSiddhesh Poyarekar1-13/+13
2016-09-30Use copysign instead of ternary conditions for positive constantsSiddhesh Poyarekar1-19/+19
2016-09-30consolidate sign checks for slow2Siddhesh Poyarekar1-8/+10
2016-09-28posix: Fix open file action for posix_spawn on LinuxAdhemerval Zanella1-0/+8
2016-09-28linux: spawni.c: simplify error reporting to parentRasmus Villemoes1-46/+25
2016-09-28Minor correction to the "installed header hygiene" patches.Zack Weinberg1-2/+2
2016-09-26Add INTERNAL_SYSCALL_CALLAdhemerval Zanella1-18/+55
2016-09-23Installed header hygiene (BZ#20366): Test of installed headers.Zack Weinberg5-2/+19
2016-09-23Installed-header hygiene (BZ#20366): stack_t.Zack Weinberg30-106/+217
2016-09-23Installed-header hygiene (BZ#20366): time.h types.Zack Weinberg12-61/+36
2016-09-23Installed-header hygiene (BZ#20366): conditionally defined structures.Zack Weinberg2-0/+6
2016-09-23Installed-header hygiene (BZ#20366): obsolete BSD u_* types.Zack Weinberg23-259/+254
2016-09-23Installed-header hygiene (BZ#20366): Simple self-contained fixes.Zack Weinberg5-6/+9
2016-09-22hurd: Fix stack pointer corruption in syscallSamuel Thibault1-0/+3
2016-09-22hurdmalloc: Run fork handler as late as possible [BZ #19431]Samuel Thibault1-6/+9
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