Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-03-11 | Remove Prefer_SSE_for_memop on x64 | Ondrej Bilka | 1 | -0/+22 | |
2013-03-11 | Remove extra pthread_atfork compat symbols | Andreas Schwab | 1 | -0/+8 | |
2013-03-08 | Set LC_ALL=C before sed. | Paul Pluzhnikov | 1 | -0/+5 | |
2013-03-08 | Add dependency tracking for preconfigure files. | Roland McGrath | 1 | -0/+5 | |
2013-03-08 | Remove __malloc_ptr_t. | Joseph Myers | 1 | -0/+29 | |
2013-03-08 | Use ISO C prototype for __default_morecore. | Joseph Myers | 1 | -0/+2 | |
2013-03-08 | Remove __malloc_ptrdiff_t. | Joseph Myers | 1 | -0/+4 | |
2013-03-08 | Remove __malloc_size_t. | Joseph Myers | 1 | -0/+19 | |
2013-03-08 | PowerPC: unify math_ldbl.h implementations | Adhemerval Zanella | 1 | -0/+16 | |
This patch removes redudant definition from PowerPC specific math_ldbl, using the definitions from ieee754 math_ldbl.h. | |||||
2013-03-08 | Consolidate copies of mp code in powerpc | Siddhesh Poyarekar | 1 | -0/+11 | |
Retain a single copy of the mp code in power4 instead of the two identical copies in powerpc32 and powerpc64. | |||||
2013-03-07 | Install <bits/mman-linux.h> | Andreas Jaeger | 1 | -0/+5 | |
* sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add bits/mman-linux.h. | |||||
2013-03-07 | Merge powerpc slowexp.c into generic code | Siddhesh Poyarekar | 1 | -0/+10 | |
2013-03-07 | Merge powerpc slowpow.c into generic code | Siddhesh Poyarekar | 1 | -0/+10 | |
2013-03-07 | Use an intermediate variable to sum exponents in powerpc __mul and __sqr | Siddhesh Poyarekar | 1 | -0/+7 | |
2013-03-07 | Use generic mpa.c code for everything except __mul and __sqr | Siddhesh Poyarekar | 1 | -0/+7 | |
2013-03-07 | Remove PIPE_BUF Linux-specific code | Siddhesh Poyarekar | 1 | -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-06 | Revert " * sysdeps/x86_64/strlen.S: Replace with new SSE2 based implementation" | Ondrej Bilka | 1 | -23/+0 | |
This reverts commit b79188d71716b6286866e06add976fe84100595e. | |||||
2013-03-06 | * sysdeps/x86_64/strlen.S: Replace with new SSE2 based implementation | Ondrej Bilka | 1 | -0/+23 | |
which is faster on all x86_64 architectures. Tested on AMD, Intel Nehalem, SNB, IVB. | |||||
2013-03-06 | T_REMOVEDIR and AT_EACCESS have the same value. | Patsy Franklin | 1 | -0/+4 | |
Add comments to fcntl.h explaining why AT_REMOVEDIR and AT_EACCESS can have the same value. | |||||
2013-03-06 | Use <bits/mman-linux.h> for MIPS | Andreas Jaeger | 1 | -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-06 | Remove MAP_GROWSUP on s390 | Andreas Jaeger | 1 | -0/+3 | |
* sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove, it's not part of Linux headers. | |||||
2013-03-06 | Sync with Linux 3.8 | Andreas Jaeger | 1 | -0/+38 | |
2013-03-06 | S/390: Add BZ number to changelog entry and NEWS. | Andreas Krebbel | 1 | -0/+1 | |
2013-03-05 | Replace __builtin_expect(..., 0) with __glibc_unlikely(). | Paul Pluzhnikov | 1 | -0/+5 | |
2013-03-06 | Remove powerpc64 bounded-pointers code. | Joseph Myers | 1 | -0/+146 | |
2013-03-05 | * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't | Paul Pluzhnikov | 1 | -1/+6 | |
call free(NULL). | |||||
2013-03-05 | Update Spanish PO file from translation team. | David S. Miller | 1 | -0/+4 | |
* po/es.po: Update from translation team. | |||||
2013-03-05 | Define MCL_CURRENT, MCL_FUTURE in bits/mman-linux.h | Andreas Jaeger | 1 | -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-05 | S/390: Use attribute_hidden in ifunc-resolve.c | Andreas Krebbel | 1 | -0/+6 | |
2013-03-05 | S/390: Fix rt_sigprocmask syscall invocation in get/set/swapcontext. | Andreas Krebbel | 1 | -0/+11 | |
2013-03-04 | Remove powerpc32 strncmp comments about bounded pointers. | Joseph Myers | 1 | -0/+8 | |
2013-03-04 | Fix ChangeLog | Andreas Jaeger | 1 | -2/+1 | |
remove duplicate line, use commit date | |||||
2013-03-04 | Create <bits/mman-linux.h> | Andreas Jaeger | 1 | -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-04 | BZ #15055: Use __ieee754_sqrl in acoshl for lbdl-128ibm | Adhemerval Zanella | 1 | -0/+6 | |
2013-03-01 | Use same installed powerpc headers for hard and soft float. | Joseph Myers | 1 | -0/+9 | |
2013-03-01 | Fix NEED_DL_SYSINFO_DSO conditionals. | Roland McGrath | 1 | -0/+13 | |
2013-03-01 | Revert GLIBC_PTHREAD_DEFAULT_STACKSIZE changes. | Carlos O'Donell | 1 | -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-01 | Update NEWS | Siddhesh Poyarekar | 1 | -0/+3 | |
2013-03-01 | Set default stack size from program environment | Siddhesh Poyarekar | 1 | -0/+6 | |
New environment variable GLIBC_PTHREAD_DEFAULT_STACKSIZE to do this. | |||||
2013-02-28 | Remove powerpc32 bounded-pointers code. | Joseph Myers | 1 | -0/+163 | |
2013-02-28 | Sync up ppc add_magnitudes and sub_magnitudes with default code | Siddhesh Poyarekar | 1 | -0/+9 | |
2013-02-27 | Add license exception text to gmon-start. | Roland McGrath | 1 | -0/+4 | |
2013-02-27 | Sync config.guess and config.sub with upstream | Richard Henderson | 1 | -0/+5 | |
2013-02-27 | Format mpsqrt.c | Siddhesh Poyarekar | 1 | -0/+2 | |
2013-02-27 | Format mpatan2.c | Siddhesh Poyarekar | 1 | -0/+2 | |
2013-02-27 | Format mpatan.c | Siddhesh Poyarekar | 1 | -0/+2 | |
2013-02-27 | Format mptan.c | Siddhesh Poyarekar | 1 | -0/+2 | |
2013-02-27 | Format mplog.c | Siddhesh Poyarekar | 1 | -0/+4 | |
2013-02-26 | Fix last change. | Roland McGrath | 1 | -1/+0 | |
2013-02-26 | Generalize %.v.i rule a bit. | Roland McGrath | 1 | -0/+6 | |