Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-30 | * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration... | Siddhesh Poyarekar | 3 | -1/+7 | |
* include/rpc/svc.h: ... here. | |||||
2012-11-30 | Update ARM libm-test-ulps. | Joseph Myers | 2 | -8/+432 | |
2012-11-30 | Update MIPS libm-test-ulps. | Joseph Myers | 3 | -50/+1254 | |
2012-11-30 | Fix date in ChangeLog entry | Andreas Schwab | 1 | -1/+1 | |
2012-11-30 | Fix assertion failures in resolver (BZ #13013). | Aurelien Jarno | 3 | -17/+24 | |
[BZ #13013] * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2 depending n and resplen2 to catch cases where answer equals answerp2. | |||||
2012-11-30 | alpha: Add sysdeps/alpha/sotruss-lib.c. | Richard Henderson | 2 | -0/+52 | |
2012-11-30 | Remove powerpc-nofpu fma ulps. | Joseph Myers | 2 | -36/+2 | |
2012-11-30 | Update powerpc-nofpu libm-test-ulps. | Joseph Myers | 2 | -38/+737 | |
2012-11-30 | alpha: Update libm-test-ulps. | Richard Henderson | 2 | -0/+254 | |
2012-11-29 | Warn about unsupported DT_FLAGS_1 flags. | Carlos O'Donell | 2 | -2/+15 | |
The dynamic loader will now warn about unsupported DT_FLAGS_1 flags when run with LD_DEBUG=files or LD_DEBUG=all. | |||||
2012-11-29 | ia64: clock_getcpuclockid.c: drop unused file | Mike Frysinger | 2 | -31/+4 | |
Since we no longer support __ASSUME_POSIX_CPU_TIMERS, the ia64 code no longer needs to override HAS_CPUCLOCK in the common file. Drop the ia64 shim as well. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||||
2012-11-29 | clock_getcpuclockid: delete unused HAS_CPUCLOCK | Mike Frysinger | 2 | -4/+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> | |||||
2012-11-30 | m68k: update libm-test ULPs | Andreas Schwab | 2 | -0/+47 | |
2012-11-29 | Add 64-bit support to MIPS register-dump.h (bug 14893). | Joseph Myers | 4 | -13/+51 | |
2012-11-29 | hppa: Fix ChangeLog format issues. | Carlos O'Donell | 1 | -5/+5 | |
Remove trailing whitespace and canonicalize path names. | |||||
2012-11-29 | Update ChangeLog and NEWS for BZ #14197. | Carlos O'Donell | 2 | -9/+10 | |
2012-11-29 | hppa: Remove socket.h and implement socket_type.h. | Carlos O'Donell | 3 | -444/+58 | |
2012-11-29 | hppa: Cleanup two build warnings for integer to pointers casts. | Carlos O'Donell | 4 | -18/+23 | |
2012-11-29 | Fix a strict-alias warning in tst-inet6_rth. | Roland McGrath | 2 | -5/+13 | |
2012-11-29 | [BZ #13761] | Jeff Law | 3 | -19/+43 | |
* 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. | |||||
2012-11-29 | Mention that __chk_fail is a public ABI in test-strcpy_chk.c | Florian Weimer | 2 | -0/+7 | |
* debug/test-strcpy_chk.c: Mention __chk_fail ABI test. | |||||
2012-11-29 | tile: remove redundant defines of libc_fetestexcept, etc. in s_fmaf.c | Chris Metcalf | 2 | -4/+5 | |
2012-11-29 | hppa: Add BZ#14447 to NEWS and ChangeLog.hppa. | Carlos O'Donell | 2 | -8/+9 | |
2012-11-29 | aarch64: Use FLAG_AARCH64_LIB64 ldconfig cache tag. | Marcus Shawcroft | 2 | -0/+49 | |
Use the new FLAG_AARCH64_LIB64 ldconfig cache tag for AArch64, similarly to the way tags are handled for other architectures. Signed-off-by: Steve McIntyre <steve.mcintyre@linaro.org> Reviewed-by: Carlos O'Donell <carlos@systemhalted.org> Signed-off-by: Marcus Shawcroft <marcus.shawcroft@linaro.org> | |||||
2012-11-29 | Fix abmon December entry in ia_FR | Nik Kalach | 2 | -1/+3 | |
* locales/ia_FR (abmon): Fix December. | |||||
2012-11-29 | Add Interlingua locale | Nik Kalach | 4 | -3/+150 | |
[BZ#14879] * locales/ia_FR : New file * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry. | |||||
2012-11-28 | Update sparc ULPs for recently added pow tests. | David S. Miller | 2 | -0/+29 | |
* sysdeps/sparc/fpu/libm-test-ulps: Update. | |||||
2012-11-28 | Use hex float 64-bit values in ldbl-96 asinl (bug 14803). | Joseph Myers | 3 | -6/+19 | |
2012-11-28 | [BZ #14889] | Jeff Law | 7 | -3/+127 | |
* 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. | |||||
2012-11-28 | Add more NEWS items for 2.17. | Joseph Myers | 1 | -0/+10 | |
2012-11-28 | Properly handle indirect functions in ABI check on powerpc64 | Andreas Schwab | 2 | -1/+6 | |
2012-11-28 | Revert "2012-11-07 Andreas Jaeger <aj@suse.de>" | Andreas Schwab | 3 | -28/+3 | |
This reverts commit 01f34a3bd8c087ca4be0bd24857e454c8d29f20b. The issue has been fixed in the kernel. | |||||
2012-11-28 | Fix powl inaccuracy for x86_64 and x86 (bug 13881). | Joseph Myers | 9 | -74/+334 | |
2012-11-28 | Fix hashtable size calculation when database has exactly one record | Siddhesh Poyarekar | 2 | -3/+13 | |
The hash function needs a hashtable of at least size 3 or greater. | |||||
2012-11-28 | Make fwrite return 0 on EOF | Siddhesh Poyarekar | 5 | -11/+86 | |
2012-11-26 | Cast to __intptr_t before casting pointer to int64 | H.J. Lu | 8 | -13/+67 | |
2012-11-27 | Fix strict-aliasing warnings from unwind-dw2-fde.c. | Joseph Myers | 2 | -9/+26 | |
2012-11-26 | sotruss: fix argument parsing | Andreas Schwab | 2 | -2/+6 | |
2012-11-25 | m68k/cf: fix copying frame in _dl_runtime_profile | Andreas Schwab | 2 | -1/+4 | |
2012-11-25 | m68k: add sotruss-lib.c | Andreas Schwab | 2 | -0/+55 | |
2012-11-24 | Fix C++ header directory detection for non-standard paths. | Adam Conrad | 3 | -12/+15 | |
Stop assuming specific path layouts for C++ headers, and instead use an autodetection method that looks for paths with '/[cg]++' in the g++ include list. | |||||
2012-11-23 | use $(READELF) rather than readelf | Mike Frysinger | 4 | -2/+10 | |
We setup $(READELF) and use it everywhere, so fix the two places that were using readelf directly. Reported-by: Denis M. <god@politeia.in> Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||||
2012-11-23 | Update powerpc libm-test ULPs | Andreas Schwab | 2 | -0/+45 | |
2012-11-22 | Disable some fma tests for ldbl-128ibm. | Joseph Myers | 2 | -0/+13 | |
2012-11-22 | Fix ldbl-128ibm atanl spurious underflows (bug 14871). | Joseph Myers | 4 | -1/+30 | |
2012-11-22 | Mark unwind-dw2-fde-glibc.c variable possibly unused. | Joseph Myers | 2 | -2/+7 | |
2012-11-22 | Fix sign of inexact zero results for ldbl-128ibm fmal. | Joseph Myers | 2 | -1/+11 | |
2012-11-22 | Fix ldbl-128ibm powl spurious underflows. | Joseph Myers | 2 | -1/+10 | |
2012-11-22 | Fix ldbl-128ibm hypotl internal underflows (bug 14869). | Joseph Myers | 4 | -2/+10 | |
2012-11-22 | Fix ldbl-128ibm hypotl inaccuracy for arguments with large ratio (bug 14868). | Joseph Myers | 4 | -2/+9 | |