Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | arm: Introduce and use NEGOFF series of macros | Richard Henderson | 2013-03-06 | 6 | -14/+43 |
* | arm: Introduce and use LDST_PCREL | Richard Henderson | 2013-03-06 | 5 | -24/+47 |
* | Remove MAP_GROWSUP on s390 | Andreas Jaeger | 2013-03-06 | 2 | -2/+3 |
* | Sync with Linux 3.8 | Andreas Jaeger | 2013-03-06 | 25 | -6/+108 |
* | Update date of last entry | Andreas Jaeger | 2013-03-06 | 1 | -1/+1 |
* | Use <bits/mman-linux.h> on M68k | Andreas Jaeger | 2013-03-06 | 2 | -74/+7 |
* | Use <bits/mman-linux.h> on ARM | Andreas Jaeger | 2013-03-06 | 2 | -74/+7 |
* | S/390: Add BZ number to changelog entry and NEWS. | Andreas Krebbel | 2013-03-06 | 2 | -1/+2 |
* | Replace __builtin_expect(..., 0) with __glibc_unlikely(). | Paul Pluzhnikov | 2013-03-05 | 2 | -19/+24 |
* | Remove powerpc64 bounded-pointers code. | Joseph Myers | 2013-03-06 | 38 | -500/+265 |
* | * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't | Paul Pluzhnikov | 2013-03-05 | 2 | -5/+19 |
* | Use bits/mman-linux.h for TILE | Andreas Jaeger | 2013-03-05 | 2 | -74/+7 |
* | Update Spanish PO file from translation team. | David S. Miller | 2013-03-05 | 2 | -1294/+1457 |
* | Define MCL_CURRENT, MCL_FUTURE in bits/mman-linux.h | Andreas Jaeger | 2013-03-05 | 7 | -29/+43 |
* | S/390: Use attribute_hidden in ifunc-resolve.c | Andreas Krebbel | 2013-03-05 | 3 | -6/+12 |
* | S/390: Fix rt_sigprocmask syscall invocation in get/set/swapcontext. | Andreas Krebbel | 2013-03-05 | 8 | -86/+111 |
* | Remove powerpc32 strncmp comments about bounded pointers. | Joseph Myers | 2013-03-04 | 4 | -9/+8 |
* | Fix ChangeLog | Andreas Jaeger | 2013-03-04 | 1 | -2/+1 |
* | Create <bits/mman-linux.h> | Andreas Jaeger | 2013-03-04 | 7 | -338/+117 |
* | Rejigger i386 dl-sysdep.h files. | Roland McGrath | 2013-03-04 | 3 | -50/+44 |
* | BZ #15055: Use __ieee754_sqrl in acoshl for lbdl-128ibm | Adhemerval Zanella | 2013-03-04 | 3 | -2/+8 |
* | Use same installed powerpc headers for hard and soft float. | Joseph Myers | 2013-03-01 | 4 | -0/+9 |
* | Fix NEED_DL_SYSINFO_DSO conditionals. | Roland McGrath | 2013-03-01 | 8 | -10/+23 |
* | Revert GLIBC_PTHREAD_DEFAULT_STACKSIZE changes. | Carlos O'Donell | 2013-03-01 | 8 | -140/+39 |
* | Fix build warning | Siddhesh Poyarekar | 2013-03-01 | 2 | -0/+3 |
* | Update NEWS | Siddhesh Poyarekar | 2013-03-01 | 2 | -0/+9 |
* | Set default stack size from program environment | Siddhesh Poyarekar | 2013-03-01 | 8 | -26/+155 |
* | tile: Add priority inheritance futex support | Chris Metcalf | 2013-02-28 | 2 | -0/+37 |
* | Remove bounded-pointers relics from am33 code. | Joseph Myers | 2013-02-28 | 3 | -9/+13 |
* | Remove powerpc32 bounded-pointers code. | Joseph Myers | 2013-02-28 | 56 | -482/+331 |
* | arm: Mark assembly files that will not use thumb mode | Richard Henderson | 2013-02-28 | 12 | -0/+33 |
* | arm: Add IT insns for thumb mode | Richard Henderson | 2013-02-28 | 10 | -11/+29 |
* | arm: Introduce and use PC_OFS | Richard Henderson | 2013-02-28 | 11 | -20/+41 |
* | arm: Tidy whitespace in sysdep.h files | Richard Henderson | 2013-02-28 | 4 | -278/+278 |
* | arm: Include libc-do-syscall in sysdep-rtld-routines | Richard Henderson | 2013-02-28 | 2 | -1/+4 |
* | arm: Handle armv6 in preconfigure | Richard Henderson | 2013-02-28 | 2 | -1/+6 |
* | arm: Update preconfigure fragment for gcc 4.8 | Richard Henderson | 2013-02-28 | 2 | -1/+5 |
* | Sync up ppc add_magnitudes and sub_magnitudes with default code | Siddhesh Poyarekar | 2013-02-28 | 3 | -104/+129 |
* | ARM: Macroize use of .cfi_sections directive. | Roland McGrath | 2013-02-27 | 5 | -5/+16 |
* | Add support for building as MIPS16 code. | Maciej W. Rozycki | 2013-02-27 | 62 | -47/+1041 |
* | Add license exception text to gmon-start. | Roland McGrath | 2013-02-27 | 2 | -0/+21 |
* | Fix file modes | Richard Henderson | 2013-02-27 | 2 | -0/+0 |
* | Sync config.guess and config.sub with upstream | Richard Henderson | 2013-02-27 | 3 | -52/+56 |
* | Format mpsqrt.c | Siddhesh Poyarekar | 2013-02-27 | 2 | -34/+46 |
* | Format mpatan2.c | Siddhesh Poyarekar | 2013-02-27 | 2 | -23/+24 |
* | Format mpatan.c | Siddhesh Poyarekar | 2013-02-27 | 2 | -46/+63 |
* | Format mptan.c | Siddhesh Poyarekar | 2013-02-27 | 2 | -13/+17 |
* | Format mplog.c | Siddhesh Poyarekar | 2013-02-27 | 2 | -21/+27 |
* | Fix last change. | Roland McGrath | 2013-02-26 | 2 | -2/+1 |
* | Generalize %.v.i rule a bit. | Roland McGrath | 2013-02-26 | 2 | -3/+9 |