about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* ppc: Use libc_ifunc macro for time, gettimeofday.Stefan Liebler2016-10-072-62/+65
* i386, x86: Use libc_ifunc macro for time, gettimeofday.Stefan Liebler2016-10-074-34/+48
* s390: Refactor ifunc resolvers due to false debuginfo.Stefan Liebler2016-10-0730-85/+169
* Use gcc attribute ifunc in libc_ifunc macro instead of inline assembly due to...Stefan Liebler2016-10-0737-222/+338
* Add iseqsig.Joseph Myers2016-10-0630-0/+153
* Update comments for some functions in s_sin.cSiddhesh Poyarekar2016-10-061-22/+17
* Adjust calls to do_sincos_1 and do_sincos_2 in s_sincos.cSiddhesh Poyarekar2016-10-061-4/+4
* Make quadrant shift a boolean in reduce_and_compute in s_sin.cSiddhesh Poyarekar2016-10-061-4/+4
* Check n instead of k1 to decide on sign of sin/cos resultSiddhesh Poyarekar2016-10-061-1/+1
* Make the quadrant shift K a bool in do_sincos_* functionsSiddhesh Poyarekar2016-10-061-19/+19
* powerpc: Regenerate ULPsTulio Magno Quites Machado Filho2016-10-051-55/+55
* powerpc: Installed-header hygieneTulio Magno Quites Machado Filho2016-10-043-9/+11
* S390: Regenerate ULPsStefan Liebler2016-10-041-8/+2
* Add TCP_REPAIR_WINDOW from Linux 4.8.Joseph Myers2016-10-031-0/+11
* Use __builtin_fma more in dbl-64 code.Joseph Myers2016-09-302-8/+4
* Fix ldbl-128ibm iscanonical for -mlong-double-64.Joseph Myers2016-09-301-1/+5
* Add iscanonical.Joseph Myers2016-09-3017-1/+520
* Use copysign instead of ternary for some sin/cos input rangesSiddhesh Poyarekar2016-09-301-13/+13
* Use copysign instead of ternary conditions for positive constantsSiddhesh Poyarekar2016-09-301-19/+19
* consolidate sign checks for slow2Siddhesh Poyarekar2016-09-301-8/+10
* posix: Fix open file action for posix_spawn on LinuxAdhemerval Zanella2016-09-281-0/+8
* linux: spawni.c: simplify error reporting to parentRasmus Villemoes2016-09-281-46/+25
* Minor correction to the "installed header hygiene" patches.Zack Weinberg2016-09-281-2/+2
* Add INTERNAL_SYSCALL_CALLAdhemerval Zanella2016-09-261-18/+55
* Installed header hygiene (BZ#20366): Test of installed headers.Zack Weinberg2016-09-235-2/+19
* Installed-header hygiene (BZ#20366): stack_t.Zack Weinberg2016-09-2330-106/+217
* Installed-header hygiene (BZ#20366): time.h types.Zack Weinberg2016-09-2312-61/+36
* Installed-header hygiene (BZ#20366): conditionally defined structures.Zack Weinberg2016-09-232-0/+6
* Installed-header hygiene (BZ#20366): obsolete BSD u_* types.Zack Weinberg2016-09-2323-259/+254
* 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