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