aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf
Commit message (Expand)AuthorAgeFilesLines
...
* Now that local symbols aren't looked up with the symbol hash table,Marcel Moolenaar2002-04-271-10/+3
* Don't do symbol lookups for local symbols. The symbol index in theMarcel Moolenaar2002-04-271-7/+14
* Fix a relocation bug in the ia64 ld.so. Weak function pointers in sharedPeter Wemm2002-04-071-3/+16
* Minor changes to make this work on sparc64.Jake Burkholder2002-04-021-33/+46
* rtld support for sparc64.Jake Burkholder2002-03-135-0/+1073
* When searching an object that was opened with RTLD_GLOBAL, search its DAG too.Dag-Erling Smørgrav2002-02-271-3/+6
* ld-elf.so.1 assumed a few too many things about the ordering of sectionsPeter Wemm2002-02-185-71/+264
* Add support such that if LD_TRACE_LOADED_OBJECTS_ALL is defined to aDavid E. O'Brien2002-02-172-2/+11
* Allow ldd(1) be used on shared libraries in addition to executables.Maxim Sobolev2002-02-041-9/+35
* Mark a function as __printflike()Kris Kennaway2002-02-041-1/+1
* Change the library search order so that LD_LIBRARY_PATH overridesJohn Polstra2002-01-251-2/+2
* Change brk's prototype from char *brk(const char *) to int brk(const void *)David Malone2002-01-241-1/+0
* mdoc(7) police: tidy up.Ruslan Ermilov2002-01-101-17/+25
* Update rtld for the "new" ia64 ABI. In the old toolchain, thePeter Wemm2001-10-297-9/+34
* Fix a dependency violation (branch after alloc)Peter Wemm2001-10-291-1/+1
* Add ia64 support. Various adjustments were made to existing targets toDoug Rabson2001-10-1514-33/+1069
* The support for accelerating find_symdef() with a cache was broken. ThisDoug Rabson2001-10-101-8/+9
* mdoc(7) police:Ruslan Ermilov2001-08-071-4/+2
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. TheSheldon Hearn2001-07-262-2/+2
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-091-2/+0
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).Ruslan Ermilov2001-07-061-1/+1
* Use new backup feature of install(1).Ruslan Ermilov2001-05-281-14/+1
* Performance improvements for the ELF dynamic linker. TheseJohn Polstra2001-05-055-18/+60
* * include/elf.h has been repo copied to include/elf-hints.h, and it noDavid E. O'Brien2001-05-021-1/+2
* - Backout botched attempt to intoduce MANSECT feature.Ruslan Ermilov2001-03-261-1/+1
* Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-161-1/+1
* Fix a bug in which a program called dlclose from a destructor andJohn Polstra2001-01-051-2/+43
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-201-3/+5
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-091-2/+3
* Remove the superfluous call to _rtld_error() in symlook_default().John Polstra2000-11-071-2/+0
* 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-328/+764
* 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-135/+183
* Work around an assert failure in the dynamic linker's default threadJohn Polstra1999-12-284-16/+32