summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Remove some trailing space.kan2015-10-091-5/+5
* Annotate arm userspace assembler sources stating their tolerance tokib2015-09-291-0/+1
* META_MODE: No need to fix the link in this case.bdrewery2015-09-181-1/+1
* Fix how we place each objects thread local data. The code used was basedandrew2015-09-012-4/+4
* Ensure we use calculate_first_tls_offset, even if the main program doesn'tandrew2015-09-011-1/+1
* Disable SSE in libthrvangyzen2015-08-052-2/+2
* Add on the addend when in the R_AARCH64_ABS64 and R_AARCH64_GLOB_DAT cases.andrew2015-07-051-1/+2
* Save & restore the floating-pont argument registers before callingandrew2015-07-021-1/+11
* Also save x8. It may be passed into a function as the indirect resultandrew2015-06-231-1/+3
* Add a workaround to correctly align the stack before calling into C code.andrew2015-06-221-3/+7
* new dependssjg2015-06-161-1/+0
* Add META_MODE support.sjg2015-06-131-0/+15
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-2719-127/+851
| |\ | |/ |/|
| * Merge from head@274682sjg2014-11-1915-361/+345
| |\
| * \ Merge head from 7/28sjg2014-08-1920-1018/+560
| |\ \
| * \ \ Merge from headsjg2014-05-083-2/+18
| |\ \ \
OpenPOWER on IntegriCloud