| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r360091: | Konstantin Belousov | 2020-04-29 | 2 | -8/+34 |
| * | MFC r357895, r357910: | Konstantin Belousov | 2020-02-20 | 1 | -20/+43 |
| * | MFC r350575: | Konstantin Belousov | 2019-09-03 | 2 | -134/+0 |
| * | MFC r339877-r339879,r343564-r343566,r343580,r343754: | Konstantin Belousov | 2019-02-11 | 1 | -12/+15 |
| * | MFC r342113: | Michal Meloun | 2019-01-07 | 1 | -1/+1 |
| * | MFC r340842: | Konstantin Belousov | 2018-11-26 | 1 | -0/+3 |
| * | MFC r339897: | Konstantin Belousov | 2018-11-18 | 1 | -9/+19 |
| * | o Let rtld(1) set up psABI user trap handlers prior to executing the | Marius Strobl | 2018-02-03 | 1 | -0/+6 |
| * | libexec: adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 2 | -0/+4 |
| * | Implement LD_BIND_NOT knob for rtld. | Konstantin Belousov | 2017-03-15 | 2 | -14/+18 |
| * | rtld: do not rely on a populated GOT on amd64 | Ed Maste | 2017-01-16 | 2 | -2/+14 |
| * | 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 | -1/+29 |
| * | Do not call callbacks for dl_iterate_phdr(3) with the rtld bind and | Konstantin Belousov | 2016-01-20 | 1 | -1/+2 |
| * | rtld: wrap a comment to 80 columns | Ed Maste | 2016-01-05 | 1 | -2/+2 |
| * | Create a generalized exec hook that different architectures can hook | Warner Losh | 2016-01-03 | 1 | -0/+2 |
| * | Disable SSE in libthr | Eric van Gyzen | 2015-08-05 | 1 | -1/+1 |
| * | Change compiler setting to make default visibility of the symbols for | Konstantin Belousov | 2015-03-29 | 3 | -3/+4 |
| * | Optimize r270798, only do the second pass over non-plt relocations | Konstantin Belousov | 2014-08-29 | 1 | -1/+3 |
| * | IFUNC symbol type shall be processed for non-PLT relocations, | Konstantin Belousov | 2014-08-29 | 1 | -188/+161 |
| * | Add dwarf annotations to the amd64 _rtld_bind_start to allow debuggers | Konstantin Belousov | 2014-04-14 | 1 | -0/+43 |
| * | Add GNU hash support for rtld. | Konstantin Belousov | 2012-04-30 | 1 | -1/+1 |
| * | Fix several problems with our ELF filters implementation. | Konstantin Belousov | 2012-03-20 | 1 | -16/+18 |
| * | Add support for preinit, init and fini arrays. Some ABIs, in | Konstantin Belousov | 2012-03-11 | 1 | -0/+3 |
| * | Remove unneeded dtv variable. | Ed Schouten | 2012-01-17 | 1 | -2/+0 |
| * | _rtld_bind() read-locks the bind lock, and possible plt resolution | Konstantin Belousov | 2011-12-14 | 1 | -1/+8 |
| * | Add support for STT_GNU_IFUNC and R_MACHINE_IRELATIVE GNU extensions to | Konstantin Belousov | 2011-12-12 | 1 | -13/+96 |
| * | - change "is is" to "is" or "it is" | Eitan Adler | 2011-10-16 | 1 | -1/+1 |
| * | When loading dso without PT_GNU_STACK phdr, only call | Konstantin Belousov | 2011-01-25 | 1 | -0/+3 |
| * | Add section .note.GNU-stack for assembly files used by 386 and amd64. | Konstantin Belousov | 2011-01-07 | 1 | -0/+2 |
| * | Sort -mno-(mmx|3dnow|sse|sse2|sse3) options consistently throughout the | Dimitry Andric | 2011-01-05 | 1 | -1/+1 |
| * | On amd64 and i386, tell the compiler to refrain from generating SSE, | Dimitry Andric | 2011-01-04 | 1 | -0/+1 |
| * | Remove '-elf' from build flags for libexec/rtld-elf for amd64 and i386. | Dimitry Andric | 2011-01-04 | 1 | -2/+0 |
| * | Implement support for ELF filters in rtld. Both normal and auxillary | Konstantin Belousov | 2010-12-25 | 1 | -20/+26 |
| * | MFtbemd: | Warner Losh | 2010-08-23 | 1 | -1/+3 |
| * | Only use the cache after the early stage of loading. This is | Roman Divacky | 2010-05-18 | 1 | -5/+6 |
| * | Now that the kernel defines CACHE_LINE_SIZE in machine/param.h, use | Robert Watson | 2009-04-19 | 1 | -2/+0 |
| * | *thwack*! all the world's not i386. | Dag-Erling Smørgrav | 2006-03-29 | 1 | -0/+2 |
| * | Allocate space for thread pointer, this allows thread library to access | David Xu | 2006-03-28 | 1 | -1/+1 |
| * | Implement ELF symbol versioning using GNU semantics. This code aims | Alexander Kabaev | 2005-12-18 | 1 | -1/+3 |
| * | Explicitly cast ELF_R_TYPE() to the right type. | Marcel Moolenaar | 2005-12-18 | 1 | -2/+2 |
| * | Remove these unused files before any other archs include the same bogus | John Baldwin | 2004-11-12 | 1 | -202/+0 |
| * | Add support for Thread Local Storage. | Doug Rabson | 2004-08-03 | 2 | -0/+145 |
| * | More stack alignment fixes. Arrange so we call _rtld() in ld-elf.so.1 | Peter Wemm | 2004-03-21 | 1 | -8/+9 |
| * | Fix dynamic linking a bit more.. enough that mozilla-firebird works if you | Peter Wemm | 2003-12-12 | 1 | -3/+3 |
| * | Revert last change. ../rtld.c uses CACHE_LINE_SIZE too. | Peter Wemm | 2003-12-11 | 1 | -0/+2 |
| * | Only define CACHE_LINE_SIZE in one place.. | Peter Wemm | 2003-12-11 | 1 | -2/+0 |
| * | CACHE_LINE_SIZE is 64 on athlon and amd64 chips, not 32. This should | Peter Wemm | 2003-12-11 | 1 | -1/+1 |
| * | Allow threading libraries to register their own locking | Alexander Kabaev | 2003-05-29 | 1 | -21/+5 |
| * | Initial pass at supporting shared libraries on amd64. There are still | Peter Wemm | 2003-05-24 | 2 | -73/+101 |