summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/rtld.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revamp the mechanism for enumerating and calling shared objects'jdp2000-01-091-3/+15
* Add a new function dllockinit() for registering thread lockingjdp1999-12-271-0/+4
* Make jdk-1.1.8 work again. It turns out that some code insidejdp1999-09-051-5/+9
* Get the actual pathname of the dynamic linker from the executable'sjdp1999-08-301-0/+1
* When checking to see if a shared object is already loaded, look forjdp1999-08-301-1/+4
* Revamp the symbol lookup algorithm to cope better with objectsjdp1999-08-301-2/+15
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Change many asserts into normal errors. They were all for conditionsjdp1999-07-181-3/+3
* Eliminate all machine-dependent code from the main source body andjdp1999-04-091-4/+8
* Add alpha support.dfr1998-09-041-3/+20
* Suppress duplicate entries in ldd output.jdp1998-09-021-1/+2
* Update this header to use the revamped elf headers which select Elf32jb1998-08-211-12/+12
* Add GDB support. The method and some of the code came from NetBSD's elfdfr1998-04-301-1/+4
* Import the ELF dynamic linker. This is the ElfKit version withjdp1998-03-071-0/+122
OpenPOWER on IntegriCloud