| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvs | cvs2svn | 2008-02-24 | 1 | -1/+1 |
| * | In the event a process is tainted (setuid/setgid binaries), un-set any | Christian S.J. Peron | 2007-05-17 | 1 | -10/+20 |
| * | Fix a TLS memory leak. | David Xu | 2007-05-05 | 1 | -0/+1 |
| * | Catch up on rtld's special status. Since it does not appear on | Alexander Kabaev | 2007-04-07 | 1 | -0/+2 |
| * | Implement dl_iterate_phdr function. | Alexander Kabaev | 2007-04-03 | 1 | -0/+35 |
| * | Add various utrace's for use with ktrace to the ELF runtime linker. To | John Baldwin | 2007-01-09 | 1 | -0/+67 |
| * | Clean up white spaces and fix style(9). | Jung-uk Kim | 2006-09-19 | 1 | -34/+32 |
| * | Fix the buggy rev. 1.117. dagmembers are only initialized for dlopen'ed | Konstantin Belousov | 2006-09-19 | 1 | -5/+63 |
| * | When looking up the symbol by dlsym, look it not only in the object | Konstantin Belousov | 2006-09-08 | 1 | -13/+10 |
| * | Fix the variant I allocation for KSE: Allow a larger TCB and assume | Marcel Moolenaar | 2006-09-01 | 1 | -51/+37 |
| * | In symlook_obj(): fix _rtld_error output. | Xin LI | 2006-08-04 | 1 | -2/+2 |
| * | Er, forgot to clear tls space to zero for Variant II. | David Xu | 2006-03-28 | 1 | -1/+1 |
| * | Allocate space for thread pointer, this allows thread library to access | David Xu | 2006-03-28 | 1 | -1/+1 |
| * | Make lookups for relocations from old unversioned binaries return | Alexander Kabaev | 2005-12-24 | 1 | -17/+32 |
| * | Remove debugging statement that slipped into lone of the previous commits | Alexander Kabaev | 2005-12-23 | 1 | -1/+0 |
| * | Initialize object dagmembers list before checking version dependencies. | Alexander Kabaev | 2005-12-22 | 1 | -4/+2 |
| * | Implement ELF symbol versioning using GNU semantics. This code aims | Alexander Kabaev | 2005-12-18 | 1 | -122/+488 |
| * | Make our ELF64 type definitions match standards. In particular this | Marcel Moolenaar | 2005-12-18 | 1 | -1/+1 |
| * | Fix a bug in dlinfo(RTLD_DI_SERINFOSIZE) requests. For each search path | John Baldwin | 2005-11-11 | 1 | -1/+1 |
| * | When allocating TLS and DTV, make sure that any unused slots in the DTV | Doug Rabson | 2005-03-30 | 1 | -8/+4 |
| * | If "dangerous" environment variables (LD_PRELOAD, LD_LIBMAP, | Colin Percival | 2005-03-24 | 1 | -1/+24 |
| * | Add locking code for tls routines. | David Xu | 2005-03-20 | 1 | -4/+21 |
| * | Attempt to free any static TLS space used by a shared library when it | Doug Rabson | 2005-02-27 | 1 | -0/+20 |
| * | Description from Dan: | Matthew N. Dodd | 2005-02-04 | 1 | -1/+3 |
| * | Do the TLS offset allocations before relocations, as otherwise there | Suleiman Souhlal | 2004-11-02 | 1 | -11/+11 |
| * | Add stubs for TLS. | Olivier Houchard | 2004-09-23 | 1 | -1/+2 |
| * | Add stubs for powerpc TLS. | Doug Rabson | 2004-08-04 | 1 | -5/+2 |
| * | Add support for Thread Local Storage. | Doug Rabson | 2004-08-03 | 1 | -0/+342 |
| * | Fix the problem that surfaced with the new binutils import on sparc64 | Thomas Moestl | 2004-06-18 | 1 | -1/+4 |
| * | give out a little more information in case of a missing dependency | Oliver Eikemeier | 2004-05-28 | 1 | -1/+6 |
| * | If we change obj_rtld.path after initialising __progname, make sure we | Doug Rabson | 2004-03-29 | 1 | -0/+1 |
| * | Add initial support for compiling a special 32 bit version of | Peter Wemm | 2004-03-21 | 1 | -12/+25 |
| * | Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror) | Mark Murray | 2004-03-05 | 1 | -4/+4 |
| * | Do not depend on existence of _end symbol in obj_from_addr, use | Alexander Kabaev | 2004-02-25 | 1 | -8/+1 |
| * | Initialise some uninitialised variables. | Doug Rabson | 2003-12-31 | 1 | -0/+2 |
| * | Sync comment with code's reality. | Anton Berezin | 2003-11-14 | 1 | -1/+1 |
| * | Retire the WITH_LIBMAP compile knob; libmap is now a standard feature. | Matthew N. Dodd | 2003-09-13 | 1 | -8/+0 |
| * | Change libmap.c:lm_init() to return a status value; 0 for success | Matthew N. Dodd | 2003-09-13 | 1 | -1/+1 |
| * | As long threatened, stage 2 of making a dynamically-linked root a reality. | Gordon Tetlow | 2003-08-17 | 1 | -1/+1 |
| * | 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/+10 |
| * | Avoid a NULL pointer dereference. | Matthew N. Dodd | 2003-06-18 | 1 | -1/+2 |
| * | - Add support for DT_FLAGS. | Matthew N. Dodd | 2003-06-18 | 1 | -1/+18 |
| * | - use issetugid() | Matthew N. Dodd | 2003-05-31 | 1 | -3/+2 |
| * | Use the environment variable LD_LIBMAP_DISABLE to disable | Matthew N. Dodd | 2003-05-31 | 1 | -3/+8 |
| * | Allow threading libraries to register their own locking | Alexander Kabaev | 2003-05-29 | 1 | -85/+39 |
| * | Rethink the way we count module references. Simply following | Alexander Kabaev | 2003-05-08 | 1 | -18/+30 |
| * | Fix signed/unsigned comparison warnings. | David E. O'Brien | 2003-05-04 | 1 | -1/+1 |
| * | Dynamic object dependency mapping: libmap. | Matthew N. Dodd | 2003-04-07 | 1 | -5/+21 |
| * | Do not remove object from the lists at the unref_dag() stage. | Alexander Kabaev | 2003-02-17 | 1 | -8/+26 |