| Commit message (Expand) | Author | Age | Files | Lines |
* | In the event a process is tainted (setuid/setgid binaries), un-set any | csjp | 2007-05-17 | 1 | -10/+20 |
* | Fix a TLS memory leak. | davidxu | 2007-05-05 | 1 | -0/+1 |
* | Catch up on rtld's special status. Since it does not appear on | kan | 2007-04-07 | 1 | -0/+2 |
* | Implement dl_iterate_phdr function. | kan | 2007-04-03 | 1 | -0/+35 |
* | Add various utrace's for use with ktrace to the ELF runtime linker. To | jhb | 2007-01-09 | 1 | -0/+67 |
* | Clean up white spaces and fix style(9). | jkim | 2006-09-19 | 1 | -34/+32 |
* | Fix the buggy rev. 1.117. dagmembers are only initialized for dlopen'ed | kib | 2006-09-19 | 1 | -5/+63 |
* | When looking up the symbol by dlsym, look it not only in the object | kib | 2006-09-08 | 1 | -13/+10 |
* | Fix the variant I allocation for KSE: Allow a larger TCB and assume | marcel | 2006-09-01 | 1 | -51/+37 |
* | In symlook_obj(): fix _rtld_error output. | delphij | 2006-08-04 | 1 | -2/+2 |
* | Er, forgot to clear tls space to zero for Variant II. | davidxu | 2006-03-28 | 1 | -1/+1 |
* | Allocate space for thread pointer, this allows thread library to access | davidxu | 2006-03-28 | 1 | -1/+1 |
* | Make lookups for relocations from old unversioned binaries return | kan | 2005-12-24 | 1 | -17/+32 |
* | Remove debugging statement that slipped into lone of the previous commits | kan | 2005-12-23 | 1 | -1/+0 |
* | Initialize object dagmembers list before checking version dependencies. | kan | 2005-12-22 | 1 | -4/+2 |
* | Implement ELF symbol versioning using GNU semantics. This code aims | kan | 2005-12-18 | 1 | -122/+488 |
* | Make our ELF64 type definitions match standards. In particular this | marcel | 2005-12-18 | 1 | -1/+1 |
* | Fix a bug in dlinfo(RTLD_DI_SERINFOSIZE) requests. For each search path | jhb | 2005-11-11 | 1 | -1/+1 |
* | When allocating TLS and DTV, make sure that any unused slots in the DTV | dfr | 2005-03-30 | 1 | -8/+4 |
* | If "dangerous" environment variables (LD_PRELOAD, LD_LIBMAP, | cperciva | 2005-03-24 | 1 | -1/+24 |
* | Add locking code for tls routines. | davidxu | 2005-03-20 | 1 | -4/+21 |
* | Attempt to free any static TLS space used by a shared library when it | dfr | 2005-02-27 | 1 | -0/+20 |
* | Description from Dan: | mdodd | 2005-02-04 | 1 | -1/+3 |
* | Do the TLS offset allocations before relocations, as otherwise there | ssouhlal | 2004-11-02 | 1 | -11/+11 |
* | Add stubs for TLS. | cognet | 2004-09-23 | 1 | -1/+2 |
* | Add stubs for powerpc TLS. | dfr | 2004-08-04 | 1 | -5/+2 |
* | Add support for Thread Local Storage. | dfr | 2004-08-03 | 1 | -0/+342 |
* | Fix the problem that surfaced with the new binutils import on sparc64 | tmm | 2004-06-18 | 1 | -1/+4 |
* | give out a little more information in case of a missing dependency | eik | 2004-05-28 | 1 | -1/+6 |
* | If we change obj_rtld.path after initialising __progname, make sure we | dfr | 2004-03-29 | 1 | -0/+1 |
* | Add initial support for compiling a special 32 bit version of | peter | 2004-03-21 | 1 | -12/+25 |
* | Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror) | markm | 2004-03-05 | 1 | -4/+4 |
* | Do not depend on existence of _end symbol in obj_from_addr, use | kan | 2004-02-25 | 1 | -8/+1 |
* | Initialise some uninitialised variables. | dfr | 2003-12-31 | 1 | -0/+2 |
* | Sync comment with code's reality. | tobez | 2003-11-14 | 1 | -1/+1 |
* | Retire the WITH_LIBMAP compile knob; libmap is now a standard feature. | mdodd | 2003-09-13 | 1 | -8/+0 |
* | Change libmap.c:lm_init() to return a status value; 0 for success | mdodd | 2003-09-13 | 1 | -1/+1 |
* | As long threatened, stage 2 of making a dynamically-linked root a reality. | gordon | 2003-08-17 | 1 | -1/+1 |
* | Prepend /lib to the builtin library search path in rtld. | gordon | 2003-08-17 | 1 | -1/+1 |
* | Provide a mechanism for dumping relocation information. | mdodd | 2003-06-19 | 1 | -0/+10 |
* | Avoid a NULL pointer dereference. | mdodd | 2003-06-18 | 1 | -1/+2 |
* | - Add support for DT_FLAGS. | mdodd | 2003-06-18 | 1 | -1/+18 |
* | - use issetugid() | mdodd | 2003-05-31 | 1 | -3/+2 |
* | Use the environment variable LD_LIBMAP_DISABLE to disable | mdodd | 2003-05-31 | 1 | -3/+8 |
* | Allow threading libraries to register their own locking | kan | 2003-05-29 | 1 | -85/+39 |
* | Rethink the way we count module references. Simply following | kan | 2003-05-08 | 1 | -18/+30 |
* | Fix signed/unsigned comparison warnings. | obrien | 2003-05-04 | 1 | -1/+1 |
* | Dynamic object dependency mapping: libmap. | mdodd | 2003-04-07 | 1 | -5/+21 |
* | Do not remove object from the lists at the unref_dag() stage. | kan | 2003-02-17 | 1 | -8/+26 |
* | Fix a typo in rtld_dirname. | kan | 2003-02-13 | 1 | -1/+1 |