summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf
Commit message (Expand)AuthorAgeFilesLines
* Avoid using the global offset table to get the address of _DYNAMIC injake2003-07-042-1/+18
* Fix warnings on 64 bit platforms.mdodd2003-06-191-9/+9
* Add function prototypes.mdodd2003-06-191-0/+2
* LD_DUMP_REL_PRE and LD_DUMP_REL_POST don't output to stderr; don'tmdodd2003-06-191-2/+2
* Provide a mechanism for dumping relocation information.mdodd2003-06-194-0/+116
* Move MD function prototypes together.mdodd2003-06-191-4/+8
* Fix warnings; no parameters in function prototypes.mdodd2003-06-192-3/+3
* Avoid a NULL pointer dereference.mdodd2003-06-181-1/+2
* Include libmap.h for prototypes.mdodd2003-06-181-0/+1
* - Add support for DT_FLAGS.mdodd2003-06-183-1/+21
* Don't fail if we encounter a relocation of type "none". Just ignoremarcel2003-06-071-0/+3
* Set CSTD to gnu99. We can only use on of the gnu?9 C languages.obrien2003-06-041-0/+1
* Assorted mdoc(7) fixes.ru2003-06-021-5/+5
* - use issetugid()mdodd2003-05-311-3/+2
* Simplify map_object() by breaking out the ELF header validation bitsmdodd2003-05-311-58/+67
* Provide function entry debugging messages.mdodd2003-05-311-1/+16
* Use the environment variable LD_LIBMAP_DISABLE to disablemdodd2003-05-312-3/+11
* Don't post-increment pointers inside a loop conditional.mdodd2003-05-301-11/+11
* Allow threading libraries to register their own lockingkan2003-05-2920-480/+558
* Initial pass at supporting shared libraries on amd64. There are stillpeter2003-05-242-73/+101
* - Use xmalloc() and xstrdup() instead of malloc() and strdup().mdodd2003-05-191-5/+14
* Since libmap.conf is referenced in rtld.1, include it in the referencesrwatson2003-05-171-0/+1
* mdoc(7) police: Normalize the FILES section.ru2003-05-161-2/+3
* Rethink the way we count module references. Simply followingkan2003-05-081-18/+30
* Fix signed/unsigned comparison warnings.obrien2003-05-043-8/+9
* Remove 80386 bandaids from code repocopied from i386. rtld_start.S stillpeter2003-04-301-78/+4
* Remove redundant strlen checks, do not check the samekan2003-04-301-23/+24
* Code cleanups and sanity checking for config file parser.mdodd2003-04-101-19/+52
* Dynamic object dependency mapping: libmap.mdodd2003-04-075-5/+238
* Fix for ia64/48024 - ensure function pointer equality across elfarun2003-03-191-52/+77
* Free obj->priv field in obj_free functions. This field is NULLkan2003-03-141-0/+1
* No need to zero fill memory, mmapped anonymously. Kernel willkan2003-03-146-15/+1
* Do not remove object from the lists at the unref_dag() stage.kan2003-02-171-8/+26
* Advertize rtld(1) as ld.so(1) in manual pages worldphantom2003-02-132-1/+3
* Fix a typo in rtld_dirname.kan2003-02-131-1/+1
* Implement dlinfo() function.kan2003-02-132-32/+262
* Add missing include files I forgot about in previous commit.kan2003-02-131-0/+2
* Remove /usr/lib/elf from a default search path.kan2003-02-133-19/+17
* When unloading dependencies make sure they are removed from all thekan2003-02-101-9/+10
* Change the way ELF coredumps are handled. Instead of unconditionallydillon2002-12-161-6/+23
* Uniformly refer to a file system as "file system".ru2002-12-121-1/+1
* Fix rtld to handle SPARC_R_UA{16,64} relocations correctly.kan2002-12-051-2/+2
* rtld support for PowerPC. Mostly obtained from NetBSD, with modsgrehan2002-12-045-0/+926
* Put back a test for binaries with no PT_LOAD entries I over-jealoslykan2002-11-291-0/+4
* Fix the handling of high PLT entries (> 32764) on sparc64. This requirestmm2002-11-1812-213/+242
* Add support for binaries with arbitrary number of PT_LOAD sections.kan2002-10-232-45/+55
* Change the symbol lookup order to search RTLD_GLOBAL objectskan2002-10-191-12/+12
* Fix a problem with RTLD_TRACE flag to dlopen(3), which sometimes can returnsobomax2002-10-191-6/+8
* Use the new freebsd output format from Binutils 2.13.1.obrien2002-10-121-2/+2
* <machine/atomic.h> requires <sys/types.h>.ru2002-10-092-2/+1
OpenPOWER on IntegriCloud