summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf
Commit message (Expand)AuthorAgeFilesLines
* MFC r310025:bdrewery2017-01-031-2/+2
* MFC r305148:bdrewery2017-01-032-0/+36
* MFC r309411: Retire long-broken/unused static rtld supportemaste2017-01-034-19/+11
* MFC r310155:kib2016-12-191-1/+1
* MFC 308456: Pass the correct flag to find_symdef() from _rtld_bind().jhb2016-12-012-3/+3
* MFC r308689:kib2016-11-2320-5/+151
* MFC r308688:kib2016-11-221-1/+1
* MFC r308687:kib2016-11-221-1/+1
* MFC r304016:kib2016-08-192-27/+65
* MFC r304012:kib2016-08-191-0/+4
* MFC r304011:kib2016-08-191-10/+6
* MFC r302908:bdrewery2016-07-221-1/+1
* Fix race for incrementally rebuilding VERSION_MAP.bdrewery2016-07-031-2/+1
* Fix issues found by Coverity in the rtld-elf.c:gethints().kib2016-05-251-7/+28
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedngie2016-05-043-13/+0
* libexec: minor spelling fixes in comments.pfg2016-05-012-2/+2
* rtld-elf: use our roundup2() macro when param.h is available.pfg2016-04-191-2/+2
* rtld-elf: use NULL instead of zero for pointers.pfg2016-04-195-5/+5
* MFHgjb2016-04-041-0/+3
|\
| * WITHOUT_TOOLCHAIN: Fix build of rtld.bdrewery2016-03-311-0/+3
* | MFHgjb2016-03-101-0/+19
|\ \ | |/
| * DIRDEPS_BUILD: Connect MK_TESTS.bdrewery2016-03-091-0/+19
| * Fix handling of DT_TEXTREL for an object with more than one read-onlykib2016-03-023-19/+42
* | MFHgjb2016-03-023-19/+42
* | MFHgjb2016-03-021-1/+1
|\ \ | |/
| * Convert casperd(8) daemon to the libcasper.oshogbo2016-02-251-1/+1
* | MFHgjb2016-02-181-0/+1
|\ \ | |/
| * Fix build race after r295643.bdrewery2016-02-171-0/+1
* | Remove libc, librtld_db, libthr packages, and further increasegjb2016-02-051-1/+4
* | Include ld-elf.so and ld-elf32.so in the librtld_dbgjb2016-02-051-0/+1
* | MFHgjb2016-02-021-3/+9
|\ \ | |/
| * This seems like a very trivial bug that should have been squashed a longsobomax2016-01-301-3/+9
* | First pass to fix the 'tests' packages.gjb2016-02-023-0/+11
|/
* Do not unlock rtld_phdr_lock over callback invocations.kan2016-01-271-3/+1
* Follow r293066 adding a generalized exec hook for RISC-V as well.br2016-01-231-0/+2
* Fix initlist_add_object invocation parameters.kan2016-01-201-3/+3
* Do not call callbacks for dl_iterate_phdr(3) with the rtld bind andkib2016-01-2011-105/+182
* Restore ABI variants now that ldconfig groks -soft. In addition, as aimp2016-01-183-7/+16
* Remove the compat code to handle the kernel passing us an unalingedandrew2016-01-131-7/+1
* Revert r293201, r293202 (rtld: populate DT_DEBUG iff DYNAMIC segment is writa...emaste2016-01-082-5/+2
* Disable abi variant hook until strangeness with packages can be sortedimp2016-01-051-1/+1
* rtld: populate DT_DEBUG iff DYNAMIC segment is writableemaste2016-01-051-0/+1
* rtld: populate DT_DEBUG iff DYNAMIC segment is writableemaste2016-01-051-2/+4
* rtld: wrap a comment to 80 columnsemaste2016-01-051-2/+2
* If md_exec_hook is defined, provide a way to create the stringsimp2016-01-031-2/+18
* Create a generalized exec hook that different architectures can hookimp2016-01-0311-3/+63
* Unify the ELFv1 and ELFv2 code paths and make ELFv1 (the normal ABI) morenwhitehorn2016-01-012-39/+33
* Use a macro to create the names for the library path names. This willimp2015-12-272-23/+26
* rtld: remove old XXX comment missed in r35529emaste2015-12-241-1/+0
* Add support for RISC-V architecture.br2015-12-244-1/+641
OpenPOWER on IntegriCloud