Age | Commit message (Expand) | Author | Files | Lines |
2020-07-08 | rtld: Account static TLS surplus for audit modules | Szabolcs Nagy | 1 | -4/+27 |
2020-07-08 | rtld: Add rtld.nns tunable for the number of supported namespaces | Szabolcs Nagy | 1 | -0/+3 |
2020-07-08 | rtld: Clean up PT_NOTE and add PT_GNU_PROPERTY handling | Szabolcs Nagy | 1 | -4/+10 |
2020-05-18 | x86: Move CET control to _dl_x86_feature_control [BZ #25887] | H.J. Lu | 1 | -0/+2 |
2020-04-29 | elf: Add initial flag argument to __libc_early_init | Florian Weimer | 1 | -2/+4 |
2020-04-24 | elf: Implement __libc_early_init | Florian Weimer | 1 | -0/+4 |
2020-04-03 | elf: Implement DT_AUDIT, DT_DEPAUDIT support [BZ #24943] | Florian Weimer | 1 | -1/+22 |
2020-04-03 | elf: Simplify handling of lists of audit strings | Florian Weimer | 1 | -117/+112 |
2020-02-15 | ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486] | Florian Weimer | 1 | -0/+12 |
2020-01-03 | elf: Move vDSO setup to rtld (BZ#24967) | Adhemerval Zanella | 1 | -1/+6 |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2019-11-27 | Avoid late dlopen failure due to scope, TLS slotinfo updates [BZ #25112] | Florian Weimer | 1 | -2/+2 |
2019-11-15 | Introduce link_map_audit_state accessor function | Florian Weimer | 1 | -8/+10 |
2019-11-15 | Properly initialize audit cookie for the dynamic loader [BZ #25157] | Florian Weimer | 1 | -7/+7 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 1 | -1/+1 |
2019-03-22 | Refactor hp-timing rtld usage | Adhemerval Zanella | 1 | -151/+130 |
2019-03-22 | nptl: Remove pthread_clock_gettime pthread_clock_settime | Adhemerval Zanella | 1 | -2/+0 |
2019-02-22 | Break some lines before not after operators. | Joseph Myers | 1 | -2/+2 |
2019-02-12 | elf: Ignore LD_AUDIT interfaces if la_version returns 0 [BZ #24122] | Florian Weimer | 1 | -162/+200 |
2019-02-12 | Add fall-through comments. | Joseph Myers | 1 | -0/+4 |
2019-02-04 | elf: Implement --preload option for the dynamic linker | David Newall | 1 | -5/+25 |
2019-01-25 | [elf] Revert 8e889c5da3 (BZ#24122) | Adhemerval Zanella | 1 | -25/+5 |
2019-01-24 | elf: Fix LD_AUDIT for modules with invalid version (BZ#24122) | Adhemerval Zanella | 1 | -5/+25 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2018-07-16 | x86: Support IBT and SHSTK in Intel CET [BZ #21598] | H.J. Lu | 1 | -0/+9 |
2018-06-12 | Avoid cancellable I/O primitives in ld.so. | Zack Weinberg | 1 | -1/+2 |
2018-04-04 | elf: Unify symbol address run-time calculation [BZ #19818] | Maciej W. Rozycki | 1 | -1/+1 |
2018-02-21 | elf: Remove ad-hoc restrictions on dlopen callers [BZ #22787] | Florian Weimer | 1 | -1/+0 |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2017-12-18 | ld.so: Examine GLRO to detect inactive loader [BZ #20204] | Florian Weimer | 1 | -1/+3 |
2017-12-10 | elf/rtld.c (init_tls): Add missing new line to the _dl_fatal_printf call [BZ ... | Aurelien Jarno | 1 | -1/+1 |
2017-10-03 | ld.so: Replace (&bootstrap_map) with BOOTSTRAP_MAP | H.J. Lu | 1 | -1/+2 |
2017-08-14 | _dl_start: Remove internal_function attribute | Florian Weimer | 1 | -1/+1 |
2017-07-17 | powerpc: Fix float128 IFUNC relocations [BZ #21707] | Tulio Magno Quites Machado Filho | 1 | -1/+3 |
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-08 | ld.so: Consolidate 2 strtouls into _dl_strtoul [BZ #21528] | H.J. Lu | 1 | -2/+1 |
2017-06-07 | tunables: Use glibc.tune.hwcap_mask tunable instead of _dl_hwcap_mask | Siddhesh Poyarekar | 1 | -0/+4 |
2017-04-13 | Assume that O_NOFOLLOW is always defined | Florian Weimer | 1 | -4/+0 |
2017-03-07 | Ignore and remove LD_HWCAP_MASK for AT_SECURE programs (bug #21209) | Siddhesh Poyarekar | 1 | -1/+2 |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2016-12-31 | Add framework for tunables | Siddhesh Poyarekar | 1 | -0/+2 |
2016-11-30 | Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628] | Florian Weimer | 1 | -19/+0 |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2015-10-15 | Always enable pointer guard [BZ #18928] | Florian Weimer | 1 | -11/+4 |
2015-09-08 | Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). | Joseph Myers | 1 | -1/+1 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2014-12-11 | Constify string parameters | Andreas Schwab | 1 | -2/+2 |
2014-11-05 | Remove INTDEF / INTUSE / INTVARDEF (bug 14132). | Joseph Myers | 1 | -2/+2 |