aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-09-04Add country_car field to LC_ADDRESScjl143-32/+436
2013-09-03Add FSF statement to ayc_PE locale.cjl1-3/+3
2013-09-03Add FSF statement to ayc_PE locale.cjl1-4/+4
2013-09-03Add FSF statement to ayc_PE locale.cjl2-21/+29
2013-09-03Fix lgammaf spurious underflow (bug 15427).Joseph Myers6-4/+176
2013-09-03Add unaligned strcmp.Ondřej Bílka5-2/+231
2013-09-03Update ht_HT localeChris Leonard3-111/+151
2013-09-03 Chris Leonard <cjl@sugarlabs.org> [BZ#15886] * locales/ht_HT: 1.1 revision of ht_HT locale.
2013-09-03Add quz_PE localeChris Leonard4-2/+179
2013-09-03 Chris Leonard <cjl@sugarlabs.org> [BZ#15887] * locales/quz_PE: New locale for quz_PE. * SUPPORTED: Add quz_PE.
2013-09-03Mark success return value as volatile to work around reschedulingSiddhesh Poyarekar3-2/+14
Resolves #15921 The test case nptl/tst-cleanup2 fails on s390x and power6 due to instruction sheduling in gcc. This was reported in gcc: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58034 but it was concluded that gcc is allowed to assume that the first argument to sprintf is a character array - NULL not being a valid character array.
2013-09-02hppa: add fanotify_markMike Frysinger5-0/+16
Another example of all the 64bit arches getting the definition via a common file, but the 32bit ones all adding it by themselves and hppa was missed. I'm not entirely sure about the usage of GLIBC_2.19 symbols here. We'd like to backport this so people can use it, but it means we'd be releasing a glibc-2.17/glibc-2.18 with a GLIBC_2.19 symbol in it. But maybe it won't be a big deal since you'd only get that 2.19 ref if you actually used the symbol ? There hasn't been a glibc release where hppa worked w/out a bunch of patches, so in reality there's only two distros that matter -- Gentoo and Debian. Reported-by: Jeroen Roovers <jer@gentoo.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2013-09-02tst-fanotify: new simple testMike Frysinger3-1/+62
Basic test for the fanotify functions. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2013-09-02Fix spurious jnf underflows (bug 14155).Joseph Myers6-10/+68
2013-09-02Fix typo.Ondřej Bílka2-1/+5
2013-08-30Use sfi_* macros in armv6t2 strlen.Roland McGrath2-9/+16
2013-08-30Make armv6t2 strlen work in ARM mode too.Roland McGrath2-2/+30
2013-08-30Fix then/than typos.Ondřej Bílka18-39/+63
2013-08-30Fix typos.Ondřej Bílka47-45/+107
2013-08-30ARM: Fix clone code when built for Thumb.Will Newton3-3/+9
The mov lr, pc instruction will lose the Thumb bit from the return address so use blx lr instead. ports/ChangeLog.arm: 2013-08-30 Will Newton <will.newton@linaro.org> [BZ #15909] * sysdeps/unix/sysv/linux/arm/clone.S (__clone): Use blx instead of mov lr, pc.
2013-08-30sysdeps/arm/armv6t2/strlen.S: strlen implementation for armv6t2.Will Newton2-0/+145
This implementation of strlen is faster than the armv6 version for all string lengths greater than 1 on a Cortex-A15. ports/ChangeLog.arm: 2013-08-09 Will Newton <will.newton@linaro.org> * sysdeps/arm/armv6t2/strlen.S: New file.
2013-08-30Fix rawmemchr regression on bulldozer.Ondřej Bílka3-109/+5
2013-08-29Fix up ChangeLog formatting.Roland McGrath1-4/+6
2013-08-29Remove aix specific files.Ondřej Bílka10-869/+13
2013-08-29Hurd: Add ESUCCESS error_t value.Thomas Schwinge3-1/+23
2013-08-29Hurd: Use __executable_start symbol instead of _start.Samuel Thibault2-2/+7
_start points to the first instruction, not to the ELF header. __executable_start does point on the ELF header.
2013-08-29Support ELFOSABI_GNU on all GNU systems.Thomas Schwinge3-23/+53
2013-08-29Use ELFOSABI_GNU instead of ELFOSABI_LINUX.Thomas Schwinge6-9/+24
2013-08-29[BZ #15522] strtod ("nan(N)") returning a sNaN in some casesThomas Schwinge10-32/+87
2013-08-29math: Additional type conversion testsThomas Schwinge2-7/+24
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ílka33-75/+118
2013-08-29ARM: Pass dl_hwcap to IFUNC resolver.Carlos O'Donell3-2/+9
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 Poyarekar3-2/+7
2013-08-27[BZ #15897] dlfcn: do not mark dlopen/dlclose as leaf functionsMike Frysinger7-6/+160
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 McGrath2-10/+10
2013-08-27Clean up _res declaration to use __thread unconditionally.Roland McGrath3-16/+13
2013-08-27Cope without sunrpc.Roland McGrath2-2/+11
2013-08-27Don't try to use ioctl unless [FIONREAD].Roland McGrath2-1/+6
2013-08-27Mild decrufting in resolv code.Roland McGrath3-0/+8
2013-08-27True stub __ifreq.Roland McGrath3-57/+87
2013-08-27Clean up __libc_sa_len helper.Roland McGrath6-67/+131
2013-08-27Replace generic bits/socket.h with 4.4 file.Roland McGrath3-373/+126
2013-08-27Flesh out 4.4 bits/socket.h with SOCK_CLOEXEC, SOCK_NONBLOCK.Roland McGrath2-1/+23
2013-08-27Fix missing declaration of LC_CTYPE nonascii-case elementAndreas Schwab6-9/+58
2013-08-27Fix handling LC_CTYPE nonascii-case fallback in i686 SSE4.2 and SSSE3 ↵Andreas Schwab3-0/+32
strcasecmp/strncasecmp
2013-08-26Make stub lxstat64 call xstat64, like stub lxstat calls xstat.Roland McGrath2-10/+5
2013-08-26Use proper #include for xdecrypt declarations.Roland McGrath3-4/+8
2013-08-26Initialize res_hconf in nscdSiddhesh Poyarekar3-1/+11
Fixes BZ #15890.
2013-08-26Fix dependencies for stdlib/tst-tls-atexitAndreas Schwab2-1/+6
2013-08-26Fix indentation in aicache.cSiddhesh Poyarekar2-1/+5
2013-08-25configure: add missing quotes in $build_pt_chown testMike Frysinger3-2/+7
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2013-08-23Fix cexp (NaN + i0) (bug 15532).Joseph Myers6-14/+42