| 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 r281005: Make die available as rtld_die for use by MD relocation code | Ed Maste | 2015-04-28 | 1 | -19/+18 |
| * | MFC r281549: | Konstantin Belousov | 2015-04-22 | 1 | -17/+30 |
| * | MFC r268182: Initialize page sizes early for ia64. | Peter Wemm | 2015-04-13 | 1 | -0/+7 |
| * | MFC r280816: | Konstantin Belousov | 2015-04-12 | 1 | -3/+20 |
| * | MFC r264346 (by alc): | Konstantin Belousov | 2015-04-12 | 1 | -3/+50 |
| * | 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 | 1 | -0/+22 |
| * | 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 | 1 | -2/+11 |
| * | MFC r265456, r265578: | Mark Johnston | 2014-08-07 | 1 | -1/+16 |
| * | MFC r259044: | Konstantin Belousov | 2013-12-13 | 1 | -15/+20 |
| * | Implement support for the interpose dso flag. | Konstantin Belousov | 2013-10-07 | 1 | -2/+32 |
| * | 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 | 1 | -5/+5 |
| * | 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 |
| * | rtld: Fix fd leak with parallel dlopen and fork/exec. | Jilles Tjoelker | 2012-11-04 | 1 | -3/+3 |
| * | 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 |
| * | Pospone the DF_1_NODELETE processing until object DAG is fully loaded. | Alexander Kabaev | 2012-08-14 | 1 | -7/+27 |
| * | Import the DragonFly BSD commit 4f0bc915b65fcf5a23214f6d221d65c80be68ad4 | Konstantin Belousov | 2012-07-15 | 1 | -64/+219 |
| * | Ensure that for the object which is a dependency for some filtee, | Konstantin Belousov | 2012-06-27 | 1 | -40/+84 |
| * | Work around a situation where symlook_obj() could be called for the | Konstantin Belousov | 2012-05-05 | 1 | -3/+5 |
| * | Add GNU hash support for rtld. | Konstantin Belousov | 2012-04-30 | 1 | -9/+141 |
| * | Split the symlook_obj1 into a loop iterating over the ELF object symbol | Konstantin Belousov | 2012-04-30 | 1 | -95/+110 |
| * | Propagate the current state of rtld_bind_lock to dlopen_object() calls | Konstantin Belousov | 2012-04-12 | 1 | -16/+23 |
| * | Properly handle absent AT_CANARY aux entry. | Konstantin Belousov | 2012-04-05 | 1 | -1/+2 |
| * | Remove extra blank line from revious commit. | Alexander Kabaev | 2012-04-02 | 1 | -1/+0 |
| * | Do not try to adjust stacks if dlopen_object is called too early. | Alexander Kabaev | 2012-04-02 | 1 | -1/+4 |
| * | Fix ia64 build after r233655. | Konstantin Belousov | 2012-03-29 | 1 | -0/+6 |
| * | Import DragonFly BSD commit | Konstantin Belousov | 2012-03-29 | 1 | -1/+6 |
| * | Prevent rtld_verify_object_versions() from being called several times | Konstantin Belousov | 2012-03-27 | 1 | -0/+4 |
| * | Remove libssp_nonshared from the rtld linking set. The only use for the | Konstantin Belousov | 2012-03-24 | 1 | -0/+1 |
| * | Provide short-circuit exit(3) implementation for rtld. | Konstantin Belousov | 2012-03-24 | 1 | -0/+11 |
| * | Use xmalloc() instead of malloc() in the places where malloc() calls | Konstantin Belousov | 2012-03-22 | 1 | -6/+6 |
| * | Fix several problems with our ELF filters implementation. | Konstantin Belousov | 2012-03-20 | 1 | -22/+56 |
| * | Rtld on diet 3. | Konstantin Belousov | 2012-03-14 | 1 | -3/+12 |
| * | Rtld on diet part 1: | Konstantin Belousov | 2012-03-12 | 1 | -0/+40 |
| * | Amend r232857, now dropping the casts entirely, as they were not | Dimitry Andric | 2012-03-12 | 1 | -2/+2 |
| * | Fix the following warning/error with clang: | Dimitry Andric | 2012-03-12 | 1 | -2/+2 |
| * | Add support for preinit, init and fini arrays. Some ABIs, in | Konstantin Belousov | 2012-03-11 | 1 | -14/+170 |
| * | Optimize tls_get_addr_common(). The change provides around 30% speedup | Konstantin Belousov | 2012-03-10 | 1 | -9/+22 |
| * | Add thread-local storage support for ARM to rtld-elf | Oleksandr Tymoshenko | 2012-02-14 | 1 | -5/+2 |
| * | Add missed EOL when die() was converted to use rtld_fdputstr() instead | Konstantin Belousov | 2012-02-13 | 1 | -0/+1 |
| * | Switch MIPS TLS implementation to Variant I | Oleksandr Tymoshenko | 2012-02-10 | 1 | -2/+2 |
| * | Add support for GNU RELRO. | Konstantin Belousov | 2012-01-30 | 1 | -0/+13 |