]> git.ipfire.org Git - thirdparty/glibc.git/log
thirdparty/glibc.git
10 years agoFix static-binary lazy FPU context allocation
Maciej W. Rozycki [Mon, 9 Sep 2013 21:36:57 +0000 (22:36 +0100)] 
Fix static-binary lazy FPU context allocation

Long ago static startup did not parse the auxiliary vector and therefore
could not get at any `AT_FPUCW' tag to check whether upon FPU context
allocation the kernel would use a FPU control word setting different to
that provided by the `__fpu_control' variable.  Static startup therefore
always initialized the FPU control word, forcing immediate FPU context
allocation even for binaries that otherwise never used the FPU.

As from GIT commit f8f900ecb9096ec47f5b7bb7626e29223c69061a static
startup supports parsing the auxiliary vector, so now it can avoid
explicit initialization of the FPU control word, just as can dynamic
startup, in the usual case where the setting written to the FPU control
word would be the same as the kernel uses.  This defers FPU context
allocation until the binary itself actually pokes at the FPU.

Note that the `AT_FPUCW' tag is usually absent from the auxiliary vector
in which case _FPU_DEFAULT is assumed to be the kernel default.

10 years agoFix typo in strcoll example
Allan McRae [Mon, 9 Sep 2013 12:54:07 +0000 (22:54 +1000)] 
Fix typo in strcoll example

10 years agoFix memory leak in stdlib/isomac.c
Allan McRae [Mon, 9 Sep 2013 12:52:58 +0000 (22:52 +1000)] 
Fix memory leak in stdlib/isomac.c

10 years agoFix memory leaks in libio on allocation failure
Allan McRae [Mon, 9 Sep 2013 12:50:41 +0000 (22:50 +1000)] 
Fix memory leaks in libio on allocation failure

10 years agoFix nesting of ifdefs in netgroupcache.c
Allan McRae [Mon, 9 Sep 2013 10:23:35 +0000 (20:23 +1000)] 
Fix nesting of ifdefs in netgroupcache.c

Fixes unclosed '{' if HAVE_SENDFILE is defined (BZ #15895).

10 years agomalloc: Add realloc test.
Will Newton [Wed, 7 Aug 2013 18:56:21 +0000 (19:56 +0100)] 
malloc: Add realloc test.

The current tests don't test the functionality of realloc in detail.
Add a new test for realloc that exercises some of the corner cases
that are not otherwise tested.

ChangeLog:

2013-09-09  Will Newton  <will.newton@linaro.org>

* malloc/Makefile: Add tst-realloc to tests.
* malloc/tst-realloc.c: New file.

10 years agoUpdate to latest versions of GPL-2.0 and LGPL-2.1
Allan McRae [Mon, 9 Sep 2013 02:51:29 +0000 (12:51 +1000)] 
Update to latest versions of GPL-2.0 and LGPL-2.1

Pull copies of these files directly from the GNU website:
  http://www.gnu.org/licenses/gpl-2.0.txt
  http://www.gnu.org/licenses/lgpl-2.1.txt

Fixes the address of the Free Software Foundation (BZ #15844). Also
includes some minor formatting changes and corrects references to
the GNU "Library" General Public License.

10 years agoMention --disable-versioning removal in NEWS.
Joseph Myers [Sat, 7 Sep 2013 15:58:42 +0000 (15:58 +0000)] 
Mention --disable-versioning removal in NEWS.

10 years agoUpdate Chinese (traditional) translations.
David S. Miller [Fri, 6 Sep 2013 19:25:54 +0000 (15:25 -0400)] 
Update Chinese (traditional) translations.

* po/zh_TW.po: Update Chinese (traditional) translation from
translation project.

10 years agoMake localedef output generation use more logical interfaces.
Richard Sandiford [Fri, 6 Sep 2013 17:20:45 +0000 (17:20 +0000)] 
Make localedef output generation use more logical interfaces.

10 years agoFix trailing whitespace
Chris Leonard [Fri, 6 Sep 2013 15:55:30 +0000 (11:55 -0400)] 
Fix trailing whitespace

10 years agoChangeLog entry for Deduplicate country_car.
Chris Leonard [Fri, 6 Sep 2013 15:47:05 +0000 (11:47 -0400)] 
ChangeLog entry for Deduplicate country_car.

10 years ago Deduplicate country_car.
Chris Leonard [Fri, 6 Sep 2013 15:31:02 +0000 (11:31 -0400)] 
 Deduplicate country_car.

10 years agobenchtests: Add memrchr benchmark
Adhemerval Zanella [Thu, 29 Aug 2013 18:38:51 +0000 (15:38 -0300)] 
benchtests: Add memrchr benchmark

10 years agobenchtests/Makefile: Run benchmark for memcpy.
Will Newton [Wed, 4 Sep 2013 08:11:58 +0000 (09:11 +0100)] 
benchtests/Makefile: Run benchmark for memcpy.

The benchmark for memcpy got disabled accidentally. Re-enable it.

ChangeLog:

2013-09-06   Will Newton  <will.newton@linaro.org>

* benchtests/Makefile (string-bench): Add memcpy.

10 years agoCoordinate IPv6 definitions for Linux and glibc
Carlos O'Donell [Fri, 6 Sep 2013 05:02:30 +0000 (01:02 -0400)] 
Coordinate IPv6 definitions for Linux and glibc

This change synchronizes the glibc headers with the Linux kernel
headers and arranges to coordinate the definition of structures
already defined the Linux kernel UAPI headers.

It is now safe to include glibc's netinet/in.h or Linux's linux/in6.h
in any order in a userspace application and you will get the same
ABI. The ABI is guaranteed by UAPI and glibc.

10 years agoPowerPC: fix POWER7 memrchr for some large inputs
Adhemerval Zanella [Thu, 5 Sep 2013 14:32:56 +0000 (09:32 -0500)] 
PowerPC: fix POWER7 memrchr for some large inputs

10 years agoAdd memrchr testcase
Adhemerval Zanella [Thu, 29 Aug 2013 18:28:00 +0000 (15:28 -0300)] 
Add memrchr testcase

10 years agotst-fanotify: skip when we get back EPERM
Mike Frysinger [Thu, 5 Sep 2013 07:02:46 +0000 (03:02 -0400)] 
tst-fanotify: skip when we get back EPERM

Since fanotify_init requires CAP_SYS_ADMIN in order to work (which usually
means running as root), we need to handle that error case too.

Reported-by: Andreas Jaeger <aj@suse.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10 years agoDefine MMAP2_PAGE_SHIFT to -1 for m68k.
Joseph Myers [Wed, 4 Sep 2013 20:50:20 +0000 (20:50 +0000)] 
Define MMAP2_PAGE_SHIFT to -1 for m68k.

10 years agoconformtest: Fix namespace testing.
Joseph Myers [Wed, 4 Sep 2013 20:47:21 +0000 (20:47 +0000)] 
conformtest: Fix namespace testing.

10 years agoUpdate iso-1427.def and related occurrences.
Chris Leonard [Wed, 4 Sep 2013 15:45:05 +0000 (11:45 -0400)] 
Update iso-1427.def and related occurrences.

10 years agoUpdate iso-1427.def and related occurrences.
Chris Leonard [Wed, 4 Sep 2013 15:42:53 +0000 (11:42 -0400)] 
Update iso-1427.def and related occurrences.

10 years agoRemove --disable-versioning.
Joseph Myers [Wed, 4 Sep 2013 15:25:42 +0000 (15:25 +0000)] 
Remove --disable-versioning.

10 years agobenchtests: Switch string benchmarks to use bench-timing.h.
Will Newton [Mon, 2 Sep 2013 13:13:50 +0000 (14:13 +0100)] 
benchtests: Switch string benchmarks to use bench-timing.h.

Switch the string benchmarks to using bench-timing.h instead
of hp-timing.h directly. This allows the string benchmarks to
be run usefully on architectures such as ARM that do not have
support for hp-timing.h.

In order to do this the tests have been changed from timing each
individual call and picking the lowest execution time recorded to
timing a number of calls and taking the mean execution time.

ChangeLog:

2013-09-04   Will Newton  <will.newton@linaro.org>

* benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
* benchtests/bench-string.h: Include bench-timing.h instead
of including hp-timing.h directly. (INNER_LOOP_ITERS): New
define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
call to HP_TIMING_DIFF_INIT.
* benchtests/bench-memccpy.c: Use bench-timing.h macros
instead of hp-timing.h macros.
* benchtests/bench-memchr.c: Likewise.
* benchtests/bench-memcmp.c: Likewise.
* benchtests/bench-memcpy.c: Likewise.
* benchtests/bench-memmem.c: Likewise.
* benchtests/bench-memmove.c: Likewise.
* benchtests/bench-memset.c: Likewise.
* benchtests/bench-rawmemchr.c: Likewise.
* benchtests/bench-strcasecmp.c: Likewise.
* benchtests/bench-strcasestr.c: Likewise.
* benchtests/bench-strcat.c: Likewise.
* benchtests/bench-strchr.c: Likewise.
* benchtests/bench-strcmp.c: Likewise.
* benchtests/bench-strcpy.c: Likewise.
* benchtests/bench-strcpy_chk.c: Likewise.
* benchtests/bench-strlen.c: Likewise.
* benchtests/bench-strncasecmp.c: Likewise.
* benchtests/bench-strncat.c: Likewise.
* benchtests/bench-strncmp.c: Likewise.
* benchtests/bench-strncpy.c: Likewise.
* benchtests/bench-strnlen.c: Likewise.
* benchtests/bench-strpbrk.c: Likewise.
* benchtests/bench-strrchr.c: Likewise.
* benchtests/bench-strspn.c: Likewise.
* benchtests/bench-strstr.c: Likewise.

10 years agobenchtests/Makefile: Use LDLIBS instead of LDFLAGS.
Will Newton [Mon, 2 Sep 2013 13:00:45 +0000 (14:00 +0100)] 
benchtests/Makefile: Use LDLIBS instead of LDFLAGS.

LDFLAGS puts the library too early in the command line if --as-needed
is being used. Use LDLIBS instead.

ChangeLog:

2013-09-04  Will Newton  <will.newton@linaro.org>

* benchtests/Makefile: Use LDLIBS instead of LDFLAGS.

10 years agoAdd country_car field to LC_ADDRESS
cjl [Wed, 4 Sep 2013 14:26:16 +0000 (10:26 -0400)] 
Add country_car field to LC_ADDRESS

10 years agoAdd country_car field to LC_ADDRESS
cjl [Wed, 4 Sep 2013 14:23:58 +0000 (10:23 -0400)] 
Add country_car field to LC_ADDRESS

10 years agoAdd country_car field to LC_ADDRESS
cjl [Wed, 4 Sep 2013 13:20:48 +0000 (09:20 -0400)] 
Add country_car field to LC_ADDRESS

10 years agoAdd FSF statement to ayc_PE locale.
cjl [Wed, 4 Sep 2013 00:38:23 +0000 (20:38 -0400)] 
Add FSF statement to ayc_PE locale.

10 years agoAdd FSF statement to ayc_PE locale.
cjl [Wed, 4 Sep 2013 00:34:50 +0000 (20:34 -0400)] 
Add FSF statement to ayc_PE locale.

10 years agoAdd FSF statement to ayc_PE locale.
cjl [Wed, 4 Sep 2013 00:29:44 +0000 (20:29 -0400)] 
Add FSF statement to ayc_PE locale.

10 years agoFix lgammaf spurious underflow (bug 15427).
Joseph Myers [Tue, 3 Sep 2013 15:32:54 +0000 (15:32 +0000)] 
Fix lgammaf spurious underflow (bug 15427).

10 years agoAdd unaligned strcmp.
Ondřej Bílka [Tue, 3 Sep 2013 14:21:38 +0000 (16:21 +0200)] 
Add unaligned strcmp.

10 years agoUpdate ht_HT locale
Chris Leonard [Tue, 3 Sep 2013 12:51:35 +0000 (14:51 +0200)] 
Update ht_HT locale

2013-09-03  Chris Leonard  <cjl@sugarlabs.org>

[BZ#15886]
* locales/ht_HT: 1.1 revision of ht_HT locale.

10 years agoAdd quz_PE locale
Chris Leonard [Tue, 3 Sep 2013 09:06:28 +0000 (11:06 +0200)] 
Add quz_PE locale

2013-09-03  Chris Leonard  <cjl@sugarlabs.org>

[BZ#15887]
* locales/quz_PE: New locale for quz_PE.
* SUPPORTED: Add quz_PE.

10 years agoMark success return value as volatile to work around rescheduling
Siddhesh Poyarekar [Tue, 3 Sep 2013 03:59:01 +0000 (09:29 +0530)] 
Mark success return value as volatile to work around rescheduling

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.

10 years agohppa: add fanotify_mark
Mike Frysinger [Tue, 3 Sep 2013 03:13:57 +0000 (23:13 -0400)] 
hppa: add fanotify_mark

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>
10 years agotst-fanotify: new simple test
Mike Frysinger [Wed, 21 Aug 2013 15:59:01 +0000 (11:59 -0400)] 
tst-fanotify: new simple test

Basic test for the fanotify functions.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10 years agoFix spurious jnf underflows (bug 14155).
Joseph Myers [Mon, 2 Sep 2013 14:51:24 +0000 (14:51 +0000)] 
Fix spurious jnf underflows (bug 14155).

10 years agoFix typo.
Ondřej Bílka [Mon, 2 Sep 2013 09:24:36 +0000 (11:24 +0200)] 
Fix typo.

10 years agoUse sfi_* macros in armv6t2 strlen.
Roland McGrath [Fri, 30 Aug 2013 18:16:52 +0000 (11:16 -0700)] 
Use sfi_* macros in armv6t2 strlen.

10 years agoMake armv6t2 strlen work in ARM mode too.
Roland McGrath [Fri, 30 Aug 2013 17:43:39 +0000 (10:43 -0700)] 
Make armv6t2 strlen work in ARM mode too.

10 years agoFix then/than typos.
Ondřej Bílka [Fri, 30 Aug 2013 16:09:30 +0000 (18:09 +0200)] 
Fix then/than typos.

10 years agoFix typos.
Ondřej Bílka [Fri, 30 Aug 2013 12:32:07 +0000 (14:32 +0200)] 
Fix typos.

10 years agoARM: Fix clone code when built for Thumb.
Will Newton [Thu, 29 Aug 2013 19:10:26 +0000 (20:10 +0100)] 
ARM: Fix clone code when built for Thumb.

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.

10 years agosysdeps/arm/armv6t2/strlen.S: strlen implementation for armv6t2.
Will Newton [Fri, 9 Aug 2013 08:36:41 +0000 (09:36 +0100)] 
sysdeps/arm/armv6t2/strlen.S: strlen implementation for armv6t2.

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.

10 years agoFix rawmemchr regression on bulldozer.
Ondřej Bílka [Fri, 30 Aug 2013 08:14:37 +0000 (10:14 +0200)] 
Fix rawmemchr regression on bulldozer.

10 years agoFix up ChangeLog formatting.
Roland McGrath [Thu, 29 Aug 2013 21:15:45 +0000 (14:15 -0700)] 
Fix up ChangeLog formatting.

10 years agoRemove aix specific files.
Ondřej Bílka [Thu, 29 Aug 2013 16:10:58 +0000 (18:10 +0200)] 
Remove aix specific files.

10 years agoHurd: Add ESUCCESS error_t value.
Thomas Schwinge [Thu, 29 Aug 2013 10:06:14 +0000 (12:06 +0200)] 
Hurd: Add ESUCCESS error_t value.

10 years agoHurd: Use __executable_start symbol instead of _start.
Samuel Thibault [Sun, 24 Jun 2007 15:45:35 +0000 (17:45 +0200)] 
Hurd: Use __executable_start symbol instead of _start.

_start points to the first instruction, not to the ELF header.
__executable_start does point on the ELF header.

10 years agoSupport ELFOSABI_GNU on all GNU systems.
Thomas Schwinge [Sun, 26 May 2013 18:59:55 +0000 (20:59 +0200)] 
Support ELFOSABI_GNU on all GNU systems.

10 years agoUse ELFOSABI_GNU instead of ELFOSABI_LINUX.
Thomas Schwinge [Sun, 26 May 2013 18:58:06 +0000 (20:58 +0200)] 
Use ELFOSABI_GNU instead of ELFOSABI_LINUX.

10 years ago[BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
Thomas Schwinge [Thu, 23 May 2013 16:00:10 +0000 (18:00 +0200)] 
[BZ #15522] strtod ("nan(N)") returning a sNaN in some cases

10 years agomath: Additional type conversion tests
Thomas Schwinge [Thu, 23 May 2013 15:31:42 +0000 (17:31 +0200)] 
math: Additional type conversion tests

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.

10 years agoFix typos.
Ondřej Bílka [Thu, 29 Aug 2013 07:08:54 +0000 (09:08 +0200)] 
Fix typos.

10 years agoARM: Pass dl_hwcap to IFUNC resolver.
Carlos O'Donell [Thu, 29 Aug 2013 04:17:33 +0000 (00:17 -0400)] 
ARM: Pass dl_hwcap to IFUNC resolver.

For REL relocs pass dl_hwcap to the IFUNC resolver
as is required by the IFUNC API (bug 15905).

10 years agoUse __glibc_unlikely instead of __builtin_expect (..., 0)
Siddhesh Poyarekar [Wed, 28 Aug 2013 04:14:19 +0000 (09:44 +0530)] 
Use __glibc_unlikely instead of __builtin_expect (..., 0)

10 years ago[BZ #15897] dlfcn: do not mark dlopen/dlclose as leaf functions
Mike Frysinger [Mon, 26 Aug 2013 04:21:26 +0000 (00:21 -0400)] 
[BZ #15897] dlfcn: do not mark dlopen/dlclose as leaf functions

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>
10 years agoClean up h_errno declaration to use __thread unconditionally.
Roland McGrath [Tue, 27 Aug 2013 18:09:33 +0000 (11:09 -0700)] 
Clean up h_errno declaration to use __thread unconditionally.

10 years agoClean up _res declaration to use __thread unconditionally.
Roland McGrath [Tue, 27 Aug 2013 18:04:46 +0000 (11:04 -0700)] 
Clean up _res declaration to use __thread unconditionally.

10 years agoCope without sunrpc.
Roland McGrath [Tue, 27 Aug 2013 17:59:57 +0000 (10:59 -0700)] 
Cope without sunrpc.

10 years agoDon't try to use ioctl unless [FIONREAD].
Roland McGrath [Tue, 27 Aug 2013 17:50:06 +0000 (10:50 -0700)] 
Don't try to use ioctl unless [FIONREAD].

10 years agoMild decrufting in resolv code.
Roland McGrath [Tue, 27 Aug 2013 17:49:36 +0000 (10:49 -0700)] 
Mild decrufting in resolv code.

10 years agoTrue stub __ifreq.
Roland McGrath [Tue, 27 Aug 2013 17:42:52 +0000 (10:42 -0700)] 
True stub __ifreq.

10 years agoClean up __libc_sa_len helper.
Roland McGrath [Tue, 27 Aug 2013 17:34:16 +0000 (10:34 -0700)] 
Clean up __libc_sa_len helper.

10 years agoReplace generic bits/socket.h with 4.4 file.
Roland McGrath [Tue, 27 Aug 2013 17:33:15 +0000 (10:33 -0700)] 
Replace generic bits/socket.h with 4.4 file.

10 years agoFlesh out 4.4 bits/socket.h with SOCK_CLOEXEC, SOCK_NONBLOCK.
Roland McGrath [Tue, 27 Aug 2013 17:32:30 +0000 (10:32 -0700)] 
Flesh out 4.4 bits/socket.h with SOCK_CLOEXEC, SOCK_NONBLOCK.

10 years agoFix missing declaration of LC_CTYPE nonascii-case element
Andreas Schwab [Wed, 17 Jul 2013 08:26:58 +0000 (10:26 +0200)] 
Fix missing declaration of LC_CTYPE nonascii-case element

10 years agoFix handling LC_CTYPE nonascii-case fallback in i686 SSE4.2 and SSSE3 strcasecmp...
Andreas Schwab [Mon, 29 Jul 2013 12:58:41 +0000 (14:58 +0200)] 
Fix handling LC_CTYPE nonascii-case fallback in i686 SSE4.2 and SSSE3 strcasecmp/strncasecmp

10 years agoMake stub lxstat64 call xstat64, like stub lxstat calls xstat.
Roland McGrath [Mon, 26 Aug 2013 22:11:47 +0000 (15:11 -0700)] 
Make stub lxstat64 call xstat64, like stub lxstat calls xstat.

10 years agoUse proper #include for xdecrypt declarations.
Roland McGrath [Mon, 26 Aug 2013 22:04:02 +0000 (15:04 -0700)] 
Use proper #include for xdecrypt declarations.

10 years agoInitialize res_hconf in nscd
Siddhesh Poyarekar [Mon, 26 Aug 2013 10:12:29 +0000 (15:42 +0530)] 
Initialize res_hconf in nscd

Fixes BZ #15890.

10 years agoFix dependencies for stdlib/tst-tls-atexit
Andreas Schwab [Wed, 21 Aug 2013 08:19:01 +0000 (10:19 +0200)] 
Fix dependencies for stdlib/tst-tls-atexit

10 years agoFix indentation in aicache.c
Siddhesh Poyarekar [Mon, 26 Aug 2013 05:23:02 +0000 (10:53 +0530)] 
Fix indentation in aicache.c

10 years agoconfigure: add missing quotes in $build_pt_chown test
Mike Frysinger [Sun, 25 Aug 2013 20:01:52 +0000 (16:01 -0400)] 
configure: add missing quotes in $build_pt_chown test

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10 years agoFix cexp (NaN + i0) (bug 15532).
Joseph Myers [Fri, 23 Aug 2013 19:45:38 +0000 (19:45 +0000)] 
Fix cexp (NaN + i0) (bug 15532).

10 years agoAdd Ukrainian translations.
David S. Miller [Thu, 22 Aug 2013 23:35:51 +0000 (16:35 -0700)] 
Add Ukrainian translations.

* po/uk.po: Add Ukrainian translations from translation project.

10 years agoUpdate Catalan translations.
David S. Miller [Thu, 22 Aug 2013 23:30:34 +0000 (16:30 -0700)] 
Update Catalan translations.

* po/ca.po: Update Catalan translation from translation project.

10 years agoMIPS: Correct the handling of reserved FCSR bits
Maciej W. Rozycki [Thu, 22 Aug 2013 16:50:20 +0000 (17:50 +0100)] 
MIPS: Correct the handling of reserved FCSR bits

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.

10 years agoAdd bug 15867 to NEWS.
Joseph Myers [Wed, 21 Aug 2013 19:58:42 +0000 (19:58 +0000)] 
Add bug 15867 to NEWS.

10 years agoFix fdim handling of infinities (bug 15797).
Joseph Myers [Wed, 21 Aug 2013 19:56:48 +0000 (19:56 +0000)] 
Fix fdim handling of infinities (bug 15797).

10 years agoFix typos.
Ondřej Bílka [Wed, 21 Aug 2013 17:48:48 +0000 (19:48 +0200)] 
Fix typos.

10 years agoi686: Skip SSE4_2 version for strcmp, strncmp, strncase, strcasecmp
Liubov Dmitrieva [Wed, 21 Aug 2013 14:24:44 +0000 (18:24 +0400)] 
i686: Skip SSE4_2 version for strcmp, strncmp, strncase, strcasecmp
if bit_Slow_SSE4_2 is set.

10 years agoPowerPC: fix backtrace to handle signal trampolines
Adhemerval Zanella [Tue, 20 Aug 2013 20:01:59 +0000 (15:01 -0500)] 
PowerPC: fix backtrace to handle signal trampolines

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.

10 years agoFix cproj handling of (finite, NaN) arguments (bug 15531).
Joseph Myers [Tue, 20 Aug 2013 19:41:15 +0000 (19:41 +0000)] 
Fix cproj handling of (finite, NaN) arguments (bug 15531).

10 years agoInclude <string.h> in sysdeps/unix/sysv/linux/mmap64.c.
Joseph Myers [Tue, 20 Aug 2013 19:38:23 +0000 (19:38 +0000)] 
Include <string.h> in sysdeps/unix/sysv/linux/mmap64.c.

10 years agoUse __getpagesize and __ffs in MMAP2_PAGE_SHIFT == -1 case of mmap64.
Joseph Myers [Tue, 20 Aug 2013 16:43:59 +0000 (16:43 +0000)] 
Use __getpagesize and __ffs in MMAP2_PAGE_SHIFT == -1 case of mmap64.

10 years agoRemove trailing blank lines when generating INSTALL.
Joseph Myers [Tue, 20 Aug 2013 16:41:25 +0000 (16:41 +0000)] 
Remove trailing blank lines when generating INSTALL.

10 years ago * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
Andreas Krebbel [Tue, 20 Aug 2013 12:13:59 +0000 (14:13 +0200)] 
* sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
Align 32 bit compat elf_greg to 8 bytes.

10 years ago * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
Andreas Arnez [Tue, 20 Aug 2013 12:03:04 +0000 (14:03 +0200)] 
* elf/setup-vdso.h (setup_vdso): Fix missing string termination.

10 years agoSimplify strcoll implementation
Siddhesh Poyarekar [Tue, 20 Aug 2013 03:10:05 +0000 (08:40 +0530)] 
Simplify strcoll implementation

Break up strcoll into simpler functions so that the logic is easier to
follow and maintain.

10 years agoPR 15483
Alexandre Oliva [Sat, 17 Aug 2013 04:24:00 +0000 (01:24 -0300)] 
PR 15483
* 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.

10 years agoCVE-2013-4237, BZ #14699: Buffer overflow in readdir_r
Florian Weimer [Fri, 16 Aug 2013 07:38:52 +0000 (09:38 +0200)] 
CVE-2013-4237, BZ #14699: Buffer overflow in readdir_r

* 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.

10 years agoFix cbrtl for ldbl-96
Andreas Schwab [Wed, 17 Jul 2013 12:53:24 +0000 (14:53 +0200)] 
Fix cbrtl for ldbl-96

10 years agoOpen development for 2.19. glibc-2.18.90
David S. Miller [Mon, 12 Aug 2013 20:43:14 +0000 (13:43 -0700)] 
Open development for 2.19.

* version.h (RELEASE): Set to "development".
(VERSION): Set to "2.18.90".
* NEWS: Add 2.19 section.

10 years agoUpdate version.h and include/features.h for 2.18 release. glibc-2.18
David S. Miller [Sat, 10 Aug 2013 22:52:55 +0000 (15:52 -0700)] 
Update version.h and include/features.h for 2.18 release.

10 years agoFix typo in ChangeLog
Andreas Schwab [Tue, 6 Aug 2013 09:13:03 +0000 (11:13 +0200)] 
Fix typo in ChangeLog

10 years agoUpdate Korean translations.
David S. Miller [Sat, 3 Aug 2013 17:35:26 +0000 (10:35 -0700)] 
Update Korean translations.

* po/ko.po: Update Korean translation from translation project.