| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r360091: | Konstantin Belousov | 2020-04-29 | 1 | -2/+2 |
| * | MFC r357895, r357910: | Konstantin Belousov | 2020-02-20 | 1 | -0/+7 |
| * | MFC r339877-r339879,r343564-r343566,r343580,r343754: | Konstantin Belousov | 2019-02-11 | 2 | -16/+20 |
| * | MFC r342113: | Michal Meloun | 2019-01-07 | 1 | -1/+1 |
| * | This commit reverts 338930. The approach was wrong. | Andreas Tobler | 2018-10-01 | 2 | -3/+3 |
| * | Bring the 32-bit powerpc (PowerMac) back to live. The commit 338486 reworked | Andreas Tobler | 2018-09-25 | 1 | -2/+2 |
| * | Rework rtld's TLS Variant I implementation to match r326794 | Brooks Davis | 2018-09-05 | 1 | -1/+2 |
| * | Revert r337978: Rework rtld's TLS Variant I implementation to match r326794 | Brooks Davis | 2018-08-21 | 1 | -2/+1 |
| * | Rework rtld's TLS Variant I implementation to match r326794 | Brooks Davis | 2018-08-17 | 1 | -1/+2 |
| * | o Let rtld(1) set up psABI user trap handlers prior to executing the | Marius Strobl | 2018-02-03 | 1 | -0/+7 |
| * | libexec: adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 2 | -0/+4 |
| * | rtld: fix warnings about redundant declarations | Eric van Gyzen | 2017-05-26 | 1 | -5/+0 |
| * | Implement LD_BIND_NOT knob for rtld. | Konstantin Belousov | 2017-03-15 | 2 | -4/+7 |
| * | Adjust r308689 to make rtld compilable with either in-tree or | Konstantin Belousov | 2016-11-21 | 1 | -1/+1 |
| * | Pass CPUID[1] %edx (cpu_feature), %ecx (cpu_feature2) and | Konstantin Belousov | 2016-11-15 | 2 | -0/+8 |
| * | rtld-elf: use NULL instead of zero for pointers. | Pedro F. Giffuni | 2016-04-19 | 1 | -1/+1 |
| * | Do not call callbacks for dl_iterate_phdr(3) with the rtld bind and | Konstantin Belousov | 2016-01-20 | 1 | -2/+2 |
| * | Create a generalized exec hook that different architectures can hook | Warner Losh | 2016-01-03 | 1 | -0/+2 |
| * | Apply r246556 to powerpc: | Justin Hibbits | 2015-01-06 | 1 | -5/+5 |
| * | Fix the following -Werror warning from clang 3.5.0, while building | Dimitry Andric | 2014-12-28 | 1 | -1/+1 |
| * | IFUNC symbol type shall be processed for non-PLT relocations, | Konstantin Belousov | 2014-08-29 | 1 | -0/+4 |
| * | Revert r253748,253749 | Andriy Gapon | 2013-07-28 | 1 | -0/+1 |
| * | remove needless inclusion of machine/cpu.h in userland | Andriy Gapon | 2013-07-28 | 1 | -1/+0 |
| * | Add GNU hash support for rtld. | Konstantin Belousov | 2012-04-30 | 1 | -1/+1 |
| * | Fix a missed file in r234580: replace the now-obsolete powerpc_mb() with | Nathan Whitehorn | 2012-04-23 | 1 | -2/+2 |
| * | Fix several problems with our ELF filters implementation. | Konstantin Belousov | 2012-03-20 | 1 | -11/+14 |
| * | Add support for preinit, init and fini arrays. Some ABIs, in | Konstantin Belousov | 2012-03-11 | 1 | -0/+3 |
| * | Additional icache paranoia: non-PLT relocations can modify the text segment. | Nathan Whitehorn | 2011-12-17 | 1 | -0/+4 |
| * | Fix RTLD on PowerPC after r228435. Changing the order of init_pltgot() | Nathan Whitehorn | 2011-12-17 | 1 | -4/+11 |
| * | Add support for STT_GNU_IFUNC and R_MACHINE_IRELATIVE GNU extensions to | Konstantin Belousov | 2011-12-12 | 1 | -0/+15 |
| * | When loading dso without PT_GNU_STACK phdr, only call | Konstantin Belousov | 2011-01-25 | 1 | -0/+3 |
| * | Mark rtld on PowerPC as not requiring executable stack. | Konstantin Belousov | 2011-01-14 | 1 | -1/+1 |
| * | Implement support for ELF filters in rtld. Both normal and auxillary | Konstantin Belousov | 2010-12-25 | 1 | -17/+20 |
| * | Fix two subtle problems in PPC32 RTLD. The first is a concurrency issue | Nathan Whitehorn | 2010-10-04 | 1 | -2/+5 |
| * | Only use the cache after the early stage of loading. This is | Roman Divacky | 2010-05-18 | 1 | -8/+4 |
| * | Support the extended PLT format used when objects have more than 8192 | Nathan Whitehorn | 2010-02-22 | 3 | -25/+67 |
| * | Now that the kernel defines CACHE_LINE_SIZE in machine/param.h, use | Robert Watson | 2009-04-19 | 1 | -2/+0 |
| * | Include an extra header to get a function prototype. | John Birrell | 2007-11-19 | 1 | -0/+1 |
| * | Unbreak the dynamic linker by not creating a cache for rtld-elf | Marcel Moolenaar | 2007-07-15 | 1 | -2/+6 |
| * | o Fix the static TLS relocation. We were subtracting the size of | Marcel Moolenaar | 2006-09-01 | 1 | -2/+2 |
| * | Implement ELF symbol versioning using GNU semantics. This code aims | Alexander Kabaev | 2005-12-18 | 1 | -1/+3 |
| * | Remove these unused files before any other archs include the same bogus | John Baldwin | 2004-11-12 | 1 | -169/+0 |
| * | Implement TLS relocations for powerpc. | Suleiman Souhlal | 2004-11-02 | 2 | -3/+73 |
| * | Add stubs for powerpc TLS. | Doug Rabson | 2004-08-04 | 2 | -0/+41 |
| * | Allow threading libraries to register their own locking | Alexander Kabaev | 2003-05-29 | 3 | -36/+34 |
| * | No need to zero fill memory, mmapped anonymously. Kernel will | Alexander Kabaev | 2003-03-14 | 1 | -5/+1 |
| * | rtld support for PowerPC. Mostly obtained from NetBSD, with mods | Peter Grehan | 2002-12-04 | 5 | -0/+926 |