about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Installed-header hygiene (BZ#20366): Simple self-contained fixes.Zack Weinberg2016-09-235-6/+9
* hurd: Fix stack pointer corruption in syscallSamuel Thibault2016-09-221-0/+3
* hurdmalloc: Run fork handler as late as possible [BZ #19431]Samuel Thibault2016-09-221-6/+9
* Add <stdint.h> integer width macros.Joseph Myers2016-09-211-1/+45
* malloc: Manual part of conversion to __libc_lockFlorian Weimer2016-09-212-29/+0
* posix: Correctly block/unblock all signals on Linux posix_spawnAdhemerval Zanella2016-09-201-6/+2
* posix: Correctly enable/disable cancellation on Linux posix_spawnAdhemerval Zanella2016-09-201-2/+4
* Build s_nan* objects from a generic templatePaul E. Murphy2016-09-207-10/+7
* Remove __nan{f,,l} macrosPaul E. Murphy2016-09-202-8/+1
* Make ldexpF generic.Paul E. Murphy2016-09-204-9/+65
* Remove remnants of .og patternsFlorian Weimer2016-09-203-5/+0
* powerpc: Fix POWER9 impliesTulio Magno Quites Machado Filho2016-09-192-2/+1
* hurd: fix fcntl visibilitySamuel Thibault2016-09-181-1/+1
* nptl: Consolidate sem_init implementationsAdhemerval Zanella2016-09-152-86/+0
* rt: Set shm_open as a non cancellation point (BZ #18243)Adhemerval Zanella2016-09-151-0/+7
* nptl: Remove sparc sem_waitAdhemerval Zanella2016-09-152-94/+0
* nptl: Consolidate sem_open implementationsAdhemerval Zanella2016-09-152-301/+0
* inet: Add __inet6_scopeid_pton function [BZ #20611]Florian Weimer2016-09-151-24/+7
* Remove the ptw-% patternsFlorian Weimer2016-09-145-11/+8
* ldbl-128: Use L(x) macro for long double constantsPaul E. Murphy2016-09-1350-3925/+3925
* Add e500 version of fetestexceptflag.Joseph Myers2016-09-071-0/+25
* 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