| Commit message (Expand) | Author | Age | Files | Lines |
* | Always enable pointer guard | Stan Shebs | 2017-01-18 | 1 | -1/+1 |
* | Fix error handling in getaddrinfo. | Stan Shebs | 2016-08-05 | 1 | -1/+1 |
* | Fix stack overflow in hostent translation (CVE-2016-3706) | Stan Shebs | 2016-07-14 | 1 | -61/+69 |
* | Remove uses of operand modifier (%s) in powerpc inline asm. | Stan Shebs | 2016-02-16 | 1 | -4/+4 |
* | Backport several dozen PPC-specific patches from IBM. | Stan Shebs | 2016-02-12 | 119 | -692/+4398 |
* | Backport fix for broken trig functions | Stan Shebs | 2015-12-01 | 2 | -6/+54 |
* | Use ENTRY and END macros to get a .size directive. backport of change: | Sterling Augustine | 2014-11-25 | 1 | -6/+2 |
* | For b/13901604 (suid-root exe + unsecure environment variable => wrong __goog... | Paul Pluzhnikov | 2014-06-19 | 2 | -121/+0 |
* | Backport PPC ELFv2 s_copysign stack temp bugfix (PR16786, b/13737066). | Brooks Moses | 2014-05-19 | 1 | -2/+2 |
* | Add PTRACE_EVENT_STOP, as per b/13432624. | Brooks Moses | 2014-04-29 | 1 | -1/+2 |
* | For b/14302447, backport upstream patches for __bzero_ppc. | Brooks Moses | 2014-04-25 | 3 | -7/+17 |
* | For b/5732800, expose calls from malloc to mmap,munmap, etc. (Forward-ported ... | Brooks Moses | 2014-03-13 | 3 | -0/+15 |
* | For Google b/8315591, experimental implementation of dlopen_with_offset. | Paul Pluzhnikov | 2014-03-10 | 1 | -4/+8 |
* | For b/4074041, add EXEC_ORIGIN support. Forward-ported from cl/56955623 and h... | Paul Pluzhnikov | 2014-03-08 | 1 | -0/+3 |
* | Adjust the size value on _nl_default_dirname to match the directory name that... | Paul Pluzhnikov | 2014-03-06 | 4 | -238/+2 |
* | Add "fastload" support. | Paul Pluzhnikov | 2014-03-04 | 1 | -2/+58 |
* | For b/3133396, ignore system ld.so.cache when looking for nss and iconv modules. | Paul Pluzhnikov | 2014-03-03 | 1 | -1/+1 |
* | For b/2471323, implement multi-level cache search for shared libraries. | Paul Pluzhnikov | 2014-03-03 | 2 | -0/+12 |
* | For b/3162458, don't skip files with d_ino==0 -- our tmpfs systems sometimes ... | Paul Pluzhnikov | 2014-03-03 | 2 | -0/+8 |
* | For b/2723095, allow grantpt() to succeed even if it can't chgrp the slave pt... | Paul Pluzhnikov | 2014-02-28 | 1 | -0/+14 |
* | Disable static linking warning for dlopen and dlmopen, and disable linking wa... | Paul Pluzhnikov | 2014-02-28 | 1 | -1/+6 |
* | Add __google_auxv. Forward-ported from cl/51271693 (from cl/38027-p2). | Paul Pluzhnikov | 2014-02-28 | 2 | -0/+121 |
* | Revert upstream removal of async-safe TLS patches. | Brooks Moses | 2014-02-24 | 4 | -0/+73 |
* | Revert "Patch [1/4] async-signal safe TLS." | Allan McRae | 2014-02-06 | 4 | -62/+0 |
* | Revert "Patch 3/4 of the effort to make TLS access async-signal-safe." | Allan McRae | 2014-02-06 | 1 | -5/+0 |
* | Revert "Patch 2/4 of the effort to make TLS access async-signal-safe." | Allan McRae | 2014-02-06 | 1 | -6/+0 |
* | Fix comment in kernel-features.h. | Carlos O'Donell | 2014-02-05 | 1 | -1/+1 |
* | Fix tst-setgetname for Linux kernels < 2.6.33. | Carlos O'Donell | 2014-02-05 | 1 | -0/+6 |
* | Adjust sparc ULPs. | David S. Miller | 2014-02-04 | 1 | -0/+5 |
* | PowerPC: powerpc64le abilist for 2.17 | Adhemerval Zanella | 2014-02-04 | 13 | -0/+3149 |
* | abilist-pattern configurability | Adhemerval Zanella | 2014-02-04 | 1 | -0/+4 |
* | Update x86_64 ULPs (AMD family 21, model 2) | Eric Wong | 2014-02-04 | 1 | -3/+161 |
* | Update x86_64 ULPs (AMD Family 10h) | Eric Wong | 2014-02-04 | 1 | -2/+611 |
* | Disable x87 inline functions for SSE2 math | H.J. Lu | 2014-01-29 | 1 | -2/+2 |
* | Add -mieee to SH sysdep-CFLAGS for older SH compilers. | Kaz Kojima | 2014-01-28 | 1 | -0/+3 |
* | Regenerate SH libm-test-ulps with proper compiler options. | Kaz Kojima | 2014-01-27 | 1 | -9/+716 |
* | Rebuild sparc ULPs. | David S. Miller | 2014-01-24 | 1 | -1203/+9817 |
* | Move SH libm-test-ulps to sysdeps/sh and regenerate it. | Kaz Kojima | 2014-01-25 | 2 | -1094/+5486 |
* | Restore ucontext ABI for soft-float sh4. | Kaz Kojima | 2014-01-24 | 2 | -99/+1 |
* | Adjust SH specific fpu_control.h and ucontext.h files. | Kaz Kojima | 2014-01-23 | 3 | -103/+31 |
* | S/390: Merge 32 and 64 bit ucontext.h. | Andreas Krebbel | 2014-01-22 | 2 | -98/+6 |
* | Include generic symbol-hacks.h for x32 | H.J. Lu | 2014-01-20 | 1 | -1/+1 |
* | PowerPC: Fix gettimeofday ifunc selection | Adhemerval Zanella | 2014-01-20 | 2 | -4/+10 |
* | s390: implement sotruss support | Mike Frysinger | 2014-01-16 | 1 | -0/+62 |
* | PowerPC: Fix ftime gettimeofday internal call returning bogus data | Adhemerval Zanella | 2014-01-16 | 2 | -4/+36 |
* | PowerPC: sotruss-lib implementation | Adhemerval Zanella | 2014-01-15 | 1 | -0/+69 |
* | Do not enable asynchronous cancellation in system. Fixes bug 14782. | Ondřej Bílka | 2014-01-15 | 1 | -10/+1 |
* | [BZ #16427] Fix ldbl-128 exp overflows. | Andreas Krebbel | 2014-01-15 | 1 | -13/+5 |
* | S/390: Regenerate ULPs. | Andreas Krebbel | 2014-01-15 | 1 | -1139/+9960 |
* | ARM: Disable compat mcount code when unneeded. | Roland McGrath | 2014-01-10 | 1 | -0/+42 |