Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-17 | Move c++-types baselines to sysdeps directories. | Joseph Myers | 9 | -0/+603 | |
2012-07-17 | Split tls-macros.h into sysdeps directories. | Joseph Myers | 8 | -0/+713 | |
2012-07-17 | SH: makecontext: exit (0) if uc_link is the null pointer. | Thomas Schwinge | 1 | -1/+2 | |
2012-07-17 | x86_64: makecontext: exit (0) if uc_link is the null pointer. | Thomas Schwinge | 1 | -2/+3 | |
2012-07-12 | Fix ynl return value with LDBL_MIN. | Marek Polacek | 1 | -1/+2 | |
2012-07-12 | Remove pre-2.4.1 Linux kernel support. | Joseph Myers | 5 | -73/+26 | |
2012-07-12 | Avoid duplicate DNS requests if answer is longer than a implementation | Jeroen van Bemmel | 1 | -3/+7 | |
limit [BZ #14307] * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of the temporary buffer used to invoke __gethostbyname2_r, __gethostbyaddr_r and gethostbyname4_r to make room for struct host_data / struct gaih_addrtuple. * resolv/nss_dns/dns-host.c (global scope): Move definition of implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to header file nss/nsswitch.h. * nss/nsswitch.h (global scope): Add definition of implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from resolv/nss_dns/dns-host.c). | |||||
2012-07-11 | Fix ctan, ctanh of subnormals in round-upwards mode (bug 14328). | Adhemerval Zanella | 3 | -23/+324 | |
IBM long double fixes and POWER ulps update. | |||||
2012-07-11 | Update sparc ULPs. | David S. Miller | 1 | -0/+449 | |
* sysdeps/sparc/fpu/libm-test-ulps: Update. | |||||
2012-07-10 | Get rid of ASM_GLOBAL_DIRECTIVE. | Marek Polacek | 22 | -162/+162 | |
2012-07-09 | Fix clog, clog10 spurious underflow exceptions (bug 14337). | Joseph Myers | 2 | -0/+284 | |
2012-07-06 | Fix float range reduction problems (#14283) | Andreas Schwab | 1 | -2/+2 | |
2012-07-06 | Fix missing _mcount@GLIBC_2.0 on powerpc32 | Andreas Schwab | 3 | -2/+18 | |
2012-07-06 | Fix tanf underflow close to pi/4 (bug 14154). | Joseph Myers | 2 | -0/+38 | |
2012-07-06 | Fix expm1 spurious underflow exceptions (bug 6778). | Joseph Myers | 6 | -42/+96 | |
2012-07-05 | Fix csqrt underflow (bugs 14157, 14331). | Joseph Myers | 2 | -0/+58 | |
2012-07-04 | Fix ctan, ctanh of subnormals in round-upwards mode (bug 14328). | Joseph Myers | 2 | -0/+552 | |
2012-07-03 | Fix float range reduction problems (bug 14283). | Joseph Myers | 2 | -22/+31 | |
2012-06-25 | Update s390 ULPs file | Andreas Jaeger | 1 | -4/+354 | |
2012-06-23 | SH can do fanotify_mark, too.glibc-2.16-tps | Andreas Schwab | 3 | -0/+6 | |
2012-06-23 | Some missing bits from sysdeps/*/elf dismissal. | Thomas Schwinge | 4 | -107/+4 | |
This fixes up commits 735095ae9566b2b14e8210e5ed44b3d5b51495f1, 09ae94c11b4309b425fbbfaa095e64cac2ae8cb8, and ff962fb6a10c46052535d482c889b3a9e5236637. | |||||
2012-06-23 | SH: Preserve more registers for frame unwinding purposes, add CFI directives. | Thomas Schwinge | 4 | -7/+50 | |
2012-06-23 | SH: Optimize assembler code in context of call to __fortify_fail. | Thomas Schwinge | 2 | -17/+9 | |
__fortify_fail has »__attribute__ ((__noreturn__))«. | |||||
2012-06-23 | SH: ____longjmp_chk for GNU/Linux with sigaltstack support. | Thomas Schwinge | 3 | -0/+130 | |
debug/tst-longjmp_chk2 now passes. | |||||
2012-06-23 | SH: ABORT_INSTRUCTION. | Thomas Schwinge | 2 | -3/+7 | |
2012-06-23 | SH: makecontext/.Lexitcode: Always initialize the GOT register before use. | Thomas Schwinge | 1 | -4/+8 | |
This is only relevant when returning from a context with »uc_link == NULL«, which is not exercised in the testsuite. | |||||
2012-06-23 | SH: makecontext: Fix calculation of ARGC > 4. | Thomas Schwinge | 1 | -1/+1 | |
stdlib/tst-setcontext and stdlib/tst-makecontext3 now pass. | |||||
2012-06-23 | SH: makecontext: Improve understandability. | Thomas Schwinge | 1 | -29/+29 | |
2012-06-23 | Fix gUSA sequence in SH atomic functions in | Kaz Kojima | 1 | -93/+94 | |
sysdeps/unix/sysv/linux/sh/bits/atomic.h. | |||||
2012-06-22 | Respect --localstatedir for /var/db parent directory. | Roland McGrath | 2 | -2/+14 | |
2012-06-21 | Fix wordsize-64 cosh regression (bug 14273). | Joseph Myers | 1 | -0/+1 | |
2012-06-21 | Regenerate sysdeps/mach/configure. | Joseph Myers | 1 | -400/+285 | |
2012-06-21 | Fix a typo in i386 SYSCALL_PIC_SETUP | H.J. Lu | 1 | -1/+1 | |
2012-06-21 | Avoid -Wconversion warning for htons | Andreas Jaeger | 2 | -4/+4 | |
2012-06-18 | Use x86-64 fpu_control.h for i386 and x86_64 | H.J. Lu | 2 | -101/+0 | |
2012-06-18 | Use __volatile__ to access fpu control word | H.J. Lu | 1 | -5/+14 | |
2012-06-15 | Use i386 bits/mathinline.h for i386 and x86_64 | H.J. Lu | 2 | -289/+0 | |
2012-06-15 | Disable x87 inline functions for x86-64 | H.J. Lu | 1 | -126/+128 | |
2012-06-15 | Fix pow (0.0, -Inf) (bug 14241). | Joseph Myers | 1 | -2/+2 | |
2012-06-14 | Use RAX_LP/RDX_LP on SAVE_PTR in x86_64 strtok.S | H.J. Lu | 1 | -9/+8 | |
2012-06-12 | Add SSE math and C++ namespace to i386 bits/mathinline.h | H.J. Lu | 1 | -4/+237 | |
2012-06-12 | Fix a typo in sysdeps/unix/Makefile. | Thomas Schwinge | 1 | -3/+3 | |
2012-06-09 | SH: No FE_UPWARD, FE_DOWNWARD. | Thomas Schwinge | 3 | -11/+9 | |
2012-06-09 | SH: Do not re-write fpscr after reading it. | Thomas Schwinge | 5 | -12/+3 | |
2012-06-09 | SH: refresh *.abilist files. | Kaz Kojima | 4 | -38/+34 | |
2012-06-06 | Use x86_64 fpu/bits/fenv.h for i386 and x86_64 | H.J. Lu | 4 | -137/+2 | |
2012-06-06 | Check __SSE_MATH__ in x86_64 feraiseexcept | H.J. Lu | 1 | -1/+11 | |
2012-06-05 | Fix for wrong ldbl128-ibm fmodl commit | Adhemerval Zanella | 1 | -2/+2 | |
2012-06-05 | Fix spurious undeflow for ldbl-128ibm erfl | Adhemerval Zanella | 1 | -3/+18 | |
For values higher than 25.6283 erflc underflow, so adjust erfl to return a constant value based argument sign. | |||||
2012-06-05 | Fix ldbl128ibm fmodl for subnormals. | Adhemerval Zanella | 2 | -18/+19 | |