Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some build warnings on s390x | Siddhesh Poyarekar | 2012-12-08 | 1 | -0/+9 |
| | |||||
* | Minor ChangeLog formatting fix | Siddhesh Poyarekar | 2012-12-08 | 1 | -1/+1 |
| | |||||
* | BZ #14833: message.texi typo fixes | Benno Schulenberg | 2012-12-08 | 1 | -0/+6 |
| | |||||
* | [BZ #14898] | Andreas Schwab | 2012-12-07 | 1 | -0/+6 |
| | | | | | * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]: Change to -1. | ||||
* | Update libc.pot in preparation for giving tarball to translation project. | David S. Miller | 2012-12-07 | 1 | -0/+4 |
| | | | | * po/libc.pot: Update. | ||||
* | soft-fp: Fix used without set warning in _FP_MUL and _FP_DIV | Richard Henderson | 2012-12-07 | 1 | -0/+6 |
| | | | | | | | | | | | | | Seen in, e.g. ports/sysdeps/alpha/soft-fp/ots_mul.c. The problem here is we have a switch on the class of X*Y, followed by a switch on the class of R. The exponent field of R really is not set by the first switch for NaN outputs, because we know it's not going to be used. The compiler is not smart enough to see through this. By pulling the exponent computation out of the NORMAL*NORMAL path, we will not be pessimizing the most common case, while still providing an arbitrary value to satisfy the compiler. | ||||
* | linux: posix_fadvise: support __NR_fadvise64_64 | Mike Frysinger | 2012-12-06 | 1 | -0/+6 |
| | | | | | | | | Some arches do not have a __NR_fadvise64 but do have __NR_fadvise64_64. If the former is unavailable, fallback to the latter. Reviewed-by: Carlos O'Donell <carlos@systemhalted.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | Fix warnings from generic _FPU_GETCW | Chris Metcalf | 2012-12-06 | 1 | -0/+7 |
| | |||||
* | Change sources.redhat.com references to sourceware.org. | Joseph Myers | 2012-12-06 | 1 | -0/+4 |
| | |||||
* | Fix the order of my ChangeLog entries | Siddhesh Poyarekar | 2012-12-06 | 1 | -3/+3 |
| | |||||
* | Fix "set but not used" warnings for powerpc64 | Siddhesh Poyarekar | 2012-12-06 | 1 | -0/+3 |
| | |||||
* | Add newline to last test in stdio-common/tst-put-error.c | Siddhesh Poyarekar | 2012-12-06 | 1 | -0/+5 |
| | | | | | The newline ensures that the buffer is flushed and the test executes as expected. | ||||
* | * sunrpc/etc.rpc (fedfs_admin): Add entry. | Jeff Law | 2012-12-05 | 1 | -0/+4 |
| | |||||
* | Ports-related README updates. | Joseph Myers | 2012-12-05 | 1 | -0/+3 |
| | |||||
* | Expand LICENSES file. | Joseph Myers | 2012-12-05 | 1 | -0/+2 |
| | |||||
* | Fix "set but not used" warnings for X##_s in soft-fp. | Joseph Myers | 2012-12-05 | 1 | -0/+3 |
| | |||||
* | Include stdlib.h in sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c. | Joseph Myers | 2012-12-05 | 1 | -0/+2 |
| | |||||
* | Increase width of padded output in stdio-common/tst-put-error. | Joseph Myers | 2012-12-05 | 1 | -0/+5 |
| | |||||
* | Define _SYS_AUXV_H to 1 not empty in sysdeps/powerpc/sysdep.h. | Joseph Myers | 2012-12-04 | 1 | -0/+2 |
| | |||||
* | Fix ldbl-128ibm "set but not used" warnings. | Joseph Myers | 2012-12-04 | 1 | -0/+11 |
| | |||||
* | Fix sparc build with older compilers. | David S. Miller | 2012-12-04 | 1 | -0/+4 |
| | | | | * sysdeps/generic/memcopy.h: Add multiple inclusion protection. | ||||
* | Fix "conflicting types for built-in function" warnings from nldbl-*.c. | Joseph Myers | 2012-12-04 | 1 | -0/+100 |
| | |||||
* | Fix powerpc32 "set but not used" warnings from INTERNAL_SYSCALL_DECL. | Joseph Myers | 2012-12-04 | 1 | -0/+3 |
| | |||||
* | Fix powl inaccuracy for ldbl-128ibm (bug 14914). | Joseph Myers | 2012-12-04 | 1 | -0/+7 |
| | |||||
* | Remove @hsep and @vsep usage from info pages | Allan McRae | 2012-12-04 | 1 | -0/+5 |
| | | | | These cause an error when the info pages are build with texinfo>=4.13.90. | ||||
* | byteswap.h: fix gcc ver test for __builtin_bswap{32,64} | Mike Frysinger | 2012-12-03 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | The __builtin_bswap* functions were introduced in gcc-4.3, not gcc-4.2. Fix the __GNUC_PREREQ tests to reflect this. Otherwise trying to compile code with gcc-4.2 falls down: In file included from /usr/include/endian.h:60, from /usr/include/ctype.h:40, /usr/include/bits/byteswap.h: In function 'unsigned int __bswap_32(unsigned int)': /usr/include/bits/byteswap.h:46: error: '__builtin_bswap32' was not declared in this scope /usr/include/bits/byteswap.h: In function 'long long unsigned int __bswap_64(long long unsigned int)': /usr/include/bits/byteswap.h:110: error: '__builtin_bswap64' was not declared in this scope Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | * time/sys/time.h (settimeofday): Do not mark TV argument | Jeff Law | 2012-12-03 | 1 | -0/+5 |
| | | | | as __nonnull. | ||||
* | [BZ #12724] libio: revert partial POSIX 2008 fclose support | Mike Frysinger | 2012-12-01 | 1 | -0/+7 |
| | | | | | | | | | | | In BZ #12724, partial support for POSIX 2008 fclose behavior was added. Since it isn't entirely conforming to the spec, some applications are known to be breaking in this intermediate state. So revert the partial support until we can get things fully implemented. This reverts commit fcabc0f8b185f9e0a9289720be5ede6c39b3bf21. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | Fix typos in arith.texi. | Joseph Myers | 2012-12-01 | 1 | -0/+5 |
| | |||||
* | Fix type-punning warning in powerpc64 gmon-start. | Roland McGrath | 2012-11-30 | 1 | -0/+5 |
| | |||||
* | * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration... | Siddhesh Poyarekar | 2012-11-30 | 1 | -0/+5 |
| | | | | * include/rpc/svc.h: ... here. | ||||
* | Fix date in ChangeLog entry | Andreas Schwab | 2012-11-30 | 1 | -1/+1 |
| | |||||
* | Fix assertion failures in resolver (BZ #13013). | Aurelien Jarno | 2012-11-30 | 1 | -0/+7 |
| | | | | | | | [BZ #13013] * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2 depending n and resplen2 to catch cases where answer equals answerp2. | ||||
* | Warn about unsupported DT_FLAGS_1 flags. | Carlos O'Donell | 2012-11-29 | 1 | -0/+5 |
| | | | | | The dynamic loader will now warn about unsupported DT_FLAGS_1 flags when run with LD_DEBUG=files or LD_DEBUG=all. | ||||
* | clock_getcpuclockid: delete unused HAS_CPUCLOCK | Mike Frysinger | 2012-11-29 | 1 | -0/+4 |
| | | | | | | | | In commit 26889eacc24cd9f0cb37c5a67beac1a0ba709adf (Remove __ASSUME_POSIX_CPU_TIMERS), all users of HAS_CPUCLOCK were dropped. Punt the fallback definition too. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | Update ChangeLog and NEWS for BZ #14197. | Carlos O'Donell | 2012-11-29 | 1 | -0/+1 |
| | |||||
* | Fix a strict-alias warning in tst-inet6_rth. | Roland McGrath | 2012-11-29 | 1 | -0/+4 |
| | |||||
* | [BZ #13761] | Jeff Law | 2012-11-29 | 1 | -0/+7 |
| | | | | | | * nscd/grpcache.c (cache_addgr): Rename alloca_used to dataset_temporary. Track alloca usage into alloca_used. If dataset is large allocate and release it via malloc/free. | ||||
* | Mention that __chk_fail is a public ABI in test-strcpy_chk.c | Florian Weimer | 2012-11-29 | 1 | -0/+4 |
| | | | | * debug/test-strcpy_chk.c: Mention __chk_fail ABI test. | ||||
* | Update sparc ULPs for recently added pow tests. | David S. Miller | 2012-11-28 | 1 | -0/+4 |
| | | | | * sysdeps/sparc/fpu/libm-test-ulps: Update. | ||||
* | Use hex float 64-bit values in ldbl-96 asinl (bug 14803). | Joseph Myers | 2012-11-28 | 1 | -0/+10 |
| | |||||
* | [BZ #14889] | Jeff Law | 2012-11-28 | 1 | -0/+12 |
| | | | | | | | | | | * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype. * sunrpc/svc.c: Include time.h. (__svc_accept_failed): New function. * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for any reason other than EINTR, call __svc_accept_failed. * sunrpc/svc_udp.c (svcudp_recv): Similarly. * sunrpc/svc_unix.c (rendezvous_request): Similarly. | ||||
* | Properly handle indirect functions in ABI check on powerpc64 | Andreas Schwab | 2012-11-28 | 1 | -0/+5 |
| | |||||
* | Revert "2012-11-07 Andreas Jaeger <aj@suse.de>" | Andreas Schwab | 2012-11-28 | 1 | -8/+0 |
| | | | | | | This reverts commit 01f34a3bd8c087ca4be0bd24857e454c8d29f20b. The issue has been fixed in the kernel. | ||||
* | Fix powl inaccuracy for x86_64 and x86 (bug 13881). | Joseph Myers | 2012-11-28 | 1 | -0/+18 |
| | |||||
* | Fix hashtable size calculation when database has exactly one record | Siddhesh Poyarekar | 2012-11-28 | 1 | -0/+7 |
| | | | | The hash function needs a hashtable of at least size 3 or greater. | ||||
* | Make fwrite return 0 on EOF | Siddhesh Poyarekar | 2012-11-28 | 1 | -0/+8 |
| | |||||
* | Cast to __intptr_t before casting pointer to int64 | H.J. Lu | 2012-11-26 | 1 | -0/+17 |
| | |||||
* | Fix strict-aliasing warnings from unwind-dw2-fde.c. | Joseph Myers | 2012-11-27 | 1 | -0/+8 |
| | |||||
* | sotruss: fix argument parsing | Andreas Schwab | 2012-11-26 | 1 | -0/+4 |
| |