about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
...
* Add getpayload, getpayloadf, getpayloadl.Joseph Myers2016-10-1933-0/+307
* Fix Linux fallocate tests for EOPNOTSUPPAdhemerval Zanella2016-10-182-2/+10
* Bug 20689: Fix FMA and AVX2 detection on IntelCarlos O'Donell2016-10-171-10/+14
* Define HIGH_ORDER_BIT_IS_SET_FOR_SNAN to 0 or 1.Joseph Myers2016-10-1722-36/+104
* S390: Fix fp comparison not raising FE_INVALID.Stefan Liebler2016-10-171-0/+36
* hppa: Optimize atomic_compare_and_exchange_val_acqJohn David Anglin2016-10-151-17/+5
* Add totalordermag, totalordermagf, totalordermagl.Joseph Myers2016-10-1537-3/+428
* Fix warnings from latest GCC.steve ellcey-CA Eng-Software2016-10-141-4/+4
* Fix posix_fadvise64 build on mips64n64Adhemerval Zanella2016-10-121-0/+5
* X86: Don't assert on older Intel CPUs [BZ #20647]H.J. Lu2016-10-121-1/+3
* Add totalorder, totalorderf, totalorderl.Joseph Myers2016-10-1239-3/+564
* Consolidate Linux sync_file_range implementationsAdhemerval Zanella2016-10-117-94/+140
* powerpc32: make PLT call in _mcount compatible with -msecure-plt (bug 20554)Alan Modra2016-10-091-3/+24
* Consolidate posix_fadvise implementationsAdhemerval Zanella2016-10-0719-572/+113
* Consolidate posix_fallocate{64} implementationsAdhemerval Zanella2016-10-079-135/+11
* Consolidate fallocate{64} implementationsAdhemerval Zanella2016-10-0711-102/+150
* Use libc_ifunc macro for siglongjmp, longjmp in libpthread.Stefan Liebler2016-10-071-2/+2
* 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