aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for dlsym(RTLD_DEFAULT, ...).John Polstra2000-09-192-69/+97
* Pass two pointer parameters to the r_debug_state() hookJohn W. De Boskey2000-08-261-8/+18
* Revamp the code that calls shared libraries' init and fini functions.John Polstra2000-07-262-106/+185
* We shouldn't use cp to save the old ld-elf.so.1. Use the sanctioned toolBrian Feldman2000-07-201-1/+2
* Fix a bug which could cause programs with user threads packages toJohn Polstra2000-07-173-5/+88
* Solve the dynamic linker's problems with multithreaded programs onceJohn Polstra2000-07-0810-334/+770
* When installing the dynamic linker, save the previous version inJohn Polstra2000-07-081-0/+12
* Only punctuation is an allowed argument type for open-close macrosSheldon Hearn2000-06-301-1/+2
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-262-5/+5
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-232-5/+5
* Eliminate unaligned accesses that occurred when relocating theJohn Polstra2000-05-221-12/+27
* Cross-reference ldd(1) in rtld(1) and vice versa.Sheldon Hearn2000-03-281-0/+1
* Fixed missing DPADDs.Bruce Evans2000-03-271-4/+5
* Add a manual page for the ELF dynamic linker. I initially createdJohn Polstra2000-01-292-99/+22
* When a threads package registers locking methods with dllockinit(),John Polstra2000-01-295-50/+137
* Block almost all signals in the default locking method instead ofJohn Polstra2000-01-254-32/+40
* Allow files in LD_PRELOAD to be separated by white space, like SolarisJohn Polstra2000-01-221-3/+4
* Revamp the mechanism for enumerating and calling shared objects'John Polstra2000-01-096-139/+187
* Work around an assert failure in the dynamic linker's default threadJohn Polstra1999-12-284-16/+32
* Add a new function dllockinit() for registering thread lockingJohn Polstra1999-12-2711-45/+509
* In revision 1.21 I changed the search order for shared libraries,John Polstra1999-11-191-1/+1
* .Nm += "rtld"Alexey Zelkin1999-09-281-1/+2
* Make jdk-1.1.8 work again. It turns out that some code insideJohn Polstra1999-09-051-5/+9
* Enable -Wformat checking for debug_printf().John Polstra1999-09-041-1/+3
* Change the warning about unrecognized entries in the dynamic tableJohn Polstra1999-09-041-2/+2
* When looking up symbols, search the objects loaded at program startJohn Polstra1999-09-041-8/+8
* Get the actual pathname of the dynamic linker from the executable'sJohn Polstra1999-08-303-12/+31
* When checking to see if a shared object is already loaded, look forJohn Polstra1999-08-303-7/+38
* Revamp the symbol lookup algorithm to cope better with objectsJohn Polstra1999-08-304-82/+245
* When honoring -Bsymbolic, still keep searching if only a weakJohn Polstra1999-08-301-4/+8
* Simplify the logic in find_symdef().John Polstra1999-08-301-45/+41
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2818-18/+18
* Add a NULL pointer check whose absence could cause segmentationJohn Polstra1999-08-201-6/+6
* Change many asserts into normal errors. They were all for conditionsJohn Polstra1999-07-183-39/+65
* Change the symbol used to find the end of an object's address spaceJohn Polstra1999-07-141-2/+2
* Add code to 'handle' R_ALPHA_NONE relocations by ignoring them.Doug Rabson1999-07-121-1/+4
* Add a MAINTAINER line naming myself. We control the vertical. WeJohn Polstra1999-07-091-1/+2
* Fix bug: if a dlopen() failed (e.g., because of undefined symbols),John Polstra1999-07-091-38/+44
* Shake hands with GDB a little bit earlier so that it is possible toJohn Polstra1999-07-031-3/+3
* Fix a reference counting problem when using dlopen(NULL, ...).John Polstra1999-06-251-3/+4
* Fix a serious performance bug for large programs on the Alpha,John Polstra1999-06-257-103/+231
* Back out my change from 6 April PDT that added a new dlversion()John Polstra1999-04-221-16/+1
* After relocating the main program, but before calling any of theJohn Polstra1999-04-211-7/+33
* The ELF specification says that the RPATH in the executable orJohn Polstra1999-04-091-4/+4
* Eliminate all machine-dependent code from the main source body andJohn Polstra1999-04-0914-88/+488
* Fix a couple of typos in comments.John Polstra1999-04-071-3/+3
* Add a new function dlversion() which returns the version number ofJohn Polstra1999-04-071-1/+16
* Resolve undefined weak references to a value of 0. This solves theJohn Polstra1999-04-051-1/+13
* If somebody does an execv("foo", NULL) (which theoretically is an error),Peter Wemm1999-04-041-2/+2
* - Commit the correct dladdr() implementation.Nate Williams1999-03-241-7/+14