about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* BZ #15055: Use __ieee754_sqrl in acoshl for lbdl-128ibm rsa/2.17_backports_v2Ryan S. Arnold2013-07-251-0/+6
| | | | (backported from e0b780ad5b94209bf99bf498314bc5c160dc2a15)
* Corrected ChangeLog date of __kernel_get_tbfreq fix.Ryan S. Arnold2013-07-251-1/+1
| | | | (cherry picked from commit 90567f30eb334328ae6e2b7901df539f1ba61921)
* PowerPC: Rename __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.Anton Blanchard2013-07-251-0/+22
| | | | | | | | | | | In order for the __kernel_get_tbfreq vDSO call to work the INTERNAL_VSYSCALL_NCS macro needed to be updated to prevent it from assuming an integer return type (since the timebase frequency is a 64-bit value) by specifying the type of the return type as a macro parameter. The macro then specifically declares the return value as a 'register' (or implied pair) of the denoted type. The compiler is then informed that this register (or implied pair) is to be used for the return value. (cherry picked from commit 471a1672d4d55124de4db8273829f96cc14d424a)
* PowerPC: Change sched_getcpu to use vDSO getcpu instead of syscall.Anton Blanchard2013-07-251-0/+7
| | | | (cherry picked from commit d5e0b9bd6e296f3ec5263fa296d39f3fed9b8fa2)
* Backport fixes for BZ #15006 from master.Wilhelm Eger2013-05-221-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | Resolved backport request BZ #15122. Assume all unmarked objects are compatible with all ABI variants. Such objects may have been generated in a transitional period when ABI tags were not added to all objects. --- 2013-02-08 Carlos O'Donell <carlos@redhat.com> [BZ #15006] * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF. * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support. ports/ 2013-02-08 Carlos O'Donell <carlos@redhat.com> [BZ #15006] * sysdeps/unix/sysv/linux/arm/dl-cache.h [__ARM_PCS_VFP] (_dl_cache_check_flags): Allow plain FLAG_ELF_LIBC6. [!__ARM_PCS_VFP] (_dl_cache_check_flags): Likewise. * sysdeps/unix/sysv/linux/arm/readelflib.c (process_elf_file): Set FLAG_ARM_LIBSF for soft-float ABI otherwise just FLAG_ELF_LIBC6.
* Update German translations.David S. Miller2013-03-301-0/+4
| | | | * po/de.po: Update from translation team.
* Update German translations.David S. Miller2013-01-311-0/+4
| | | | * po/de.po: Update from translation team.
* Add MSG_FASTOPENAndreas Jaeger2013-01-111-0/+6
| | | | | | | [BZ #15003] * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New value. Sync with Linux 3.7. (cherry picked from commit c6fe55cf6089fc5cf1cea15fc7e1c9a8b90d9fda)
* Sync netinet/tcp.h with upstream Linux kernel.David S. Miller2013-01-091-0/+15
| | | | | | | | | | | | | | | [BZ# 15003] * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS, TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT, TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS, TCP_FASTOPEN): Define. (tcp_repair_opt): New structure. (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New enum values. (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE, TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN, TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define. (tcp_cookie_transactions): New structure.
* Add new defines from Linux 3.7 to <netinet/tcp.h>Andreas Jaeger2013-01-091-0/+5
|
* Update Catalan translations.David S. Miller2013-01-011-0/+1
| | | | * po/ca.po: Update from translation team.
* Update French translation.David S. Miller2013-01-011-0/+4
| | | | * po/fr.po: Update from translation team.
* Update Croatian translations.David S. Miller2012-12-211-0/+4
| | | | * po/hr.po: Update from translation team.
* S/390: Update libm-test-ulps.Andreas Krebbel2012-12-211-0/+4
|
* Remove trailing space.Steve Ellcey2012-12-191-1/+1
|
* 2012-12-19 Steve Ellcey <sellcey@mips.com>Steve Ellcey2012-12-191-0/+4
| | | | * NEWS: Mention new memcpy for MIPS.
* Fix AArch64 typo.Marcus Shawcroft2012-12-181-0/+4
|
* Update Russian translations.David S. Miller2012-12-151-0/+4
| | | | * po/ru.po: Update from translation team.
* Mention IFUNC enhancements to testsuite in NEWS.David S. Miller2012-12-131-0/+2
| | | | * NEWS: Mention IFUNC testsuite enhancements.
* Update Polish and Bulgarian translations.David S. Miller2012-12-131-0/+3
| | | | | * po/pl.po: Update from translation team. * po/bg.po: Likewise.
* Update manual/contrib.texiDavid S. Miller2012-12-131-0/+5
| | | | | * manual/contrib.texi (Contributors): Update entries for Hongjiu Lu and Joseph S. Myers. Add entry for Marcus Shawcroft.
* Update Swedish translations.David S. Miller2012-12-121-0/+2
| | | | * po/sv.po: Update from translation team.
* Update Vietnamese translations.David S. Miller2012-12-121-0/+2
| | | | * po/vi.po: Update from translation team.
* Update Czech PO file.David S. Miller2012-12-111-0/+2
| | | | * po/cs.po: Update from translation team.
* Update German, Dutch, and Esperanto translations.David S. Miller2012-12-111-0/+6
| | | | | | * po/de.po: Update from translation team. * po/eo.po: Likewise. * po/nl.po: Likewise.
* Move node Argp Helper Functions to follow Argp Parsing StateSiddhesh Poyarekar2012-12-111-0/+4
| | | | Resolves BZ #14246.
* Mention if terminating null is included in NAME_MAX/PATH_MAXSiddhesh Poyarekar2012-12-111-0/+6
| | | | Fixes BZ #14872.
* Update cs translationsAndreas Jaeger2012-12-101-0/+4
|
* Mark BZ#10114 as fixed.Richard Henderson2012-12-101-0/+1
|
* Fix some build warnings on s390xSiddhesh Poyarekar2012-12-081-0/+9
|
* Minor ChangeLog formatting fixSiddhesh Poyarekar2012-12-081-1/+1
|
* BZ #14833: message.texi typo fixesBenno Schulenberg2012-12-081-0/+6
|
* [BZ #14898]Andreas Schwab2012-12-071-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. Miller2012-12-071-0/+4
| | | | * po/libc.pot: Update.
* soft-fp: Fix used without set warning in _FP_MUL and _FP_DIVRichard Henderson2012-12-071-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_64Mike Frysinger2012-12-061-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_GETCWChris Metcalf2012-12-061-0/+7
|
* Change sources.redhat.com references to sourceware.org.Joseph Myers2012-12-061-0/+4
|
* Fix the order of my ChangeLog entriesSiddhesh Poyarekar2012-12-061-3/+3
|
* Fix "set but not used" warnings for powerpc64Siddhesh Poyarekar2012-12-061-0/+3
|
* Add newline to last test in stdio-common/tst-put-error.cSiddhesh Poyarekar2012-12-061-0/+5
| | | | | The newline ensures that the buffer is flushed and the test executes as expected.
* * sunrpc/etc.rpc (fedfs_admin): Add entry.Jeff Law2012-12-051-0/+4
|
* Ports-related README updates.Joseph Myers2012-12-051-0/+3
|
* Expand LICENSES file.Joseph Myers2012-12-051-0/+2
|
* Fix "set but not used" warnings for X##_s in soft-fp.Joseph Myers2012-12-051-0/+3
|
* Include stdlib.h in sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c.Joseph Myers2012-12-051-0/+2
|
* Increase width of padded output in stdio-common/tst-put-error.Joseph Myers2012-12-051-0/+5
|
* Define _SYS_AUXV_H to 1 not empty in sysdeps/powerpc/sysdep.h.Joseph Myers2012-12-041-0/+2
|
* Fix ldbl-128ibm "set but not used" warnings.Joseph Myers2012-12-041-0/+11
|
* Fix sparc build with older compilers.David S. Miller2012-12-041-0/+4
| | | | * sysdeps/generic/memcopy.h: Add multiple inclusion protection.