summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf
Commit message (Expand)AuthorAgeFilesLines
* 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
* rtld: Use common NT_FREEBSD_* note types introduced in r291909emaste2015-12-211-4/+4
* Use variable names that aren't as prone to dyslexic confusion.imp2015-12-181-2/+2
* Fix LDADD/DPADD that should be LIBADD.bdrewery2015-12-041-2/+1
* Follow-on to r291666: use -ffreestanding instead of -fno-builtin.nwhitehorn2015-12-031-1/+1
* Provide support for ELFv2 userland if using a newer compiler (recent clangnwhitehorn2015-12-034-10/+70
* Fix build on GCC 5.2 where, at least on PPC64, the compiler would "optimize"nwhitehorn2015-12-031-2/+1
* Fix build after r291620.bdrewery2015-12-011-1/+1
* Don't override LIB*DIR variables from src.libnames.mk.bdrewery2015-12-011-4/+2
* Use LIBEXECDIR for /usr/libexec.bdrewery2015-11-261-1/+1
* Rather than using the #define for path names, indirect through a char *imp2015-10-313-9/+24
* Move all the paths into a new path.h to centralize them.imp2015-10-315-33/+67
* Allow PT_NOTES segments to be located anywhere in the executablekib2015-10-141-3/+21
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andngie2015-10-121-1/+0
OpenPOWER on IntegriCloud