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