| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r304011: | Konstantin Belousov | 2016-08-19 | 1 | -10/+10 |
| * | MFC r302908: | Bryan Drewery | 2016-07-22 | 1 | -1/+1 |
| * | Fix issues found by Coverity in the rtld-elf.c:gethints(). | Konstantin Belousov | 2016-05-25 | 1 | -7/+28 |
| * | libexec: minor spelling fixes in comments. | Pedro F. Giffuni | 2016-05-01 | 1 | -1/+1 |
| * | rtld-elf: use NULL instead of zero for pointers. | Pedro F. Giffuni | 2016-04-19 | 1 | -1/+1 |
| * | Fix handling of DT_TEXTREL for an object with more than one read-only | Konstantin Belousov | 2016-03-02 | 1 | -17/+40 |
| * | Do not unlock rtld_phdr_lock over callback invocations. | Alexander Kabaev | 2016-01-27 | 1 | -3/+1 |
| * | Fix initlist_add_object invocation parameters. | Alexander Kabaev | 2016-01-20 | 1 | -3/+3 |
| * | Do not call callbacks for dl_iterate_phdr(3) with the rtld bind and | Konstantin Belousov | 2016-01-20 | 1 | -86/+155 |
| * | Restore ABI variants now that ldconfig groks -soft. In addition, as a | Warner Losh | 2016-01-18 | 1 | -1/+1 |
| * | Revert r293201, r293202 (rtld: populate DT_DEBUG iff DYNAMIC segment is writa... | Ed Maste | 2016-01-08 | 1 | -4/+2 |
| * | Disable abi variant hook until strangeness with packages can be sorted | Warner Losh | 2016-01-05 | 1 | -1/+1 |
| * | rtld: populate DT_DEBUG iff DYNAMIC segment is writable | Ed Maste | 2016-01-05 | 1 | -2/+4 |
| * | If md_exec_hook is defined, provide a way to create the strings | Warner Losh | 2016-01-03 | 1 | -2/+18 |
| * | Create a generalized exec hook that different architectures can hook | Warner Losh | 2016-01-03 | 1 | -0/+2 |
| * | Use a macro to create the names for the library path names. This will | Warner Losh | 2015-12-27 | 1 | -23/+25 |
| * | rtld: remove old XXX comment missed in r35529 | Ed Maste | 2015-12-24 | 1 | -1/+0 |
| * | Add support for RISC-V architecture. | Ruslan Bukin | 2015-12-24 | 1 | -1/+1 |
| * | rtld: Use common NT_FREEBSD_* note types introduced in r291909 | Ed Maste | 2015-12-21 | 1 | -4/+4 |
| * | Use variable names that aren't as prone to dyslexic confusion. | Warner Losh | 2015-12-18 | 1 | -2/+2 |
| * | Provide support for ELFv2 userland if using a newer compiler (recent clang | Nathan Whitehorn | 2015-12-03 | 1 | -1/+7 |
| * | Rather than using the #define for path names, indirect through a char * | Warner Losh | 2015-10-31 | 1 | -8/+17 |
| * | Move all the paths into a new path.h to centralize them. | Warner Losh | 2015-10-31 | 1 | -7/+2 |
| * | Ensure we use calculate_first_tls_offset, even if the main program doesn't | Andrew Turner | 2015-09-01 | 1 | -1/+1 |
| * | Remove historical GNUC test | Ed Maste | 2015-05-06 | 1 | -4/+0 |
| * | Change interpretation of the DF_ORIGIN and DF_1_ORIGIN flags. | Konstantin Belousov | 2015-04-27 | 1 | -36/+45 |
| * | Support file verification in MAC. | Craig Rodrigues | 2015-04-22 | 1 | -2/+2 |
| * | Implement support -z global linker option. It marks the shared object | Konstantin Belousov | 2015-04-15 | 1 | -17/+30 |
| * | Make die available as rtld_die for use by MD relocation code | Ed Maste | 2015-04-02 | 1 | -20/+19 |
| * | Add the arm64 code to the runtime linker. It's not able to be built as we | Andrew Turner | 2015-03-31 | 1 | -1/+2 |
| * | Change compiler setting to make default visibility of the symbols for | Konstantin Belousov | 2015-03-29 | 1 | -3/+20 |
| * | When a file is executed and the path starts with `/', AT_EXECPATH is set | Jung-uk Kim | 2015-02-27 | 1 | -8/+7 |
| * | Use powerof2(). Remove single-use variable. | Konstantin Belousov | 2015-01-30 | 1 | -5/+3 |
| * | Allow tracing dlfunc() / dlsym() events. | Dag-Erling Smørgrav | 2015-01-25 | 1 | -4/+13 |
| * | Do not erronously export 'openat' symbol from rtld. | Konstantin Belousov | 2015-01-04 | 1 | -1/+3 |
| * | Add rtld private interface for dso to detect dynamic loading | Konstantin Belousov | 2015-01-03 | 1 | -0/+22 |
| * | The runtime linker needs to include a path to itself in the link map | John Baldwin | 2014-12-02 | 1 | -0/+2 |
| * | Revert r274772: it is not valid on MIPS | Ed Maste | 2014-11-25 | 1 | -1/+1 |
| * | Use canonical __PIC__ flag | Ed Maste | 2014-11-21 | 1 | -1/+1 |
| * | Always return pathname in dl_iterate_phdr's dlpi_name, as Linux does | Ed Maste | 2014-10-09 | 1 | -2/+1 |
| * | Optimize r270798, only do the second pass over non-plt relocations | Konstantin Belousov | 2014-08-29 | 1 | -1/+2 |
| * | IFUNC symbol type shall be processed for non-PLT relocations, | Konstantin Belousov | 2014-08-29 | 1 | -2/+10 |
| * | Remove stray newline. | Konstantin Belousov | 2014-08-27 | 1 | -1/+1 |
| * | Remove ia64. | Marcel Moolenaar | 2014-07-07 | 1 | -12/+3 |
| * | Fix r264346 for ia64. We need to allocate memory for the function | Marcel Moolenaar | 2014-07-02 | 1 | -0/+7 |
| * | Add the LD_LIBRARY_PATH_FDS environmental variable. | Jonathan Anderson | 2014-06-20 | 1 | -15/+125 |
| * | - Export the function added in r265456 rather than the non-existent | Mark Johnston | 2014-05-07 | 1 | -2/+2 |
| * | Add a postinit debugger hook to rtld. This will be used by dtrace(1) to halt | Mark Johnston | 2014-05-06 | 1 | -0/+15 |
| * | Before calling mmap() on a shared library's text and data sections, rtld | Alan Cox | 2014-04-11 | 1 | -3/+50 |
| * | Cast Elf_Addr to void * to match the free_aligned() argument type. | Konstantin Belousov | 2013-12-07 | 1 | -2/+2 |