about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Remove PIPE_BUF Linux-specific codeSiddhesh Poyarekar2013-03-076-28/+190
* Revert " * sysdeps/x86_64/strlen.S: Replace with new SSE2 based implementation"Ondrej Bilka2013-03-0613-763/+1306
* * sysdeps/x86_64/strlen.S: Replace with new SSE2 based implementationOndrej Bilka2013-03-0613-1306/+763
* T_REMOVEDIR and AT_EACCESS have the same value.Patsy Franklin2013-03-062-0/+10
* Use <bits/mman-linux.h> for MIPSAndreas Jaeger2013-03-064-73/+17
* arm: Add optimized add_n and sub_nRichard Henderson2013-03-063-0/+88
* arm: Add optimized submul_1Richard Henderson2013-03-062-0/+69
* arm: Add optimized addmul_1Richard Henderson2013-03-062-0/+68
* arm: Add optimized ffs for armv6t2Richard Henderson2013-03-063-0/+88
* arm: Implement hard-tp for GET_TLSRichard Henderson2013-03-064-11/+30
* arm: Tidy architecture selectionRichard Henderson2013-03-063-8/+45
* arm: Unless arm4t, pop return address directly into pcRichard Henderson2013-03-063-5/+14
* arm: Commonize BX conditionalsRichard Henderson2013-03-064-30/+21
* arm: Delete LOADREGS macroRichard Henderson2013-03-063-5/+4
* arm: Use push/pop mnemonicsRichard Henderson2013-03-0620-134/+154
* arm: Enable thumb2 mode in assembly filesRichard Henderson2013-03-062-2/+14
* arm: Introduce and use GET_TLSRichard Henderson2013-03-0610-42/+77
* arm: Introduce and use NEGOFF series of macrosRichard Henderson2013-03-066-14/+43
* arm: Introduce and use LDST_PCRELRichard Henderson2013-03-065-24/+47
* Remove MAP_GROWSUP on s390Andreas Jaeger2013-03-062-2/+3
* Sync with Linux 3.8Andreas Jaeger2013-03-0625-6/+108
* Update date of last entryAndreas Jaeger2013-03-061-1/+1
* Use <bits/mman-linux.h> on M68kAndreas Jaeger2013-03-062-74/+7
* Use <bits/mman-linux.h> on ARMAndreas Jaeger2013-03-062-74/+7
* S/390: Add BZ number to changelog entry and NEWS.Andreas Krebbel2013-03-062-1/+2
* Replace __builtin_expect(..., 0) with __glibc_unlikely().Paul Pluzhnikov2013-03-052-19/+24
* Remove powerpc64 bounded-pointers code.Joseph Myers2013-03-0638-500/+265
* * stdio-common/vfprintf.c (vfprintf): Check malloc return; don'tPaul Pluzhnikov2013-03-052-5/+19
* Use bits/mman-linux.h for TILEAndreas Jaeger2013-03-052-74/+7
* Update Spanish PO file from translation team.David S. Miller2013-03-052-1294/+1457
* Define MCL_CURRENT, MCL_FUTURE in bits/mman-linux.hAndreas Jaeger2013-03-057-29/+43
* S/390: Use attribute_hidden in ifunc-resolve.cAndreas Krebbel2013-03-053-6/+12
* S/390: Fix rt_sigprocmask syscall invocation in get/set/swapcontext.Andreas Krebbel2013-03-058-86/+111
* Remove powerpc32 strncmp comments about bounded pointers.Joseph Myers2013-03-044-9/+8
* Fix ChangeLogAndreas Jaeger2013-03-041-2/+1
* Create <bits/mman-linux.h>Andreas Jaeger2013-03-047-338/+117
* Rejigger i386 dl-sysdep.h files.Roland McGrath2013-03-043-50/+44
* BZ #15055: Use __ieee754_sqrl in acoshl for lbdl-128ibmAdhemerval Zanella2013-03-043-2/+8
* Use same installed powerpc headers for hard and soft float.Joseph Myers2013-03-014-0/+9
* Fix NEED_DL_SYSINFO_DSO conditionals.Roland McGrath2013-03-018-10/+23
* Revert GLIBC_PTHREAD_DEFAULT_STACKSIZE changes.Carlos O'Donell2013-03-018-140/+39
* Fix build warningSiddhesh Poyarekar2013-03-012-0/+3
* Update NEWSSiddhesh Poyarekar2013-03-012-0/+9
* Set default stack size from program environmentSiddhesh Poyarekar2013-03-018-26/+155
* tile: Add priority inheritance futex supportChris Metcalf2013-02-282-0/+37
* Remove bounded-pointers relics from am33 code.Joseph Myers2013-02-283-9/+13
* Remove powerpc32 bounded-pointers code.Joseph Myers2013-02-2856-482/+331
* arm: Mark assembly files that will not use thumb modeRichard Henderson2013-02-2812-0/+33
* arm: Add IT insns for thumb modeRichard Henderson2013-02-2810-11/+29
* arm: Introduce and use PC_OFSRichard Henderson2013-02-2811-20/+41