| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFH (r277695): allow tracing dlfunc() / dlsym() events | Dag-Erling Smørgrav | 2015-06-30 | 1 | -4/+13 |
| * | MFC r282109: | Konstantin Belousov | 2015-05-04 | 1 | -36/+45 |
| * | MFC r281107: MIPS rtld: report missing symbol rather than segfaulting | Ed Maste | 2015-04-28 | 1 | -1/+1 |
| * | MFC r281005: Make die available as rtld_die for use by MD relocation code | Ed Maste | 2015-04-28 | 2 | -19/+19 |
| * | MFC r281549: | Konstantin Belousov | 2015-04-22 | 2 | -17/+31 |
| * | MFC r268182: Initialize page sizes early for ia64. | Peter Wemm | 2015-04-13 | 2 | -0/+9 |
| * | MFC r280816: | Konstantin Belousov | 2015-04-12 | 12 | -16/+43 |
| * | MFC r264346 (by alc): | Konstantin Belousov | 2015-04-12 | 4 | -25/+67 |
| * | MFC: r279364 | Jung-uk Kim | 2015-03-06 | 1 | -8/+7 |
| * | MFC 275412: | John Baldwin | 2015-02-23 | 1 | -0/+2 |
| * | MFC r277936: | Konstantin Belousov | 2015-02-06 | 1 | -5/+3 |
| * | MFC r276627: | Konstantin Belousov | 2015-01-10 | 3 | -0/+24 |
| * | Always return pathname in dl_iterate_phdr's dlpi_name, as Linux does | Ed Maste | 2014-11-14 | 1 | -2/+1 |
| * | MFC r270798: | Konstantin Belousov | 2014-09-12 | 10 | -332/+319 |
| * | MFC r270803: | Konstantin Belousov | 2014-09-01 | 1 | -0/+4 |
| * | MFC r270256: | Pedro F. Giffuni | 2014-08-28 | 1 | -2/+2 |
| * | MFC r265456, r265578: | Mark Johnston | 2014-08-07 | 2 | -1/+17 |
| * | MFC r266609: | Konstantin Belousov | 2014-06-07 | 1 | -1/+15 |
| * | MFC r266411: | Konstantin Belousov | 2014-05-25 | 1 | -3/+3 |
| * | MFC r264481: | Konstantin Belousov | 2014-04-21 | 1 | -0/+43 |
| * | MFC r262277: | David Xu | 2014-02-27 | 1 | -7/+5 |
| * | MFC: r262136 | Christian Brueffer | 2014-02-24 | 1 | -5/+1 |
| * | MFC r259044: | Konstantin Belousov | 2013-12-13 | 1 | -15/+20 |
| * | MFC r259043: | Konstantin Belousov | 2013-12-13 | 2 | -0/+32 |
| * | Implement support for the interpose dso flag. | Konstantin Belousov | 2013-10-07 | 2 | -2/+33 |
| * | Populate .rld_map on MIPS for debuggers | Ed Maste | 2013-10-02 | 1 | -5/+1 |
| * | Make the directory mapping functionality, which was previously only | Dag-Erling Smørgrav | 2013-09-21 | 3 | -9/+5 |
| * | Revert r253748,253749 | Andriy Gapon | 2013-07-28 | 2 | -0/+2 |
| * | remove needless inclusion of machine/cpu.h in userland | Andriy Gapon | 2013-07-28 | 2 | -2/+0 |
| * | Properly terminate the result string for intermediate results, to | Konstantin Belousov | 2013-04-29 | 1 | -1/+2 |
| * | The origin_subst_one() function limits the length of the string to | Konstantin Belousov | 2013-04-15 | 1 | -72/+74 |
| * | Map libraries linked with -Ttext-segment=base_addr at base_addr. | Tijl Coosemans | 2013-02-27 | 1 | -1/+1 |
| * | Avoid use of register variables, which some compilers (e.g. clang) | Nathan Whitehorn | 2013-02-08 | 1 | -9/+5 |
| * | When building for ARM EABI link against libgcc for the __aeabi_* functions. | Andrew Turner | 2013-01-19 | 1 | -0/+10 |
| * | Use absolute path for /usr/libexec/ld-elf.so.1 symlink. | Pawel Jakub Dawidek | 2012-12-04 | 1 | -2/+2 |
| * | Do not change entire BINDIR, it might be needed later, just change | Pawel Jakub Dawidek | 2012-12-04 | 1 | -2/+2 |
| * | Change /usr/libexec/ld-elf.so.1 to point at ../../libexec/ld-elf.so.1 | Pawel Jakub Dawidek | 2012-12-04 | 1 | -1/+1 |
| * | rtld: Fix fd leak with parallel dlopen and fork/exec. | Jilles Tjoelker | 2012-11-04 | 2 | -4/+4 |
| * | Do not reference z_nodeflib for !objgiven case, thus fixing LD_PRELOAD | Konstantin Belousov | 2012-09-19 | 1 | -4/+4 |
| * | Do not call process_nodelete with NULL object pointer. | Alexander Kabaev | 2012-08-20 | 1 | -1/+2 |
| * | Merging of projects/armv6, part 2 | Oleksandr Tymoshenko | 2012-08-15 | 1 | -1/+14 |
| * | Pospone the DF_1_NODELETE processing until object DAG is fully loaded. | Alexander Kabaev | 2012-08-14 | 1 | -7/+27 |
| * | Ensure we align the stack to 8 bytes in rtld. | Andrew Turner | 2012-08-04 | 1 | -2/+4 |
| * | Parse notes only after object structure had been allocated. | Alexander Kabaev | 2012-08-03 | 1 | -2/+2 |
| * | Import the DragonFly BSD commit 4f0bc915b65fcf5a23214f6d221d65c80be68ad4 | Konstantin Belousov | 2012-07-15 | 3 | -71/+275 |
| * | Ensure that for the object which is a dependency for some filtee, | Konstantin Belousov | 2012-06-27 | 1 | -40/+84 |
| * | Eliminate the static buffer used to read the first page of the mapped | Konstantin Belousov | 2012-06-14 | 1 | -61/+69 |
| * | open the resolved path | Baptiste Daroussin | 2012-05-05 | 1 | -4/+4 |
| * | Work around a situation where symlook_obj() could be called for the | Konstantin Belousov | 2012-05-05 | 1 | -3/+5 |
| * | Add two special directives to libmap.conf: | Baptiste Daroussin | 2012-04-30 | 1 | -30/+132 |