aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/rtld.h
Commit message (Expand)AuthorAgeFilesLines
* MFC standardization of the ELF types and update of the ELF constants:Marcel Moolenaar2005-12-301-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
* Get the actual pathname of the dynamic linker from the executable'sJohn Polstra1999-08-301-0/+1
* When checking to see if a shared object is already loaded, look forJohn Polstra1999-08-301-1/+4
* Revamp the symbol lookup algorithm to cope better with objectsJohn Polstra1999-08-301-2/+15
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Change many asserts into normal errors. They were all for conditionsJohn Polstra1999-07-181-3/+3
* Eliminate all machine-dependent code from the main source body andJohn Polstra1999-04-091-4/+8
* Add alpha support.Doug Rabson1998-09-041-3/+20
* Suppress duplicate entries in ldd output.John Polstra1998-09-021-1/+2
* Update this header to use the revamped elf headers which select Elf32John Birrell1998-08-211-12/+12
* Add GDB support. The method and some of the code came from NetBSD's elfDoug Rabson1998-04-301-1/+4
* Import the ELF dynamic linker. This is the ElfKit version withJohn Polstra1998-03-071-0/+122