| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Now that local symbols aren't looked up with the symbol hash table, | Marcel Moolenaar | 2002-04-27 | 1 | -10/+3 |
| * | Don't do symbol lookups for local symbols. The symbol index in the | Marcel Moolenaar | 2002-04-27 | 1 | -7/+14 |
| * | Fix a relocation bug in the ia64 ld.so. Weak function pointers in shared | Peter Wemm | 2002-04-07 | 1 | -3/+16 |
| * | Minor changes to make this work on sparc64. | Jake Burkholder | 2002-04-02 | 1 | -33/+46 |
| * | rtld support for sparc64. | Jake Burkholder | 2002-03-13 | 5 | -0/+1073 |
| * | When searching an object that was opened with RTLD_GLOBAL, search its DAG too. | Dag-Erling Smørgrav | 2002-02-27 | 1 | -3/+6 |
| * | ld-elf.so.1 assumed a few too many things about the ordering of sections | Peter Wemm | 2002-02-18 | 5 | -71/+264 |
| * | Add support such that if LD_TRACE_LOADED_OBJECTS_ALL is defined to a | David E. O'Brien | 2002-02-17 | 2 | -2/+11 |
| * | Allow ldd(1) be used on shared libraries in addition to executables. | Maxim Sobolev | 2002-02-04 | 1 | -9/+35 |
| * | Mark a function as __printflike() | Kris Kennaway | 2002-02-04 | 1 | -1/+1 |
| * | Change the library search order so that LD_LIBRARY_PATH overrides | John Polstra | 2002-01-25 | 1 | -2/+2 |
| * | Change brk's prototype from char *brk(const char *) to int brk(const void *) | David Malone | 2002-01-24 | 1 | -1/+0 |
| * | mdoc(7) police: tidy up. | Ruslan Ermilov | 2002-01-10 | 1 | -17/+25 |
| * | Update rtld for the "new" ia64 ABI. In the old toolchain, the | Peter Wemm | 2001-10-29 | 7 | -9/+34 |
| * | Fix a dependency violation (branch after alloc) | Peter Wemm | 2001-10-29 | 1 | -1/+1 |
| * | Add ia64 support. Various adjustments were made to existing targets to | Doug Rabson | 2001-10-15 | 14 | -33/+1069 |
| * | The support for accelerating find_symdef() with a cache was broken. This | Doug Rabson | 2001-10-10 | 1 | -8/+9 |
| * | mdoc(7) police: | Ruslan Ermilov | 2001-08-07 | 1 | -4/+2 |
| * | Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. The | Sheldon Hearn | 2001-07-26 | 2 | -2/+2 |
| * | mdoc(7) police: removed HISTORY info from the .Os call. | Ruslan Ermilov | 2001-07-10 | 1 | -1/+1 |
| * | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | Dima Dorfman | 2001-07-09 | 1 | -2/+0 |
| * | mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2). | Ruslan Ermilov | 2001-07-06 | 1 | -1/+1 |
| * | Use new backup feature of install(1). | Ruslan Ermilov | 2001-05-28 | 1 | -14/+1 |
| * | Performance improvements for the ELF dynamic linker. These | John Polstra | 2001-05-05 | 5 | -18/+60 |
| * | * include/elf.h has been repo copied to include/elf-hints.h, and it no | David E. O'Brien | 2001-05-02 | 1 | -1/+2 |
| * | - Backout botched attempt to intoduce MANSECT feature. | Ruslan Ermilov | 2001-03-26 | 1 | -1/+1 |
| * | Prepare for mdoc(7)NG. | Ruslan Ermilov | 2001-01-16 | 1 | -1/+1 |
| * | Fix a bug in which a program called dlclose from a destructor and | John Polstra | 2001-01-05 | 1 | -2/+43 |
| * | Prepare for mdoc(7)NG. | Ruslan Ermilov | 2000-12-20 | 1 | -3/+5 |
| * | Add `_PATH_DEVZERO'. | David E. O'Brien | 2000-12-09 | 1 | -2/+3 |
| * | Remove the superfluous call to _rtld_error() in symlook_default(). | John Polstra | 2000-11-07 | 1 | -2/+0 |
| * | Add support for dlsym(RTLD_DEFAULT, ...). | John Polstra | 2000-09-19 | 2 | -69/+97 |
| * | Pass two pointer parameters to the r_debug_state() hook | John W. De Boskey | 2000-08-26 | 1 | -8/+18 |
| * | Revamp the code that calls shared libraries' init and fini functions. | John Polstra | 2000-07-26 | 2 | -106/+185 |
| * | We shouldn't use cp to save the old ld-elf.so.1. Use the sanctioned tool | Brian Feldman | 2000-07-20 | 1 | -1/+2 |
| * | Fix a bug which could cause programs with user threads packages to | John Polstra | 2000-07-17 | 3 | -5/+88 |
| * | Solve the dynamic linker's problems with multithreaded programs once | John Polstra | 2000-07-08 | 10 | -328/+764 |
| * | When installing the dynamic linker, save the previous version in | John Polstra | 2000-07-08 | 1 | -0/+12 |
| * | Only punctuation is an allowed argument type for open-close macros | Sheldon Hearn | 2000-06-30 | 1 | -1/+2 |
| * | Back out the previous change to the queue(3) interface. | Jake Burkholder | 2000-05-26 | 2 | -5/+5 |
| * | Change the way that the queue(3) structures are declared; don't assume that | Jake Burkholder | 2000-05-23 | 2 | -5/+5 |
| * | Eliminate unaligned accesses that occurred when relocating the | John Polstra | 2000-05-22 | 1 | -12/+27 |
| * | Cross-reference ldd(1) in rtld(1) and vice versa. | Sheldon Hearn | 2000-03-28 | 1 | -0/+1 |
| * | Fixed missing DPADDs. | Bruce Evans | 2000-03-27 | 1 | -4/+5 |
| * | Add a manual page for the ELF dynamic linker. I initially created | John Polstra | 2000-01-29 | 2 | -99/+22 |
| * | When a threads package registers locking methods with dllockinit(), | John Polstra | 2000-01-29 | 5 | -50/+137 |
| * | Block almost all signals in the default locking method instead of | John Polstra | 2000-01-25 | 4 | -32/+40 |
| * | Allow files in LD_PRELOAD to be separated by white space, like Solaris | John Polstra | 2000-01-22 | 1 | -3/+4 |
| * | Revamp the mechanism for enumerating and calling shared objects' | John Polstra | 2000-01-09 | 6 | -135/+183 |
| * | Work around an assert failure in the dynamic linker's default thread | John Polstra | 1999-12-28 | 4 | -16/+32 |