aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-20posix: Correctly enable/disable cancellation on Linux posix_spawnAdhemerval Zanella4-3/+188
2016-09-20Fix exc2signal.c templateSamuel Thibault2-12/+19
2016-09-20Build s_nan* objects from a generic templatePaul E. Murphy12-83/+42
2016-09-20Remove __nan{f,,l} macrosPaul E. Murphy6-11/+12
2016-09-20Make ldexpF generic.Paul E. Murphy9-90/+115
2016-09-20Remove remnants of .og patternsFlorian Weimer6-7/+9
2016-09-20sysd-rules: Cut down the number of rtld-% pattern rulesFlorian Weimer2-0/+9
2016-09-19powerpc: Fix POWER9 impliesTulio Magno Quites Machado Filho3-2/+9
2016-09-19Add <limits.h> integer width macros.Joseph Myers6-2/+212
2016-09-18hurd: fix fcntl visibilitySamuel Thibault2-1/+2
2016-09-18hurd: fix pathconf visibilitySamuel Thibault2-1/+5
2016-09-15nptl: Consolidate sem_init implementationsAdhemerval Zanella4-86/+8
2016-09-15rt: Set shm_open as a non cancellation point (BZ #18243)Adhemerval Zanella4-1/+143
2016-09-15nptl: Fix sem_wait and sem_timedwait cancellation (BZ#18243)Adhemerval Zanella9-52/+82
2016-09-15nptl: Remove sparc sem_waitAdhemerval Zanella3-94/+3
2016-09-15nptl: Set sem_open as a non cancellation point (BZ #15765)Adhemerval Zanella4-5/+157
2016-09-15nptl: Consolidate sem_open implementationsAdhemerval Zanella4-301/+8
2016-09-15inet: Add __inet6_scopeid_pton function [BZ #20611]Florian Weimer8-46/+257
2016-09-14Remove the ptw-% patternsFlorian Weimer7-19/+38
2016-09-13ldbl-128: Use L(x) macro for long double constantsPaul E. Murphy51-3925/+3983
2016-09-13resolv: Remove _LIBC_REENTRANTFlorian Weimer2-2/+4
2016-09-10Add tests-static to tests in malloc/MakefileSiddhesh Poyarekar2-2/+4
2016-09-10Remove __libc_csu_irel declarationSiddhesh Poyarekar2-3/+4
2016-09-07Add e500 version of fetestexceptflag.Joseph Myers2-0/+28
2016-09-07Add femode_t functions: sparc.Joseph Myers3-0/+67
2016-09-07Add femode_t functions: sh.Joseph Myers3-0/+68
2016-09-07Add femode_t functions: s390.Joseph Myers3-0/+69
2016-09-07Add femode_t functions: powerpc.Joseph Myers7-0/+229
2016-09-07Add femode_t functions: mips.Joseph Myers3-0/+68
2016-09-07Add femode_t functions: m68k.Joseph Myers3-0/+62
2016-09-07Add femode_t functions: ia64.Joseph Myers3-0/+71
2016-09-07Add femode_t functions: hppa.Joseph Myers3-0/+66
2016-09-07Add femode_t functions: arm.Joseph Myers3-0/+77
2016-09-07Add femode_t functions: alpha.Joseph Myers3-0/+80
2016-09-07Add femode_t functions: aarch64.Joseph Myers3-0/+64
2016-09-07Add femode_t functions.Joseph Myers61-5/+978
2016-09-06X86-64: Add _dl_runtime_resolve_avx[512]_{opt|slow} [BZ #20508]H.J. Lu6-3/+190
2016-09-06S390: Support PLT and GOT references in check-localplt.Stefan Liebler2-1/+13
2016-09-06malloc: Automated part of conversion to __libc_lockFlorian Weimer4-60/+69
2016-09-05conform tests: call perl with '-I.'Aurelien Jarno2-3/+9
2016-09-03Set NODELETE flag after checking for NULL pointerAurelien Jarno4-7/+88
2016-09-02NaCl: Fix compile error for __dup after libc_hidden_proto addition.Roland McGrath2-0/+3
2016-09-02Fix generic wait3 after union wait_status removal.Roland McGrath2-1/+4
2016-09-02NaCl: Fix compile error in clock function.Roland McGrath2-1/+5
2016-09-02Inline all support functions for sin and cosSiddhesh Poyarekar2-24/+43
2016-09-02Use do_sin for sin(x) where 0.25 < |x| < 0.855469Siddhesh Poyarekar2-18/+5
2016-09-02Consolidate input partitioning into do_cos and do_sinSiddhesh Poyarekar2-109/+101
2016-09-02vfscanf: Avoid multiple reads of multi-byte character widthFlorian Weimer2-12/+18
2016-09-02vfprintf: Avoid creating a VLA which complicates stack managementFlorian Weimer2-1/+6
2016-09-01Remove unneeded stubs for k_rem_pio2l.Paul E. Murphy8-28/+18