| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r259043: | Konstantin Belousov | 2013-12-13 | 1 | -0/+2 |
| * | MFC r256101: | Konstantin Belousov | 2013-10-14 | 1 | -0/+1 |
| * | MFC r238471: | Konstantin Belousov | 2012-09-10 | 1 | -0/+10 |
| * | MFC r234840: | Konstantin Belousov | 2012-05-13 | 1 | -1/+19 |
| * | MFC r233361: | Konstantin Belousov | 2012-04-06 | 1 | -10/+10 |
| * | MFC r233307: | Konstantin Belousov | 2012-04-05 | 1 | -2/+2 |
| * | MFC r233546: | Konstantin Belousov | 2012-04-03 | 1 | -0/+1 |
| * | MFC r233231: | Konstantin Belousov | 2012-04-03 | 1 | -3/+8 |
| * | MFC r232974: | Konstantin Belousov | 2012-03-30 | 1 | -0/+1 |
| * | MFC r232831: | Konstantin Belousov | 2012-03-30 | 1 | -0/+15 |
| * | MFC r230784: | Konstantin Belousov | 2012-02-13 | 1 | -0/+3 |
| * | MFC r228435: | Konstantin Belousov | 2012-01-04 | 1 | -0/+5 |
| * | MFC r228375: | Konstantin Belousov | 2011-12-30 | 1 | -1/+1 |
| * | Rtld links with the specially built pic static libc library to get some | Konstantin Belousov | 2011-08-24 | 1 | -0/+1 |
| * | Use sigsetjmp/siglongjmp with disabled signal mask access for | Konstantin Belousov | 2011-02-09 | 1 | -1/+1 |
| * | In rtld, read the initial stack access mode from AT_STACKPROT as set | Konstantin Belousov | 2011-01-08 | 1 | -0/+1 |
| * | Implement support for ELF filters in rtld. Both normal and auxillary | Konstantin Belousov | 2010-12-25 | 1 | -5/+40 |
| * | If dlopen() is called for the dso that has been already loaded as a | Konstantin Belousov | 2010-11-03 | 1 | -0/+1 |
| * | Check for undefined weak symbols during PLT binding on powerpc64, and do | Nathan Whitehorn | 2010-09-12 | 1 | -0/+1 |
| * | Allow to load not-openable dso when tracing. This fixes ldd on such dso or | Konstantin Belousov | 2009-11-28 | 1 | -2/+3 |
| * | Implement rtld part of the support for -z nodlopen (see ld(1)). | Konstantin Belousov | 2009-11-26 | 1 | -0/+5 |
| * | Allow order of initialization of loaded shared objects to be | Alexander Kabaev | 2009-06-20 | 1 | -2/+4 |
| * | Increase the size of the static TLS area slightly (required for the NVidia's | Doug Rabson | 2009-05-27 | 1 | -1/+1 |
| * | Implement support for RTLD_NODELETE flag for dlopen() and -z nodelete | Konstantin Belousov | 2009-03-30 | 1 | -0/+2 |
| * | Implement the dynamic string token substitution in the rpath and | Konstantin Belousov | 2009-03-18 | 1 | -1/+2 |
| * | MFp4: Add mips support for dynamic linking. | Warner Losh | 2008-04-04 | 1 | -0/+5 |
| * | Implement dl_iterate_phdr function. | Alexander Kabaev | 2007-04-03 | 1 | -9/+10 |
| * | Implement ELF symbol versioning using GNU semantics. This code aims | Alexander Kabaev | 2005-12-18 | 1 | -3/+34 |
| * | Make our ELF64 type definitions match standards. In particular this | Marcel Moolenaar | 2005-12-18 | 1 | -2/+2 |
| * | Attempt to free any static TLS space used by a shared library when it | Doug Rabson | 2005-02-27 | 1 | -0/+1 |
| * | Add support for Thread Local Storage. | Doug Rabson | 2004-08-03 | 1 | -0/+23 |
| * | Add initial support for compiling a special 32 bit version of | Peter Wemm | 2004-03-21 | 1 | -0/+12 |
| * | Prepend /lib to the builtin library search path in rtld. | Gordon Tetlow | 2003-08-17 | 1 | -1/+1 |
| * | Provide a mechanism for dumping relocation information. | Matthew N. Dodd | 2003-06-19 | 1 | -0/+5 |
| * | Move MD function prototypes together. | Matthew N. Dodd | 2003-06-19 | 1 | -4/+8 |
| * | Fix warnings; no parameters in function prototypes. | Matthew N. Dodd | 2003-06-19 | 1 | -1/+1 |
| * | - Add support for DT_FLAGS. | Matthew N. Dodd | 2003-06-18 | 1 | -0/+2 |
| * | Allow threading libraries to register their own locking | Alexander Kabaev | 2003-05-29 | 1 | -1/+2 |
| * | Implement dlinfo() function. | Alexander Kabaev | 2003-02-13 | 1 | -1/+1 |
| * | Remove /usr/lib/elf from a default search path. | Alexander Kabaev | 2003-02-13 | 1 | -1/+1 |
| * | Update rtld for the "new" ia64 ABI. In the old toolchain, the | Peter Wemm | 2001-10-29 | 1 | -2/+2 |
| * | Add ia64 support. Various adjustments were made to existing targets to | Doug Rabson | 2001-10-15 | 1 | -2/+3 |
| * | Performance improvements for the ELF dynamic linker. These | John Polstra | 2001-05-05 | 1 | -1/+10 |
| * | * 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 |
| * | Add support for dlsym(RTLD_DEFAULT, ...). | John Polstra | 2000-09-19 | 1 | -2/+2 |
| * | Revamp the code that calls shared libraries' init and fini functions. | John Polstra | 2000-07-26 | 1 | -8/+2 |
| * | Solve the dynamic linker's problems with multithreaded programs once | John Polstra | 2000-07-08 | 1 | -5/+18 |
| * | Back out the previous change to the queue(3) interface. | Jake Burkholder | 2000-05-26 | 1 | -4/+4 |
| * | Change the way that the queue(3) structures are declared; don't assume that | Jake Burkholder | 2000-05-23 | 1 | -4/+4 |
| * | When a threads package registers locking methods with dllockinit(), | John Polstra | 2000-01-29 | 1 | -1/+3 |