about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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