| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | | | | | | | Make die available as rtld_die for use by MD relocation code | Ed Maste | 2015-04-02 | 2 | -20/+20 |
* | | | | | | | | | | | Correct copyright typo | Ed Maste | 2015-03-31 | 1 | -1/+1 |
* | | | | | | | | | | | Add the arm64 code to the runtime linker. It's not able to be built as we | Andrew Turner | 2015-03-31 | 4 | -1/+515 |
* | | | | | | | | | | | Change compiler setting to make default visibility of the symbols for | Konstantin Belousov | 2015-03-29 | 12 | -16/+43 |
* | | | | | | | | | | | When a file is executed and the path starts with `/', AT_EXECPATH is set | Jung-uk Kim | 2015-02-27 | 1 | -8/+7 |
* | | | | | | | | | | | Add the following options to enable/disable several features in the base system | Enji Cooper | 2015-02-04 | 1 | -6/+24 |
* | | | | | | | | | | | Use powerof2(). Remove single-use variable. | Konstantin Belousov | 2015-01-30 | 1 | -5/+3 |
* | | | | | | | | | | | Allow tracing dlfunc() / dlsym() events. | Dag-Erling Smørgrav | 2015-01-25 | 1 | -4/+13 |
* | | | | | | | | | | | Add MK_TALK knob for building the talk and talkd | Enji Cooper | 2015-01-25 | 1 | -1/+4 |
* | | | | | | | | | | | Apply r246556 to powerpc: | Justin Hibbits | 2015-01-06 | 1 | -5/+5 |
* | | | | | | | | | | | Do not erronously export 'openat' symbol from rtld. | Konstantin Belousov | 2015-01-04 | 1 | -1/+3 |
* | | | | | | | | | | | Add rtld private interface for dso to detect dynamic loading | Konstantin Belousov | 2015-01-03 | 3 | -0/+24 |
* | | | | | | | | | | | Fix the following -Werror warning from clang 3.5.0, while building | Dimitry Andric | 2014-12-28 | 1 | -1/+1 |
* | | | | | | | | | | | The runtime linker needs to include a path to itself in the link map | John Baldwin | 2014-12-02 | 1 | -0/+2 |
* | | | | | | | | | | | Convert to LIBADD | Baptiste Daroussin | 2014-11-25 | 28 | -76/+34 |
* | | | | | | | | | | | Revert r274772: it is not valid on MIPS | Ed Maste | 2014-11-25 | 1 | -1/+1 |
* | | | | | | | | | | | Use canonical __PIC__ flag | Ed Maste | 2014-11-21 | 1 | -1/+1 |
* | | | | | | | | | | | I agree w/ tedu that this isn't a Bug.. it's like complaining that | John-Mark Gurney | 2014-11-20 | 1 | -18/+2 |
| |_|_|_|_|_|_|_|_|/
|/| | | | | | | | | |
|
* | | | | | | | | | | Add baud rate support to telnet(1) | Enji Cooper | 2014-11-11 | 1 | -0/+1 |
* | | | | | | | | | | MFV: Import atf-0.21. | Julio Merino | 2014-11-01 | 3 | -3/+7 |
* | | | | | | | | | | This is the much-discussed major upgrade to the random(4) device, known to yo... | Mark Murray | 2014-10-30 | 1 | -1/+1 |
* | | | | | | | | | | Add an "empty" Makefile.pc98 because it doesn't need/want HYPERV. It | Warner Losh | 2014-10-16 | 1 | -0/+4 |
* | | | | | | | | | | HYPERV isn't available on all architectures, but just on by default | Warner Losh | 2014-10-16 | 3 | -5/+12 |
* | | | | | | | | | | Always return pathname in dl_iterate_phdr's dlpi_name, as Linux does | Ed Maste | 2014-10-09 | 1 | -2/+1 |
* | | | | | | | | | | Remove MK_ARM_EABI, the armeb issues have been fixed. The code to support | Andrew Turner | 2014-10-01 | 1 | -1/+1 |
* | | | | | | | | | | Import HyperV Key-Value Pair (KVP) driver and daemon code by Microsoft, | Xin LI | 2014-09-13 | 2 | -0/+15 |
* | | | | | | | | | | Document the whole settings needed to build a debug version of rtld. | Konstantin Belousov | 2014-08-29 | 1 | -0/+4 |
* | | | | | | | | | | Optimize r270798, only do the second pass over non-plt relocations | Konstantin Belousov | 2014-08-29 | 4 | -3/+9 |
* | | | | | | | | | | IFUNC symbol type shall be processed for non-PLT relocations, | Konstantin Belousov | 2014-08-29 | 9 | -334/+311 |
* | | | | | | | | | | Remove stray newline. | Konstantin Belousov | 2014-08-27 | 1 | -1/+1 |
* | | | | | | | | | | Fix "make checkdpadd" by "spoofing" DPADD | Enji Cooper | 2014-08-26 | 1 | -0/+1 |
* | | | | | | | | | | Always check the limits of array index variables before using them. | Pedro F. Giffuni | 2014-08-21 | 1 | -2/+2 |
* | | | | | | | | | | Revert r267233 for now. PIE support needs to be reworked. | Bryan Drewery | 2014-08-19 | 4 | -8/+0 |
* | | | | | | | | | | Remove LOG_ODELAY because it does nothing. | Neel Natu | 2014-08-17 | 2 | -2/+2 |
* | | | | | | | | | | Rework privatelib/internallib | Baptiste Daroussin | 2014-08-06 | 2 | -4/+2 |
* | | | | | | | | | | Similar to r269506, fix LIBDIR to not duplicate TESTSDIR | Enji Cooper | 2014-08-05 | 1 | -2/+2 |
* | | | | | | | | | | Remove unnecessary .PATH directive | Enji Cooper | 2014-08-05 | 1 | -2/+0 |
* | | | | | | | | | | Fix BINDIR to not duplicate "${TESTSDIR} | Enji Cooper | 2014-08-04 | 1 | -1/+1 |
* | | | | | | | | | | Move a -L argument from LDADD to LDFLAGS | Enji Cooper | 2014-08-04 | 1 | -1/+3 |
* | | | | | | | | | | Fix a -Wsecurity warning with clang | Enji Cooper | 2014-08-04 | 1 | -1/+1 |
* | | | | | | | | | | Remove hardcoded path to TESTSDIR (Makefile, ld_library_pathfds.c) at | Enji Cooper | 2014-08-04 | 2 | -12/+11 |
| |_|_|_|_|_|_|_|/
|/| | | | | | | | |
|
* | | | | | | | | | Don't save entropy inside jails. | Xin LI | 2014-07-22 | 1 | -0/+2 |
* | | | | | | | | | Replace all uses of libncurses and libtermcap with their wide character | Brooks Davis | 2014-07-17 | 1 | -2/+2 |
* | | | | | | | | | libpythagoras needs libm. | Julio Merino | 2014-07-16 | 1 | -0/+3 |
* | | | | | | | | | Fix atf-sh's integration_test | Julio Merino | 2014-07-09 | 1 | -2/+5 |
* | | | | | | | | | Remove ia64. | Marcel Moolenaar | 2014-07-07 | 5 | -997/+3 |
* | | | | | | | | | Align the stack in _rtld_bind_start. Normally this is called with the | Andrew Turner | 2014-07-06 | 1 | -2/+5 |
* | | | | | | | | | Fix r264346 for ia64. We need to allocate memory for the function | Marcel Moolenaar | 2014-07-02 | 2 | -0/+9 |
* | | | | | | | | | mdoc: remove superfluous paragraph macros. | Joel Dahl | 2014-06-23 | 1 | -1/+0 |
* | | | | | | | | | Test RTLD's new LD_LIBRARY_PATH_FDS variable. | Jonathan Anderson | 2014-06-20 | 8 | -0/+373 |