about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Add support for AT_HWCAP2. rsa/hwcap2_v4Ryan S. Arnold2013-06-138-16/+68
* Improve precision of clock() function on LinuxSiddhesh Poyarekar2013-06-131-20/+16
* Fix unsafe compiler optimizationAdhemerval Zanella2013-06-122-1/+8
* Set/restore rounding mode only when neededSiddhesh Poyarekar2013-06-122-14/+214
* Add exception information to math-tests.h and use it in libm-test.inc.Joseph Myers2013-06-111-0/+18
* PowerPC: Merge ports/ dl-procinfo.[ch] with base.Ryan S. Arnold2013-06-112-11/+35
* Fix symbol definitions for __clock_* functionsSiddhesh Poyarekar2013-06-116-14/+15
* Add rounding mode information to math-tests.h and use it in libm-test.inc.Joseph Myers2013-06-101-0/+18
* Avoid trailing whitespace in sysdeps/gnu/errlist.c.Joseph Myers2013-06-082-10/+10
* Use (void) in no-arguments function definitions.Joseph Myers2013-06-0821-27/+27
* Avoid use of "register" as optimization hint.Joseph Myers2013-06-077-16/+16
* Fix leading whitespaces.Ondrej Bilka2013-06-0642-83/+83
* Remove trailing whitespace.Joseph Myers2013-06-05156-800/+800
* Skip modifying exception mask and flags in SET_RESTORE_ROUND_53BITSiddhesh Poyarekar2013-06-051-6/+6
* Link extra-libs consistently with libc and ld.so.Joseph Myers2013-05-312-6/+0
* [BZ #14256]Jeff Law2013-05-301-5/+6
* Avoid crashing in LD_DEBUG when program name is unavailableSiddhesh Poyarekar2013-05-2910-21/+15
* Update powerpc libm-test ULPs.Adhemerval Zanella2013-05-281-0/+37
* _dl_skip_args declaration cleanup.Thomas Schwinge2013-05-261-1/+0
* _dl_non_dynamic_init declaration cleanup.Thomas Schwinge2013-05-261-3/+0
* Fix ldbl-96 hypotl of subnormals (bug 15529).Joseph Myers2013-05-241-1/+1
* Test drem and pow10 in libm-test.inc.Joseph Myers2013-05-242-0/+35
* Use same tests for isfinite/finite, lgamma/gamma.Joseph Myers2013-05-242-0/+28
* PowerPC: Program Priority Register supportAdhemerval Zanella2013-05-241-0/+30
* PowerPC: Add functions for shared resources hints.Edjunior Machado2013-05-231-0/+32
* Update bits/siginfo.h with Linux hwpoison SIGBUS changesEdjunior Barbosa Machado2013-05-223-3/+21
* Don't include expected results in libm-test test names.Joseph Myers2013-05-226-9218/+9218
* Set EAI_SYSTEM only when h_errno is NETDB_INTERNALSiddhesh Poyarekar2013-05-211-2/+10
* Faster memset on x64Ondrej Bilka2013-05-201-1315/+90
* Faster memcpy on x64.Ondrej Bilka2013-05-204-8/+185
* Fix nearbyint scheduling of arithmetic past fesetenv (bug 15490).Joseph Myers2013-05-195-0/+13
* Handle sincos with generic libm-test logic.Joseph Myers2013-05-196-44/+44
* Fix remainder exceptions and directed-rounding results (bugs 15480, 15485).Joseph Myers2013-05-171-0/+1
* PowerPC: fix hypot/hypotf check for -INFAdhemerval Zanella2013-05-172-6/+6
* MIPS: soft-fp NaN representation correctionsMaciej W. Rozycki2013-05-162-0/+2
* Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold2013-05-1631-5/+33
* Use movq for 64-bit operationsPeter Collingbourne2013-05-151-2/+4
* Use x constraints for operands to vfmaddss and vfmaddsdPeter Collingbourne2013-05-152-2/+2
* Update s390/bits/siginfo.hEdjunior Machado2013-05-151-3/+7
* Update Sparc ULPs.David S. Miller2013-05-141-6/+853
* Make _LIB_VERSION a weak symbolSiddhesh Poyarekar2013-05-131-4/+5
* Convert TEST_ff_f tests from code to data.Joseph Myers2013-05-121-0/+4
* Add getgid.c for SHChristian Grönke2013-05-101-0/+1
* Hurd: add ST_NOATIMEPino Toscano2013-05-101-1/+3
* Fix integer overflow in sysdeps/unix/sysv/linux/bits/sched.hAndreas Jaeger2013-05-101-3/+3
* Fix ldbl-128ibm cos range reduction near pi/2 (bug 15359).Joseph Myers2013-05-091-5/+5
* Fix ldbl-128 cos range reduction near pi/2 (bug 15429).Joseph Myers2013-05-091-5/+5
* Update powerpc libm-test ULPsAdhemerval Zanella2013-05-081-6/+440
* Improve tgamma accuracy (bugs 2546, 2560, 5159, 15426).Joseph Myers2013-05-0815-44/+2307
* Declare _dl_skip_args in ldsodefs.h header.Roland McGrath2013-05-071-0/+10