aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-29Support ELFOSABI_GNU on all GNU systems.Thomas Schwinge
2013-08-29Use ELFOSABI_GNU instead of ELFOSABI_LINUX.Thomas Schwinge
2013-08-29[BZ #15522] strtod ("nan(N)") returning a sNaN in some casesThomas Schwinge
2013-08-29math: Additional type conversion testsThomas Schwinge
These have helped me find and fix type conversion issues in QEMU's MIPS hardware emulation. While certainly glibc is not the best place for such tests, they're just an enhancement of tests already present.
2013-08-29Fix typos.Ondřej Bílka
2013-08-29ARM: Pass dl_hwcap to IFUNC resolver.Carlos O'Donell
For REL relocs pass dl_hwcap to the IFUNC resolver as is required by the IFUNC API (bug 15905).
2013-08-28Use __glibc_unlikely instead of __builtin_expect (..., 0)Siddhesh Poyarekar
2013-08-27[BZ #15897] dlfcn: do not mark dlopen/dlclose as leaf functionsMike Frysinger
Since the dlopen funcs might invoke a constructor that calls a func that is in the same compilation unit as the caller, we cannot mark them as leaf funcs. Similarly, dlclose might invoke a destructor that calls a func that is in the same compilation unit as the caller. URL: https://sourceware.org/bugzilla/show_bug.cgi?id=15897 Reportedy-by: Fabrice Bauzac <libnoon@gmail.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2013-08-27Clean up h_errno declaration to use __thread unconditionally.Roland McGrath
2013-08-27Clean up _res declaration to use __thread unconditionally.Roland McGrath
2013-08-27Cope without sunrpc.Roland McGrath
2013-08-27Don't try to use ioctl unless [FIONREAD].Roland McGrath
2013-08-27Mild decrufting in resolv code.Roland McGrath
2013-08-27True stub __ifreq.Roland McGrath
2013-08-27Clean up __libc_sa_len helper.Roland McGrath
2013-08-27Replace generic bits/socket.h with 4.4 file.Roland McGrath
2013-08-27Flesh out 4.4 bits/socket.h with SOCK_CLOEXEC, SOCK_NONBLOCK.Roland McGrath
2013-08-27Fix missing declaration of LC_CTYPE nonascii-case elementAndreas Schwab
2013-08-27Fix handling LC_CTYPE nonascii-case fallback in i686 SSE4.2 and SSSE3 ↵Andreas Schwab
strcasecmp/strncasecmp
2013-08-26Make stub lxstat64 call xstat64, like stub lxstat calls xstat.Roland McGrath
2013-08-26Use proper #include for xdecrypt declarations.Roland McGrath
2013-08-26Initialize res_hconf in nscdSiddhesh Poyarekar
Fixes BZ #15890.
2013-08-26Fix dependencies for stdlib/tst-tls-atexitAndreas Schwab
2013-08-26Fix indentation in aicache.cSiddhesh Poyarekar
2013-08-25configure: add missing quotes in $build_pt_chown testMike Frysinger
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2013-08-23Fix cexp (NaN + i0) (bug 15532).Joseph Myers
2013-08-22Add Ukrainian translations.David S. Miller
* po/uk.po: Add Ukrainian translations from translation project.
2013-08-22Update Catalan translations.David S. Miller
* po/ca.po: Update Catalan translation from translation project.
2013-08-22MIPS: Correct the handling of reserved FCSR bitsMaciej W. Rozycki
Reserved bits in the Floating-Point Control and Status Register (FCSR) should not be implicitly cleared by fedisableexcept or feenableexcept, there is no reason to. Among these are the 8 condition codes and one of the two bits reserved for architecture implementers (bits #22 & #21). As to the latter, there is no reason to treat any of them as reserved either, they should be user controllable and settable via __fpu_control override as the user sees fit. For example in processors implemented by MIPS Technologies, such as the 5Kf or the 24Kf, these bits are used to change the treatment of denormalised operands and tiny results: bit #22 is Flush Override (FO) and bit #21 is Flush to Nearest (FN). They cause non-IEEE-compliant behaviour, but some programs may have a use for such modes of operation; the library should not obstruct such use just as it does not for the architectural Flush to Zero (FS) bit (bit #24). Therefore the change adjusts the reserved mask accordingly and also documents the distinction between bits 22:21 and 20:18.
2013-08-21Add bug 15867 to NEWS.Joseph Myers
2013-08-21Fix fdim handling of infinities (bug 15797).Joseph Myers
2013-08-21Fix typos.Ondřej Bílka
2013-08-21i686: Skip SSE4_2 version for strcmp, strncmp, strncase, strcasecmpLiubov Dmitrieva
if bit_Slow_SSE4_2 is set.
2013-08-20PowerPC: fix backtrace to handle signal trampolinesAdhemerval Zanella
This patch fixes backtrace for PPC32 and PPC64 to correctly handle signal trampolines. The 'debug/tst-backtrace6.c' also check for SA_SIGINFO handling, where is triggers another vDSO symbols for PPC32.
2013-08-20Fix cproj handling of (finite, NaN) arguments (bug 15531).Joseph Myers
2013-08-20Include <string.h> in sysdeps/unix/sysv/linux/mmap64.c.Joseph Myers
2013-08-20Use __getpagesize and __ffs in MMAP2_PAGE_SHIFT == -1 case of mmap64.Joseph Myers
2013-08-20Remove trailing blank lines when generating INSTALL.Joseph Myers
2013-08-20 * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):Andreas Krebbel
Align 32 bit compat elf_greg to 8 bytes.
2013-08-20 * elf/setup-vdso.h (setup_vdso): Fix missing string termination.Andreas Arnez
2013-08-20Simplify strcoll implementationSiddhesh Poyarekar
Break up strcoll into simpler functions so that the logic is easier to follow and maintain.
2013-08-17PR 15483Alexandre Oliva
* sysdeps/powerpc/nofpu/sim-full.c: Add FIXME note about the need for thread-specific variables preserved across signal handlers. * sysdeps/powerpc/nofpu/soft-supp.h: Likewise. * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
2013-08-16CVE-2013-4237, BZ #14699: Buffer overflow in readdir_rFlorian Weimer
* sysdeps/posix/dirstream.h (struct __dirstream): Add errcode member. * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode member. * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member. * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit. Return delayed error code. Remove GETDENTS_64BIT_ALIGNED conditional. * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define GETDENTS_64BIT_ALIGNED. * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise. * manual/filesys.texi (Reading/Closing Directory): Document ENAMETOOLONG return value of readdir_r. Recommend readdir more strongly. * manual/conf.texi (Limits for Files): Add portability note to NAME_MAX, PATH_MAX. (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
2013-08-13Fix cbrtl for ldbl-96Andreas Schwab
2013-08-12Open development for 2.19.glibc-2.18.90David S. Miller
* version.h (RELEASE): Set to "development". (VERSION): Set to "2.18.90". * NEWS: Add 2.19 section.
2013-08-10Update version.h and include/features.h for 2.18 release.glibc-2.18David S. Miller
2013-08-06Fix typo in ChangeLogAndreas Schwab
2013-08-03Update Korean translations.David S. Miller
* po/ko.po: Update Korean translation from translation project.
2013-08-01Update manual/contrib.texiDavid S. Miller
* manual/contrib.texi: Update entry for Siddhesh Poyarekar. Add entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej Bilka.
2013-07-30Update French translations.David S. Miller
* po/fr.po: Update French translation from translation project.