aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2013-03-11Remove Prefer_SSE_for_memop on x64Ondrej Bilka1-0/+22
2013-03-11Remove extra pthread_atfork compat symbolsAndreas Schwab1-0/+8
2013-03-08Set LC_ALL=C before sed.Paul Pluzhnikov1-0/+5
2013-03-08Add dependency tracking for preconfigure files.Roland McGrath1-0/+5
2013-03-08Remove __malloc_ptr_t.Joseph Myers1-0/+29
2013-03-08Use ISO C prototype for __default_morecore.Joseph Myers1-0/+2
2013-03-08Remove __malloc_ptrdiff_t.Joseph Myers1-0/+4
2013-03-08Remove __malloc_size_t.Joseph Myers1-0/+19
2013-03-08PowerPC: unify math_ldbl.h implementationsAdhemerval Zanella1-0/+16
This patch removes redudant definition from PowerPC specific math_ldbl, using the definitions from ieee754 math_ldbl.h.
2013-03-08Consolidate copies of mp code in powerpcSiddhesh Poyarekar1-0/+11
Retain a single copy of the mp code in power4 instead of the two identical copies in powerpc32 and powerpc64.
2013-03-07Install <bits/mman-linux.h>Andreas Jaeger1-0/+5
* sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add bits/mman-linux.h.
2013-03-07Merge powerpc slowexp.c into generic codeSiddhesh Poyarekar1-0/+10
2013-03-07Merge powerpc slowpow.c into generic codeSiddhesh Poyarekar1-0/+10
2013-03-07Use an intermediate variable to sum exponents in powerpc __mul and __sqrSiddhesh Poyarekar1-0/+7
2013-03-07Use generic mpa.c code for everything except __mul and __sqrSiddhesh Poyarekar1-0/+7
2013-03-07Remove PIPE_BUF Linux-specific codeSiddhesh Poyarekar1-0/+9
Fixes BZ #12723 The variable pipe buffer size does nothing to the value of PIPE_BUF, since the number of bytes that are atomically written is still PIPE_BUF on Linux.
2013-03-06Revert " * sysdeps/x86_64/strlen.S: Replace with new SSE2 based implementation"Ondrej Bilka1-23/+0
This reverts commit b79188d71716b6286866e06add976fe84100595e.
2013-03-06 * sysdeps/x86_64/strlen.S: Replace with new SSE2 based implementationOndrej Bilka1-0/+23
which is faster on all x86_64 architectures. Tested on AMD, Intel Nehalem, SNB, IVB.
2013-03-06T_REMOVEDIR and AT_EACCESS have the same value.Patsy Franklin1-0/+4
Add comments to fcntl.h explaining why AT_REMOVEDIR and AT_EACCESS can have the same value.
2013-03-06Use <bits/mman-linux.h> for MIPSAndreas Jaeger1-0/+3
* sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow definition via __MAP_ANONYMOUS. * sysdeps/unix/sysv/linux/mips/bits/mman.h: Remove all defines provided by bits/mman-linux.h and include <bits/mman-linux.h>. (__MAP_ANONYMOUS): Define.
2013-03-06Remove MAP_GROWSUP on s390Andreas Jaeger1-0/+3
* sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove, it's not part of Linux headers.
2013-03-06Sync with Linux 3.8Andreas Jaeger1-0/+38
2013-03-06S/390: Add BZ number to changelog entry and NEWS.Andreas Krebbel1-0/+1
2013-03-05Replace __builtin_expect(..., 0) with __glibc_unlikely().Paul Pluzhnikov1-0/+5
2013-03-06Remove powerpc64 bounded-pointers code.Joseph Myers1-0/+146
2013-03-05 * stdio-common/vfprintf.c (vfprintf): Check malloc return; don'tPaul Pluzhnikov1-1/+6
call free(NULL).
2013-03-05Update Spanish PO file from translation team.David S. Miller1-0/+4
* po/es.po: Update from translation team.
2013-03-05Define MCL_CURRENT, MCL_FUTURE in bits/mman-linux.hAndreas Jaeger1-0/+20
* sysdeps/unix/sysv/linux/s390/bits/mman.h: Include <bits/mman-linux.h>. (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value is fine. * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of <bits/mman-linux.h> to end of file. (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value is fine. * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of <bits/mman-linux.h> to end of file. (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value is fine. * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of <bits/mman-linux.h> to end of file. * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT] (MCL_CURRENT, MCL_FUTURE): Define here.
2013-03-05S/390: Use attribute_hidden in ifunc-resolve.cAndreas Krebbel1-0/+6
2013-03-05S/390: Fix rt_sigprocmask syscall invocation in get/set/swapcontext.Andreas Krebbel1-0/+11
2013-03-04Remove powerpc32 strncmp comments about bounded pointers.Joseph Myers1-0/+8
2013-03-04Fix ChangeLogAndreas Jaeger1-2/+1
remove duplicate line, use commit date
2013-03-04Create <bits/mman-linux.h>Andreas Jaeger1-0/+13
* sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux common definitions. * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines provided by bits/mman-linux.h and include <bits/mman-linux.h>. * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise. * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise. * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise. * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise. * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
2013-03-04BZ #15055: Use __ieee754_sqrl in acoshl for lbdl-128ibmAdhemerval Zanella1-0/+6
2013-03-01Use same installed powerpc headers for hard and soft float.Joseph Myers1-0/+9
2013-03-01Fix NEED_DL_SYSINFO_DSO conditionals.Roland McGrath1-0/+13
2013-03-01Revert GLIBC_PTHREAD_DEFAULT_STACKSIZE changes.Carlos O'Donell1-0/+5
This reverts the change that allows the POSIX Thread default stack size to be changed by the environment variable GLIBC_PTHREAD_DEFAULT_STACKSIZE. It has been requested that more discussion happen before this change goes into 2.18.
2013-03-01Update NEWSSiddhesh Poyarekar1-0/+3
2013-03-01Set default stack size from program environmentSiddhesh Poyarekar1-0/+6
New environment variable GLIBC_PTHREAD_DEFAULT_STACKSIZE to do this.
2013-02-28Remove powerpc32 bounded-pointers code.Joseph Myers1-0/+163
2013-02-28Sync up ppc add_magnitudes and sub_magnitudes with default codeSiddhesh Poyarekar1-0/+9
2013-02-27Add license exception text to gmon-start.Roland McGrath1-0/+4
2013-02-27Sync config.guess and config.sub with upstreamRichard Henderson1-0/+5
2013-02-27Format mpsqrt.cSiddhesh Poyarekar1-0/+2
2013-02-27Format mpatan2.cSiddhesh Poyarekar1-0/+2
2013-02-27Format mpatan.cSiddhesh Poyarekar1-0/+2
2013-02-27Format mptan.cSiddhesh Poyarekar1-0/+2
2013-02-27Format mplog.cSiddhesh Poyarekar1-0/+4
2013-02-26Fix last change.Roland McGrath1-1/+0
2013-02-26Generalize %.v.i rule a bit.Roland McGrath1-0/+6