| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add WITH_PIE knob to build Position Independent Executables | Ed Maste | 2019-09-26 | 1 | -0/+1 |
| * | MFC r346216: | Konstantin Belousov | 2019-04-21 | 1 | -1/+1 |
| * | MFC r339877-r339879,r343564-r343566,r343580,r343754: | Konstantin Belousov | 2019-02-11 | 1 | -4/+24 |
| * | Move libmap.conf to libexec/rtld-elf/ | Brad Davis | 2018-09-18 | 1 | -0/+1 |
| * | Make rtld use libc_nossp_pic.a. Remove SSP shims. | Konstantin Belousov | 2018-05-09 | 1 | -1/+1 |
| * | Compile reloc.o with -fno-jump-tables on MIPS. | John Baldwin | 2017-08-30 | 1 | -0/+3 |
| * | Add HAS_TESTS to all Makefiles that are currently using the | Enji Cooper | 2017-08-02 | 1 | -0/+1 |
| * | Convert traditional ${MK_TESTS} conditional idiom for including test | Enji Cooper | 2017-08-02 | 1 | -3/+1 |
| * | Convert absolute links to relative links. | Rodney W. Grimes | 2017-03-07 | 1 | -1/+1 |
| * | Assert that there is no unresolved symbols during rtld linking. | Konstantin Belousov | 2016-11-15 | 1 | -1/+1 |
| * | Update hint to utilize user variable. | Konstantin Belousov | 2016-11-15 | 1 | -1/+1 |
| * | Fix race for incrementally rebuilding VERSION_MAP. | Bryan Drewery | 2016-07-03 | 1 | -2/+1 |
| * | MFH | Glen Barber | 2016-04-04 | 1 | -0/+3 |
| |\ |
|
| | * | WITHOUT_TOOLCHAIN: Fix build of rtld. | Bryan Drewery | 2016-03-31 | 1 | -0/+3 |
| * | | Remove libc, librtld_db, libthr packages, and further increase | Glen Barber | 2016-02-05 | 1 | -1/+4 |
| * | | Include ld-elf.so and ld-elf32.so in the librtld_db | Glen Barber | 2016-02-05 | 1 | -0/+1 |
| |/ |
|
| * | Follow-on to r291666: use -ffreestanding instead of -fno-builtin. | Nathan Whitehorn | 2015-12-03 | 1 | -1/+1 |
| * | Fix build on GCC 5.2 where, at least on PPC64, the compiler would "optimize" | Nathan Whitehorn | 2015-12-03 | 1 | -2/+1 |
| * | Fix build after r291620. | Bryan Drewery | 2015-12-01 | 1 | -1/+1 |
| * | Don't override LIB*DIR variables from src.libnames.mk. | Bryan Drewery | 2015-12-01 | 1 | -4/+2 |
| * | Use LIBEXECDIR for /usr/libexec. | Bryan Drewery | 2015-11-26 | 1 | -1/+1 |
| * | META_MODE: No need to fix the link in this case. | Bryan Drewery | 2015-09-18 | 1 | -1/+1 |
| * | Change compiler setting to make default visibility of the symbols for | Konstantin Belousov | 2015-03-29 | 1 | -0/+3 |
| * | Convert to LIBADD | Baptiste Daroussin | 2014-11-25 | 1 | -4/+2 |
| * | Remove MK_ARM_EABI, the armeb issues have been fixed. The code to support | Andrew Turner | 2014-10-01 | 1 | -1/+1 |
| * | Document the whole settings needed to build a debug version of rtld. | Konstantin Belousov | 2014-08-29 | 1 | -0/+4 |
| * | Revert r267233 for now. PIE support needs to be reworked. | Bryan Drewery | 2014-08-19 | 1 | -2/+0 |
| * | Test RTLD's new LD_LIBRARY_PATH_FDS variable. | Jonathan Anderson | 2014-06-20 | 1 | -0/+4 |
| * | In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE. | Bryan Drewery | 2014-06-08 | 1 | -0/+2 |
| * | Use src.opts.mk in preference to bsd.own.mk except where we need stuff | Warner Losh | 2014-05-06 | 1 | -1/+1 |
| * | Replace LIBGCC by LIBCOMPILER_RT. | Ed Schouten | 2014-01-18 | 1 | -5/+6 |
| * | 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 |
| * | Remove libssp_nonshared from the rtld linking set. The only use for the | Konstantin Belousov | 2012-03-24 | 1 | -1/+1 |
| * | Centralize the calculation of the top source directory. This | Konstantin Belousov | 2012-03-23 | 1 | -2/+3 |
| * | Add support for preinit, init and fini arrays. Some ABIs, in | Konstantin Belousov | 2012-03-11 | 1 | -0/+1 |
| * | Rtld links with the specially built pic static libc library to get some | Konstantin Belousov | 2011-08-24 | 1 | -1/+1 |
| * | Compile RTLD with global dot symbols on 64-bit PowerPC, as a crutch for | Nathan Whitehorn | 2011-06-08 | 1 | -0/+1 |
| * | Add a hook to pass debug flags to the build of rtld when doing make in | Konstantin Belousov | 2010-12-25 | 1 | -1/+1 |
| * | Use -fPIC to build libexec/rtld-elf on sparc64, so it will also be able | Dimitry Andric | 2010-11-11 | 1 | -1/+6 |
| * | Unbreak ia64. | Marcel Moolenaar | 2010-10-22 | 1 | -2/+0 |
| * | Make RTLD work on powerpc64 again. If there is a sub-directory named | Nathan Whitehorn | 2010-08-24 | 1 | -7/+10 |
| * | MFtbemd: | Warner Losh | 2010-08-23 | 1 | -7/+7 |
| * | RTLD support for powerpc64. A few small modifications to the Makefile | Nathan Whitehorn | 2010-07-10 | 1 | -0/+4 |
| * | Make WARNS=6 the default for libexec/. | Ed Schouten | 2010-01-02 | 1 | -0/+1 |
| * | Second attempt at eliminating .text relocations in shared libraries | Alexander Kabaev | 2009-07-14 | 1 | -1/+1 |
| * | Back out previous revision until better tested fix is ready. | Alexander Kabaev | 2009-06-29 | 1 | -1/+1 |
| * | Eliminate .text relocations in shared libraries compiled with stack protector. | Alexander Kabaev | 2009-06-28 | 1 | -1/+1 |