| Commit message (Expand) | Author | Age | Files | Lines |
* | libexec: minor spelling fixes in comments. | pfg | 2016-05-01 | 1 | -1/+1 |
* | rtld-elf: use NULL instead of zero for pointers. | pfg | 2016-04-19 | 1 | -1/+1 |
* | Fix handling of DT_TEXTREL for an object with more than one read-only | kib | 2016-03-02 | 1 | -17/+40 |
* | Do not unlock rtld_phdr_lock over callback invocations. | kan | 2016-01-27 | 1 | -3/+1 |
* | Fix initlist_add_object invocation parameters. | kan | 2016-01-20 | 1 | -3/+3 |
* | Do not call callbacks for dl_iterate_phdr(3) with the rtld bind and | kib | 2016-01-20 | 1 | -89/+158 |
* | Restore ABI variants now that ldconfig groks -soft. In addition, as a | imp | 2016-01-18 | 1 | -1/+1 |
* | Revert r293201, r293202 (rtld: populate DT_DEBUG iff DYNAMIC segment is writa... | emaste | 2016-01-08 | 1 | -4/+2 |
* | Disable abi variant hook until strangeness with packages can be sorted | imp | 2016-01-05 | 1 | -1/+1 |
* | rtld: populate DT_DEBUG iff DYNAMIC segment is writable | emaste | 2016-01-05 | 1 | -2/+4 |
* | If md_exec_hook is defined, provide a way to create the strings | imp | 2016-01-03 | 1 | -2/+18 |
* | Create a generalized exec hook that different architectures can hook | imp | 2016-01-03 | 1 | -0/+2 |
* | Use a macro to create the names for the library path names. This will | imp | 2015-12-27 | 1 | -23/+25 |
* | rtld: remove old XXX comment missed in r35529 | emaste | 2015-12-24 | 1 | -1/+0 |
* | Add support for RISC-V architecture. | br | 2015-12-24 | 1 | -1/+1 |
* | rtld: Use common NT_FREEBSD_* note types introduced in r291909 | emaste | 2015-12-21 | 1 | -4/+4 |
* | Use variable names that aren't as prone to dyslexic confusion. | imp | 2015-12-18 | 1 | -2/+2 |
* | Provide support for ELFv2 userland if using a newer compiler (recent clang | nwhitehorn | 2015-12-03 | 1 | -1/+7 |
* | Rather than using the #define for path names, indirect through a char * | imp | 2015-10-31 | 1 | -8/+17 |
* | Move all the paths into a new path.h to centralize them. | imp | 2015-10-31 | 1 | -7/+2 |
* | Ensure we use calculate_first_tls_offset, even if the main program doesn't | andrew | 2015-09-01 | 1 | -1/+1 |
* | Remove historical GNUC test | emaste | 2015-05-06 | 1 | -4/+0 |
* | Change interpretation of the DF_ORIGIN and DF_1_ORIGIN flags. | kib | 2015-04-27 | 1 | -36/+45 |
* | Support file verification in MAC. | rodrigc | 2015-04-22 | 1 | -2/+2 |
* | Implement support -z global linker option. It marks the shared object | kib | 2015-04-15 | 1 | -17/+30 |
* | Make die available as rtld_die for use by MD relocation code | emaste | 2015-04-02 | 1 | -20/+19 |
* | Add the arm64 code to the runtime linker. It's not able to be built as we | andrew | 2015-03-31 | 1 | -1/+2 |
* | Change compiler setting to make default visibility of the symbols for | kib | 2015-03-29 | 1 | -3/+20 |
* | When a file is executed and the path starts with `/', AT_EXECPATH is set | jkim | 2015-02-27 | 1 | -8/+7 |
* | Use powerof2(). Remove single-use variable. | kib | 2015-01-30 | 1 | -5/+3 |
* | Allow tracing dlfunc() / dlsym() events. | des | 2015-01-25 | 1 | -4/+13 |
* | Do not erronously export 'openat' symbol from rtld. | kib | 2015-01-04 | 1 | -1/+3 |
* | Add rtld private interface for dso to detect dynamic loading | kib | 2015-01-03 | 1 | -0/+22 |
* | The runtime linker needs to include a path to itself in the link map | jhb | 2014-12-02 | 1 | -0/+2 |
* | Revert r274772: it is not valid on MIPS | emaste | 2014-11-25 | 1 | -1/+1 |
* | Use canonical __PIC__ flag | emaste | 2014-11-21 | 1 | -1/+1 |
* | Always return pathname in dl_iterate_phdr's dlpi_name, as Linux does | emaste | 2014-10-09 | 1 | -2/+1 |
* | Optimize r270798, only do the second pass over non-plt relocations | kib | 2014-08-29 | 1 | -1/+2 |
* | IFUNC symbol type shall be processed for non-PLT relocations, | kib | 2014-08-29 | 1 | -2/+10 |
* | Remove stray newline. | kib | 2014-08-27 | 1 | -1/+1 |
* | Remove ia64. | marcel | 2014-07-07 | 1 | -12/+3 |
* | Fix r264346 for ia64. We need to allocate memory for the function | marcel | 2014-07-02 | 1 | -0/+7 |
* | Add the LD_LIBRARY_PATH_FDS environmental variable. | jonathan | 2014-06-20 | 1 | -15/+125 |
* | - Export the function added in r265456 rather than the non-existent | markj | 2014-05-07 | 1 | -2/+2 |
* | Add a postinit debugger hook to rtld. This will be used by dtrace(1) to halt | markj | 2014-05-06 | 1 | -0/+15 |
* | Before calling mmap() on a shared library's text and data sections, rtld | alc | 2014-04-11 | 1 | -3/+50 |
* | Cast Elf_Addr to void * to match the free_aligned() argument type. | kib | 2013-12-07 | 1 | -2/+2 |
* | For variant II static TLS, properly align tls segments. Pre-calculate | kib | 2013-12-06 | 1 | -15/+20 |
* | Include rtld itself when iterating over loaded ELF objects in | markj | 2013-11-07 | 1 | -0/+5 |
* | Implement support for the interpose dso flag. | kib | 2013-10-07 | 1 | -2/+32 |