Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Fix how we place each objects thread local data. The code used was based | andrew | 2015-09-01 | 2 | -4/+4 | |
* | Ensure we use calculate_first_tls_offset, even if the main program doesn't | andrew | 2015-09-01 | 1 | -1/+1 | |
* | Disable SSE in libthr | vangyzen | 2015-08-05 | 2 | -2/+2 | |
* | Add on the addend when in the R_AARCH64_ABS64 and R_AARCH64_GLOB_DAT cases. | andrew | 2015-07-05 | 1 | -1/+2 | |
* | Save & restore the floating-pont argument registers before calling | andrew | 2015-07-02 | 1 | -1/+11 | |
* | Also save x8. It may be passed into a function as the indirect result | andrew | 2015-06-23 | 1 | -1/+3 | |
* | Add a workaround to correctly align the stack before calling into C code. | andrew | 2015-06-22 | 1 | -3/+7 | |
* | new depends | sjg | 2015-06-16 | 1 | -1/+0 | |
* | Add META_MODE support. | sjg | 2015-06-13 | 1 | -0/+15 | |
|\ | ||||||
| * | dirdeps.mk now sets DEP_RELDIR | sjg | 2015-06-08 | 1 | -2/+0 | |
| * | Merge sync of head | sjg | 2015-05-27 | 19 | -127/+851 | |
| |\ | |/ |/| | ||||||
| * | Merge from head@274682 | sjg | 2014-11-19 | 15 | -361/+345 | |
| |\ | ||||||
| * \ | Merge head from 7/28 | sjg | 2014-08-19 | 20 | -1018/+560 | |
| |\ \ | ||||||
| * \ \ | Merge from head | sjg | 2014-05-08 | 3 | -2/+18 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge head | sjg | 2014-04-28 | 7 | -50/+172 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge head@256284 | sjg | 2013-10-13 | 4 | -16/+39 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge from head | sjg | 2013-09-05 | 1 | -73/+76 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | sync from head | sjg | 2013-04-12 | 2 | -10/+6 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Updated dependencies | sjg | 2013-02-16 | 1 | -2/+0 | |
| * | | | | | | | | Sync with HEAD. | obrien | 2013-02-08 | 3 | -5/+15 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ | ||||||
| *-----. \ \ \ \ \ \ \ \ | Sync from head | sjg | 2012-11-04 | 6 | -186/+478 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | marcel | 2012-08-22 | 1 | -0/+17 | |
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Remove historical GNUC test | emaste | 2015-05-06 | 2 | -8/+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 | |
* | | | | | | | | | | | | | Use the correct value to get the offset of the objects tls data. | andrew | 2015-04-15 | 1 | -2/+2 | |
* | | | | | | | | | | | | | Implement support -z global linker option. It marks the shared object | kib | 2015-04-15 | 2 | -17/+31 | |
* | | | | | | | | | | | | | MIPS rtld: report missing symbol rather than segfaulting | emaste | 2015-04-05 | 1 | -1/+1 | |
* | | | | | | | | | | | | | Add support for thread local storage on arm64 to the runtime linker. The | andrew | 2015-04-03 | 2 | -6/+142 | |
* | | | | | | | | | | | | | Make die available as rtld_die for use by MD relocation code | emaste | 2015-04-02 | 2 | -20/+20 | |
* | | | | | | | | | | | | | Correct copyright typo | emaste | 2015-03-31 | 1 | -1/+1 | |
* | | | | | | | | | | | | | Add the arm64 code to the runtime linker. It's not able to be built as we | andrew | 2015-03-31 | 4 | -1/+515 | |
* | | | | | | | | | | | | | Change compiler setting to make default visibility of the symbols for | kib | 2015-03-29 | 12 | -16/+43 | |
* | | | | | | | | | | | | | 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 | |
* | | | | | | | | | | | | | Apply r246556 to powerpc: | jhibbits | 2015-01-06 | 1 | -5/+5 | |
* | | | | | | | | | | | | | 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 | 3 | -0/+24 | |
* | | | | | | | | | | | | | Fix the following -Werror warning from clang 3.5.0, while building | dim | 2014-12-28 | 1 | -1/+1 | |
* | | | | | | | | | | | | | The runtime linker needs to include a path to itself in the link map | jhb | 2014-12-02 | 1 | -0/+2 | |
* | | | | | | | | | | | | | Convert to LIBADD | bapt | 2014-11-25 | 1 | -4/+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 | |
* | | | | | | | | | | | | Remove MK_ARM_EABI, the armeb issues have been fixed. The code to support | andrew | 2014-10-01 | 1 | -1/+1 | |
* | | | | | | | | | | | | Document the whole settings needed to build a debug version of rtld. | kib | 2014-08-29 | 1 | -0/+4 | |
* | | | | | | | | | | | | Optimize r270798, only do the second pass over non-plt relocations | kib | 2014-08-29 | 4 | -3/+9 | |
* | | | | | | | | | | | | IFUNC symbol type shall be processed for non-PLT relocations, | kib | 2014-08-29 | 9 | -334/+311 | |
* | | | | | | | | | | | | Remove stray newline. | kib | 2014-08-27 | 1 | -1/+1 |