| Commit message (Expand) | Author | Age | Files | Lines |
| * | *thwack*! all the world's not i386. | Dag-Erling Smørgrav | 2006-03-29 | 1 | -0/+2 |
| * | Don't use dbg if it isn't defined (such as when this file is used by | Dag-Erling Smørgrav | 2006-03-28 | 1 | -0/+2 |
| * | Use C99's varadic macro syntax instead of gcc's. | Dag-Erling Smørgrav | 2006-03-28 | 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 | 4 | -4/+4 |
| * | - Document LD_32_* environment variables | Pav Lucistnik | 2006-03-27 | 1 | -2/+9 |
| * | Fix a malloc overrun in 32-bit compat libmap lookup code. | Peter Wemm | 2006-01-31 | 1 | -6/+4 |
| * | s/DT_IA64_PLT_RESERVE/DT_IA_64_PLT_RESERVE/ | Marcel Moolenaar | 2006-01-28 | 1 | -3/+3 |
| * | s/R_IA64_/R_IA_64_/ | Marcel Moolenaar | 2006-01-28 | 1 | -6/+6 |
| * | s/R_IA64_/R_IA_64_/g as per the ia64 psABI. | Marcel Moolenaar | 2006-01-17 | 1 | -11/+11 |
| * | In preparation for a new malloc implementation: | Jason Evans | 2006-01-12 | 1 | -0/+16 |
| * | 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 | 9 | -133/+548 |
| * | Make our ELF64 type definitions match standards. In particular this | Marcel Moolenaar | 2005-12-18 | 3 | -11/+11 |
| * | Explicitly cast ELF_R_TYPE() to the right type. | Marcel Moolenaar | 2005-12-18 | 3 | -6/+6 |
| * | Fix a bug in dlinfo(RTLD_DI_SERINFOSIZE) requests. For each search path | John Baldwin | 2005-11-11 | 1 | -1/+1 |
| * | Clean out the leftovers from the i386_set_gsbase() TLS conversion. | Peter Wemm | 2005-06-29 | 1 | -17/+1 |
| * | Removed trailing whitespace. | Ruslan Ermilov | 2005-06-14 | 1 | -2/+2 |
| * | MFNetBSD: src/libexec/ld.elf_so/arch/sparc64/mdreloc.c 1.26 (partial) | Marius Strobl | 2005-06-04 | 1 | -1/+1 |
| * | Fix the load64 and store64 macros, created to handle 8-byte unaligned | Marcel Moolenaar | 2005-06-02 | 1 | -6/+6 |
| * | Align the stack to a 16 byte boundary before calling _rtld so that we can | Doug Rabson | 2005-05-19 | 1 | -3/+6 |
| * | Fix compilation problem. | David Xu | 2005-04-27 | 1 | -1/+1 |
| * | Stop calling _amd64_set_gsbase() for COMPAT_32BIT. The amd64 kernel | Peter Wemm | 2005-04-26 | 1 | -9/+2 |
| * | Attempt to use i386_set_gsbase(), and gracefully fall back to LDT methods | Peter Wemm | 2005-04-14 | 1 | -13/+16 |
| * | No need to provide atomic_cmpset_32() anymore. | Olivier Houchard | 2005-04-07 | 1 | -12/+0 |
| * | 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 | 3 | -0/+24 |
| * | Only provide the dummy, non-atomic atomic_cmpset_32() if | Olivier Houchard | 2005-02-26 | 1 | -0/+2 |
| * | Description from Dan: | Matthew N. Dodd | 2005-02-04 | 4 | -13/+93 |
| * | style(9) | Matthew N. Dodd | 2005-02-04 | 1 | -4/+3 |
| * | Implement a dummy atomic_cmpset_32(). It should be safe to use it in rtld as | Olivier Houchard | 2004-11-23 | 1 | -0/+11 |
| * | Remove 80386 support from the ELF run time linker. | John Baldwin | 2004-11-16 | 2 | -163/+0 |
| * | So do it like we do in usr.bin/tip/tip/Makefile. ;) | Ruslan Ermilov | 2004-11-14 | 1 | -0/+2 |
| * | Revert previous commit. As ru explains: | Jens Schweikhardt | 2004-11-14 | 1 | -1/+1 |
| * | Avoid an (ignored) error by invoking chflags on the link target, not the | Jens Schweikhardt | 2004-11-14 | 1 | -1/+1 |
| * | Remove these unused files before any other archs include the same bogus | John Baldwin | 2004-11-12 | 6 | -1057/+0 |
| * | The 32 bit compatability ld-elf32.so.1 cannot use i386_set_ldt() when | Peter Wemm | 2004-11-06 | 1 | -0/+6 |
| * | Introduce the PRECIOUSPROG knob in bsd.prog.mk, similar | Ruslan Ermilov | 2004-11-03 | 1 | -1/+2 |
| * | Implement TLS relocations for powerpc. | Suleiman Souhlal | 2004-11-02 | 2 | -3/+73 |
| * | Do the TLS offset allocations before relocations, as otherwise there | Suleiman Souhlal | 2004-11-02 | 1 | -11/+11 |
| * | For variables that are only checked with defined(), don't provide | Ruslan Ermilov | 2004-10-24 | 1 | -1/+1 |
| * | Don't try to relocate the dynamic loader in reloc_non_plt(). It has already | Olivier Houchard | 2004-09-28 | 1 | -1/+4 |
| * | Use add instead of saving the sp in a register. | Olivier Houchard | 2004-09-28 | 1 | -2/+1 |
| * | Add stubs for TLS. | Olivier Houchard | 2004-09-23 | 4 | -16/+32 |
| * | Add stubs for powerpc TLS. | Doug Rabson | 2004-08-04 | 3 | -5/+43 |
| * | Add support for Thread Local Storage. | Doug Rabson | 2004-08-03 | 14 | -2/+883 |