about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Avoid excess range overflowing results from cosh, sinh, lgamma (bug 18980).Joseph Myers2015-09-187-6/+30
* Since we now inline isinf, isnan and isfinite in math.h, replace uses of __is...Wilco Dijkstra2015-09-1813-196/+5
* Fix several build failures with GCC6 due to unused static variables.Wilco Dijkstra2015-09-188-14/+1
* Use __libc_ptf_call in _longjmp_unwindH.J. Lu2015-09-182-17/+5
* arm: setjmp/longjmp: fix PIC vs SHARED thinkosDavid Lamparter2015-09-182-2/+2
* Use the GCC builtin functions for the non-inlined signbit implementations.Wilco Dijkstra2015-09-185-31/+5
* alpha: drop __ASSUME_FDATASYNCMike Frysinger2015-09-173-52/+0
* Use __pthread_setcancelstate in libc.aH.J. Lu2015-09-173-19/+7
* Reduce number of constants in __finite* (bug 15384).Joseph Myers2015-09-175-5/+5
* Fix tgamma missing underflows (bug 18951).Joseph Myers2015-09-175-0/+25
* Restore sparc64 implementation of semctlAndreas Schwab2015-09-171-0/+54
* Make scalbn set errno (bug 6803).Joseph Myers2015-09-1613-23/+3
* Cache the host port like we cache the task portJustus Winter2015-09-161-0/+1
* Clean up ldbl-128 / ldbl-128ibm expm1l dead code (bug 16415).Joseph Myers2015-09-162-32/+4
* Remove extra va_start/va_end calls (bug 17244)Andreas Schwab2015-09-161-8/+0
* Fix ldbl-128ibm nearbyintl use of signaling comparisons on NaNs (bug 18857).Joseph Myers2015-09-151-1/+3
* Simplify hypotf infinity handling (bug 15918).Joseph Myers2015-09-151-10/+2
* Fix i386 exp10 missing underflows (bug 18966).Joseph Myers2015-09-152-2/+66
* Fix typoSamuel Thibault2015-09-151-1/+1
* Fix i386 exp missing underflows (bug 18961).Joseph Myers2015-09-142-4/+102
* Fix exp2 missing underflows (bug 16521).Joseph Myers2015-09-146-6/+136
* Fix typoSamuel Thibault2015-09-131-1/+1
* linux/getsysstats.c: use sysinfo() instead of parsing /proc/meminfoRasmus Villemoes2015-09-123-59/+57
* Add more random libm test inputs (mainly for ldbl-128).Joseph Myers2015-09-124-106/+126
* NaCl: Do not install <sys/mtio.h>.Roland McGrath2015-09-111-0/+9
* Move bits/atomic.h to atomic-machine.h (bug 14912).Joseph Myers2015-09-1126-35/+77
* Update libm-test-ulps for MIPS.Joseph Myers2015-09-112-182/+182
* Fix ldbl-128/ldbl-128ibm lgamma spurious "invalid", incorrect signgam (bug 18...Joseph Myers2015-09-111-2/+2
* Add more randomly-generated libm tests.Joseph Myers2015-09-112-39/+39
* Fix lgamma (negative) inaccuracy (bug 2542, bug 2543, bug 2558).Joseph Myers2015-09-1018-96/+2631
* To fix BZ #18675, use __fstatvfs64 in __fpathconf.Paul Pluzhnikov2015-09-091-11/+3
* Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2015-09-0831-39/+179
* MIPS: Only use .set mips* assembler directives when necessaryAndrew Bennett2015-09-085-23/+40
* Fix parallel build of before-compile targets.Samuel Thibault2015-09-082-3/+6
* Fix rules generating headers in hurd/ and mach/Samuel Thibault2015-09-062-3/+3
* Check sysheaders when looking for Mach and Hurd headersManolis Ragkousis2015-09-064-0/+36
* BZ#18921: Fix opendir inverted o_directory_works test.Roland McGrath2015-09-041-1/+1
* Rename bits/linkmap.h to linkmap.h (bug 14912).Joseph Myers2015-09-049-0/+4
* Terminate FDE before return trampoline in makecontext for powerpc (bug 18635)Andreas Schwab2015-09-041-0/+6
* powerpc: Fix compiler warning in some syscalls.Carlos Eduardo Seo2015-09-041-1/+1
* Rename bits/stdio-lock.h to stdio-lock.h (bug 14912).Joseph Myers2015-09-046-7/+64
* Rename bits/m68k-vdso.h to m68k-vdso.h (bug 14912).Joseph Myers2015-09-045-4/+4
* Rename bits/libc-tsd.h to libc-tsd.h (bug 14912).Joseph Myers2015-09-034-5/+65
* Add netinet/in.h values from Linux 4.2.Joseph Myers2015-09-011-0/+1
* Add more TCP_* values to netinet/tcp.h.Joseph Myers2015-09-011-0/+8
* Fix non-v9 32-bit sparc build.Brett Neumeier2015-08-311-0/+1
* Fix broken overflow check in posix_fallocate [BZ 18873]Paul Eggert2015-08-312-2/+2
* Fix wordsize-32 mmap offset for negative value (BZ#18877)Adhemerval Zanella2015-08-281-4/+4
* Detect and select i586/i686 implementation at run-time fedora/masterH.J. Lu2015-08-276-3/+95
* Add i386 memset and memcpy assembly functionsH.J. Lu2015-08-2715-198/+208