summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/rtld.h
Commit message (Expand)AuthorAgeFilesLines
* Import the DragonFly BSD commit 4f0bc915b65fcf5a23214f6d221d65c80be68ad4kib2012-07-151-0/+10
* Add GNU hash support for rtld.kib2012-04-301-1/+13
* Split the symlook_obj1 into a loop iterating over the ELF object symbolkib2012-04-301-0/+6
* Prevent rtld_verify_object_versions() from being called several timeskib2012-03-271-0/+1
* Remove superfluous extern keywords.kib2012-03-231-10/+10
* Use xmalloc() instead of malloc() in the places where malloc() callskib2012-03-221-2/+2
* Fix several problems with our ELF filters implementation.kib2012-03-201-3/+8
* Rtld on diet 3.kib2012-03-141-0/+1
* Add support for preinit, init and fini arrays. Some ABIs, inkib2012-03-111-0/+15
* Add support for GNU RELRO.kib2012-01-301-0/+3
* Spelling fixes for libexec/uqs2012-01-071-1/+1
* Add support for STT_GNU_IFUNC and R_MACHINE_IRELATIVE GNU extensions tokib2011-12-121-0/+5
* Typo.kib2011-12-091-1/+1
* Rtld links with the specially built pic static libc library to get somekib2011-08-241-0/+1
* Use sigsetjmp/siglongjmp with disabled signal mask access forkib2011-02-091-1/+1
* In rtld, read the initial stack access mode from AT_STACKPROT as setkib2011-01-081-0/+1
* Implement support for ELF filters in rtld. Both normal and auxillarykib2010-12-251-5/+40
* If dlopen() is called for the dso that has been already loaded as akib2010-11-031-0/+1
* Check for undefined weak symbols during PLT binding on powerpc64, and donwhitehorn2010-09-121-0/+1
* Allow to load not-openable dso when tracing. This fixes ldd on such dso orkib2009-11-281-2/+3
* Implement rtld part of the support for -z nodlopen (see ld(1)).kib2009-11-261-0/+5
* Allow order of initialization of loaded shared objects to bekan2009-06-201-2/+4
* Increase the size of the static TLS area slightly (required for the NVidia'sdfr2009-05-271-1/+1
* Implement support for RTLD_NODELETE flag for dlopen() and -z nodeletekib2009-03-301-0/+2
* Implement the dynamic string token substitution in the rpath andkib2009-03-181-1/+2
* MFp4: Add mips support for dynamic linking.imp2008-04-041-0/+5
* Implement dl_iterate_phdr function.kan2007-04-031-9/+10
* Implement ELF symbol versioning using GNU semantics. This code aimskan2005-12-181-3/+34
* Make our ELF64 type definitions match standards. In particular thismarcel2005-12-181-2/+2
* Attempt to free any static TLS space used by a shared library when itdfr2005-02-271-0/+1
* Add support for Thread Local Storage.dfr2004-08-031-0/+23
* Add initial support for compiling a special 32 bit version ofpeter2004-03-211-0/+12
* Prepend /lib to the builtin library search path in rtld.gordon2003-08-171-1/+1
* Provide a mechanism for dumping relocation information.mdodd2003-06-191-0/+5
* Move MD function prototypes together.mdodd2003-06-191-4/+8
* Fix warnings; no parameters in function prototypes.mdodd2003-06-191-1/+1
* - Add support for DT_FLAGS.mdodd2003-06-181-0/+2
* Allow threading libraries to register their own lockingkan2003-05-291-1/+2
* Implement dlinfo() function.kan2003-02-131-1/+1
* Remove /usr/lib/elf from a default search path.kan2003-02-131-1/+1
* Update rtld for the "new" ia64 ABI. In the old toolchain, thepeter2001-10-291-2/+2
* Add ia64 support. Various adjustments were made to existing targets todfr2001-10-151-2/+3
* Performance improvements for the ELF dynamic linker. Thesejdp2001-05-051-1/+10
* * include/elf.h has been repo copied to include/elf-hints.h, and it noobrien2001-05-021-1/+2
* Add support for dlsym(RTLD_DEFAULT, ...).jdp2000-09-191-2/+2
* Revamp the code that calls shared libraries' init and fini functions.jdp2000-07-261-8/+2
* Solve the dynamic linker's problems with multithreaded programs oncejdp2000-07-081-5/+18
* Back out the previous change to the queue(3) interface.jake2000-05-261-4/+4
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-4/+4
* When a threads package registers locking methods with dllockinit(),jdp2000-01-291-1/+3
OpenPOWER on IntegriCloud