aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/rtld.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r234840:Konstantin Belousov2012-05-131-1/+19
* MFC r233361:Konstantin Belousov2012-04-061-10/+10
* MFC r233307:Konstantin Belousov2012-04-051-2/+2
* MFC r233546:Konstantin Belousov2012-04-031-0/+1
* MFC r233231:Konstantin Belousov2012-04-031-3/+8
* MFC r232974:Konstantin Belousov2012-03-301-0/+1
* MFC r232831:Konstantin Belousov2012-03-301-0/+15
* MFC r230784:Konstantin Belousov2012-02-131-0/+3
* MFC r228435:Konstantin Belousov2012-01-041-0/+5
* MFC r228375:Konstantin Belousov2011-12-301-1/+1
* Rtld links with the specially built pic static libc library to get someKonstantin Belousov2011-08-241-0/+1
* Use sigsetjmp/siglongjmp with disabled signal mask access forKonstantin Belousov2011-02-091-1/+1
* In rtld, read the initial stack access mode from AT_STACKPROT as setKonstantin Belousov2011-01-081-0/+1
* Implement support for ELF filters in rtld. Both normal and auxillaryKonstantin Belousov2010-12-251-5/+40
* If dlopen() is called for the dso that has been already loaded as aKonstantin Belousov2010-11-031-0/+1
* Check for undefined weak symbols during PLT binding on powerpc64, and doNathan Whitehorn2010-09-121-0/+1
* Allow to load not-openable dso when tracing. This fixes ldd on such dso orKonstantin Belousov2009-11-281-2/+3
* Implement rtld part of the support for -z nodlopen (see ld(1)).Konstantin Belousov2009-11-261-0/+5
* Allow order of initialization of loaded shared objects to beAlexander Kabaev2009-06-201-2/+4
* Increase the size of the static TLS area slightly (required for the NVidia'sDoug Rabson2009-05-271-1/+1
* Implement support for RTLD_NODELETE flag for dlopen() and -z nodeleteKonstantin Belousov2009-03-301-0/+2
* Implement the dynamic string token substitution in the rpath andKonstantin Belousov2009-03-181-1/+2
* MFp4: Add mips support for dynamic linking.Warner Losh2008-04-041-0/+5
* Implement dl_iterate_phdr function.Alexander Kabaev2007-04-031-9/+10
* Implement ELF symbol versioning using GNU semantics. This code aimsAlexander Kabaev2005-12-181-3/+34
* Make our ELF64 type definitions match standards. In particular thisMarcel Moolenaar2005-12-181-2/+2
* Attempt to free any static TLS space used by a shared library when itDoug Rabson2005-02-271-0/+1
* Add support for Thread Local Storage.Doug Rabson2004-08-031-0/+23
* Add initial support for compiling a special 32 bit version ofPeter Wemm2004-03-211-0/+12
* Prepend /lib to the builtin library search path in rtld.Gordon Tetlow2003-08-171-1/+1
* Provide a mechanism for dumping relocation information.Matthew N. Dodd2003-06-191-0/+5
* Move MD function prototypes together.Matthew N. Dodd2003-06-191-4/+8
* Fix warnings; no parameters in function prototypes.Matthew N. Dodd2003-06-191-1/+1
* - Add support for DT_FLAGS.Matthew N. Dodd2003-06-181-0/+2
* Allow threading libraries to register their own lockingAlexander Kabaev2003-05-291-1/+2
* Implement dlinfo() function.Alexander Kabaev2003-02-131-1/+1
* Remove /usr/lib/elf from a default search path.Alexander Kabaev2003-02-131-1/+1
* Update rtld for the "new" ia64 ABI. In the old toolchain, thePeter Wemm2001-10-291-2/+2
* Add ia64 support. Various adjustments were made to existing targets toDoug Rabson2001-10-151-2/+3
* Performance improvements for the ELF dynamic linker. TheseJohn Polstra2001-05-051-1/+10
* * include/elf.h has been repo copied to include/elf-hints.h, and it noDavid E. O'Brien2001-05-021-1/+2
* Add support for dlsym(RTLD_DEFAULT, ...).John Polstra2000-09-191-2/+2
* Revamp the code that calls shared libraries' init and fini functions.John Polstra2000-07-261-8/+2
* Solve the dynamic linker's problems with multithreaded programs onceJohn Polstra2000-07-081-5/+18
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-4/+4
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-4/+4
* When a threads package registers locking methods with dllockinit(),John Polstra2000-01-291-1/+3
* Revamp the mechanism for enumerating and calling shared objects'John Polstra2000-01-091-3/+15
* Add a new function dllockinit() for registering thread lockingJohn Polstra1999-12-271-0/+4
* Make jdk-1.1.8 work again. It turns out that some code insideJohn Polstra1999-09-051-5/+9