| Commit message (Expand) | Author | Age | Files | Lines |
* | tunables, aarch64: New tunable to override cpu | Siddhesh Poyarekar | 2017-06-30 | 2 | -20/+21 |
* | Fix elf/loadtest.c build with GCC 8. | Joseph Myers | 2017-06-27 | 1 | -6/+10 |
* | x86: Rename glibc.tune.ifunc to glibc.tune.hwcaps | H.J. Lu | 2017-06-21 | 1 | -4/+0 |
* | Move x86 specific tunables to x86/dl-tunables.list | H.J. Lu | 2017-06-20 | 1 | -12/+0 |
* | tunables: Add IFUNC selection and cache sizes | H.J. Lu | 2017-06-20 | 1 | -0/+16 |
* | ld.so: Reject overly long LD_AUDIT path elements | Florian Weimer | 2017-06-19 | 1 | -15/+95 |
* | ld.so: Reject overly long LD_PRELOAD path elements | Florian Weimer | 2017-06-19 | 1 | -16/+66 |
* | CVE-2017-1000366: Ignore LD_LIBRARY_PATH for AT_SECURE=1 programs [BZ #21624] | Florian Weimer | 2017-06-19 | 1 | -1/+2 |
* | Remove _dl_out_of_memory from elf/Versions | H.J. Lu | 2017-06-16 | 1 | -1/+1 |
* | PowerPC64 ELFv2 PPC64_OPT_LOCALENTRY | Alan Modra | 2017-06-14 | 3 | -2/+7 |
* | ld.so: Consolidate 2 strtouls into _dl_strtoul [BZ #21528] | H.J. Lu | 2017-06-08 | 4 | -154/+86 |
* | Make LD_HWCAP_MASK usable for static binaries | Siddhesh Poyarekar | 2017-06-07 | 1 | -8/+7 |
* | tunables: Use glibc.tune.hwcap_mask tunable instead of _dl_hwcap_mask | Siddhesh Poyarekar | 2017-06-07 | 5 | -3/+50 |
* | tunables: Add LD_HWCAP_MASK to tunables | Siddhesh Poyarekar | 2017-06-07 | 1 | -0/+7 |
* | tunables: Clean up hooks to get and set tunables | Siddhesh Poyarekar | 2017-06-07 | 3 | -41/+72 |
* | Make __tunables_init hidden and avoid PLT | H.J. Lu | 2017-05-25 | 2 | -0/+5 |
* | Reduce value of LD_HWCAP_MASK for tst-env-setuid test case | Siddhesh Poyarekar | 2017-05-19 | 1 | -1/+1 |
* | tunables: Add support for tunables of uint64_t type | Siddhesh Poyarekar | 2017-05-17 | 2 | -54/+41 |
* | Suppress internal declarations for most of the testsuite. | Zack Weinberg | 2017-05-11 | 2 | -25/+39 |
* | Rename cppflags-iterator.mk to libof-iterator.mk, remove extra-modules.mk. | Zack Weinberg | 2017-05-09 | 2 | -2/+2 |
* | Assume that O_CLOEXEC is always defined and works | Florian Weimer | 2017-04-18 | 1 | -5/+1 |
* | Assume that O_NOFOLLOW is always defined | Florian Weimer | 2017-04-13 | 2 | -10/+1 |
* | Support auxilliary vector components for cache geometries. | Paul Clarke | 2017-04-11 | 1 | -0/+12 |
* | Check for __mprotect failure in _dl_map_segments [BZ #20831] | Dmitry V. Levin | 2017-04-09 | 1 | -8/+12 |
* | Define TEST_FUNCTION_ARGV in elf/tst-dlopen-aout.c | H.J. Lu | 2017-04-05 | 1 | -1/+1 |
* | Update elf tests to use the support test driver. | Wainer dos Santos Moschetta | 2017-04-05 | 71 | -159/+122 |
* | Update old tunables framework document/script. | Sunyeop Lee | 2017-03-24 | 1 | -1/+1 |
* | Remove the str(n)dup inlines from string/bits/string2.h. Although inlining | Wilco Dijkstra | 2017-03-13 | 1 | -1/+1 |
* | Ignore and remove LD_HWCAP_MASK for AT_SECURE programs (bug #21209) | Siddhesh Poyarekar | 2017-03-07 | 3 | -2/+16 |
* | Remove header file inclusion guard from elf/get-dynamic-info.h | Florian Weimer | 2017-03-02 | 1 | -4/+2 |
* | Narrowing the visibility of libc-internal.h even further. | Zack Weinberg | 2017-03-01 | 5 | -5/+8 |
* | Add missing header files throughout the testsuite. | Zack Weinberg | 2017-02-16 | 5 | -0/+6 |
* | Fix getting tunable values on big-endian (BZ #21109) | Siddhesh Poyarekar | 2017-02-08 | 2 | -2/+4 |
* | tunables: Fail tests correctly when setgid does not work | Siddhesh Poyarekar | 2017-02-04 | 1 | -5/+7 |
* | Bug 20915: Do not initialize DTV of other threads. | Alexandre Oliva | 2017-02-03 | 1 | -6/+0 |
* | Drop GLIBC_TUNABLES for setxid programs when tunables is disabled (bz #21073) | Siddhesh Poyarekar | 2017-02-02 | 1 | -0/+9 |
* | tunables: Fix environment variable processing for setuid binaries (bz #21073) | Siddhesh Poyarekar | 2017-02-02 | 7 | -31/+482 |
* | * elf/dl-tunables.c (tunable_set_val_if_valid_range): Split into ... | DJ Delorie | 2017-01-20 | 1 | -4/+26 |
* | Fix environment traversal when an envvar value is empty | Siddhesh Poyarekar | 2017-01-20 | 1 | -2/+2 |
* | Fix elf/sotruss-lib format-truncation error. | Joseph Myers | 2017-01-11 | 1 | -2/+2 |
* | tunables: Avoid getenv calls and disable glibc.malloc.check by default | Siddhesh Poyarekar | 2017-01-10 | 2 | -78/+10 |
* | Increase some test timeouts. | Joseph Myers | 2017-01-05 | 1 | -1/+0 |
* | Fix elf/tst-ldconfig-X for cross testing. | Joseph Myers | 2017-01-03 | 1 | -1/+2 |
* | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 5 | -5/+5 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 130 | -130/+130 |
* | tunables: Use correct unused attribute | Florian Weimer | 2016-12-31 | 1 | -1/+1 |
* | Enhance --enable-tunables to select tunables frontend at build time | Siddhesh Poyarekar | 2016-12-31 | 3 | -2/+18 |
* | Initialize tunable list with the GLIBC_TUNABLES environment variable | Siddhesh Poyarekar | 2016-12-31 | 2 | -1/+134 |
* | Add framework for tunables | Siddhesh Poyarekar | 2016-12-31 | 9 | -0/+539 |
* | Link a non-libc-using test with -fno-stack-protector [BZ #7065] | Nick Alcock | 2016-12-26 | 1 | -0/+3 |