aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf
Commit message (Expand)AuthorAgeFilesLines
* Allow PT_NOTES segments to be located anywhere in the executableKonstantin Belousov2015-10-141-3/+21
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper2015-10-121-1/+0
* Remove some trailing space.Alexander Kabaev2015-10-091-5/+5
* Annotate arm userspace assembler sources stating their tolerance toKonstantin Belousov2015-09-291-0/+1
* META_MODE: No need to fix the link in this case.Bryan Drewery2015-09-181-1/+1
* Fix how we place each objects thread local data. The code used was basedAndrew Turner2015-09-012-4/+4
* Ensure we use calculate_first_tls_offset, even if the main program doesn'tAndrew Turner2015-09-011-1/+1
* Disable SSE in libthrEric van Gyzen2015-08-052-2/+2
* Add on the addend when in the R_AARCH64_ABS64 and R_AARCH64_GLOB_DAT cases.Andrew Turner2015-07-051-1/+2
* Save & restore the floating-pont argument registers before callingAndrew Turner2015-07-021-1/+11
* Also save x8. It may be passed into a function as the indirect resultAndrew Turner2015-06-231-1/+3
* Add a workaround to correctly align the stack before calling into C code.Andrew Turner2015-06-221-3/+7
* new dependsSimon J. Gerraty2015-06-161-1/+0
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+15
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-2719-127/+851
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-1915-361/+345
| |\
| * \ Merge head from 7/28Simon J. Gerraty2014-08-1920-1018/+560
| |\ \
| * \ \ Merge from headSimon J. Gerraty2014-05-083-2/+18
| |\ \ \
| * \ \ \ Merge headSimon J. Gerraty2014-04-287-50/+172
| |\ \ \ \
| * \ \ \ \ Merge head@256284Simon J. Gerraty2013-10-134-16/+39
| |\ \ \ \ \
| * \ \ \ \ \ Merge from headSimon J. Gerraty2013-09-051-73/+76
| |\ \ \ \ \ \
| * \ \ \ \ \ \ sync from headSimon J. Gerraty2013-04-122-10/+6
| |\ \ \ \ \ \ \
| * | | | | | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | | | | | Sync with HEAD.David E. O'Brien2013-02-083-5/+15
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Sync from headSimon J. Gerraty2012-11-046-186/+478
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+17
* | | | | | | | | | | Remove historical GNUC testEd Maste2015-05-062-8/+0
* | | | | | | | | | | Change interpretation of the DF_ORIGIN and DF_1_ORIGIN flags.Konstantin Belousov2015-04-271-36/+45
* | | | | | | | | | | Support file verification in MAC.Craig Rodrigues2015-04-221-2/+2
* | | | | | | | | | | Use the correct value to get the offset of the objects tls data.Andrew Turner2015-04-151-2/+2
* | | | | | | | | | | Implement support -z global linker option. It marks the shared objectKonstantin Belousov2015-04-152-17/+31
* | | | | | | | | | | MIPS rtld: report missing symbol rather than segfaultingEd Maste2015-04-051-1/+1
* | | | | | | | | | | Add support for thread local storage on arm64 to the runtime linker. TheAndrew Turner2015-04-032-6/+142
* | | | | | | | | | | Make die available as rtld_die for use by MD relocation codeEd Maste2015-04-022-20/+20
* | | | | | | | | | | Correct copyright typoEd Maste2015-03-311-1/+1
* | | | | | | | | | | Add the arm64 code to the runtime linker. It's not able to be built as weAndrew Turner2015-03-314-1/+515
* | | | | | | | | | | Change compiler setting to make default visibility of the symbols forKonstantin Belousov2015-03-2912-16/+43
* | | | | | | | | | | When a file is executed and the path starts with `/', AT_EXECPATH is setJung-uk Kim2015-02-271-8/+7
* | | | | | | | | | | Use powerof2(). Remove single-use variable.Konstantin Belousov2015-01-301-5/+3
* | | | | | | | | | | Allow tracing dlfunc() / dlsym() events.Dag-Erling Smørgrav2015-01-251-4/+13
* | | | | | | | | | | Apply r246556 to powerpc:Justin Hibbits2015-01-061-5/+5
* | | | | | | | | | | Do not erronously export 'openat' symbol from rtld.Konstantin Belousov2015-01-041-1/+3
* | | | | | | | | | | Add rtld private interface for dso to detect dynamic loadingKonstantin Belousov2015-01-033-0/+24
* | | | | | | | | | | Fix the following -Werror warning from clang 3.5.0, while buildingDimitry Andric2014-12-281-1/+1
* | | | | | | | | | | The runtime linker needs to include a path to itself in the link mapJohn Baldwin2014-12-021-0/+2
* | | | | | | | | | | Convert to LIBADDBaptiste Daroussin2014-11-251-4/+2
* | | | | | | | | | | Revert r274772: it is not valid on MIPSEd Maste2014-11-251-1/+1
* | | | | | | | | | | Use canonical __PIC__ flagEd Maste2014-11-211-1/+1
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Always return pathname in dl_iterate_phdr's dlpi_name, as Linux doesEd Maste2014-10-091-2/+1