summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/rtld.c
Commit message (Expand)AuthorAgeFilesLines
* MFC 323025: Read max_stack_flags from correct object.jhb2017-09-211-1/+1
* MFC r320658:kib2017-07-111-3/+7
* MFC r313494:kib2017-02-241-8/+12
* MFC r310025:bdrewery2017-01-241-2/+2
* MFC r311984:kib2017-01-191-8/+20
* MFC r310155:kib2016-12-191-1/+1
* MFC 308456: Pass the correct flag to find_symdef() from _rtld_bind().jhb2016-12-011-2/+2
* MFC r308689:kib2016-11-231-1/+2
* MFC r304012:kib2016-08-191-0/+4
* MFC r304011:kib2016-08-191-10/+6
* MFC r302908:bdrewery2016-07-221-1/+1
* MFC r300691:kib2016-06-081-7/+28
* MFC r296319:kib2016-03-161-17/+40
* MFC r257811 (by markj):kib2016-03-121-84/+156
* MFC r292705: rtld: remove old XXX comment missed in r35529emaste2016-01-071-1/+0
* MFC r287369:andrew2015-09-081-1/+1
* MFC r282551: Remove historical GNUC testemaste2015-08-311-4/+0
* MFH (r277695): allow tracing dlfunc() / dlsym() eventsdes2015-06-301-4/+13
* MFC r282109:kib2015-05-041-36/+45
* MFC r281005: Make die available as rtld_die for use by MD relocation codeemaste2015-04-281-19/+18
* MFC r281549:kib2015-04-221-17/+30
* MFC r268182: Initialize page sizes early for ia64.peter2015-04-131-0/+7
* MFC r280816:kib2015-04-121-3/+20
* MFC r264346 (by alc):kib2015-04-121-3/+50
* MFC: r279364jkim2015-03-061-8/+7
* MFC 275412:jhb2015-02-231-0/+2
* MFC r277936:kib2015-02-061-5/+3
* MFC r276627:kib2015-01-101-0/+22
* Always return pathname in dl_iterate_phdr's dlpi_name, as Linux doesemaste2014-11-141-2/+1
* MFC r270798:kib2014-09-121-2/+11
* MFC r265456, r265578:markj2014-08-071-1/+16
* MFC r259044:kib2013-12-131-15/+20
* Implement support for the interpose dso flag.kib2013-10-071-2/+32
* Populate .rld_map on MIPS for debuggersemaste2013-10-021-5/+1
* Make the directory mapping functionality, which was previously onlydes2013-09-211-5/+5
* Properly terminate the result string for intermediate results, tokib2013-04-291-1/+2
* The origin_subst_one() function limits the length of the string tokib2013-04-151-73/+75
* rtld: Fix fd leak with parallel dlopen and fork/exec.jilles2012-11-041-3/+3
* Do not reference z_nodeflib for !objgiven case, thus fixing LD_PRELOADkib2012-09-191-4/+4
* Do not call process_nodelete with NULL object pointer.kan2012-08-201-1/+2
* Pospone the DF_1_NODELETE processing until object DAG is fully loaded.kan2012-08-141-7/+27
* Import the DragonFly BSD commit 4f0bc915b65fcf5a23214f6d221d65c80be68ad4kib2012-07-151-65/+220
* Ensure that for the object which is a dependency for some filtee,kib2012-06-271-40/+84
* Work around a situation where symlook_obj() could be called for thekib2012-05-051-3/+5
* Add GNU hash support for rtld.kib2012-04-301-9/+141
* Split the symlook_obj1 into a loop iterating over the ELF object symbolkib2012-04-301-95/+110
* Propagate the current state of rtld_bind_lock to dlopen_object() callskib2012-04-121-16/+23
* Properly handle absent AT_CANARY aux entry.kib2012-04-051-1/+2
* Remove extra blank line from revious commit.kan2012-04-021-1/+0
* Do not try to adjust stacks if dlopen_object is called too early.kan2012-04-021-1/+4
OpenPOWER on IntegriCloud