| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the variant I allocation for KSE: Allow a larger TCB and assume | marcel | 2006-09-01 | 1 | -51/+37 |
* | o Fix the static TLS relocation. We were subtracting the size of | marcel | 2006-09-01 | 1 | -2/+2 |
* | Use NULL for null-pointer argument. | marcel | 2006-09-01 | 1 | -1/+1 |
* | Replace magic 16 with TLS_TCB_SIZE. | marcel | 2006-08-31 | 2 | -2/+4 |
* | Prevent dead code elimination for the TP assignmient by using inline | marcel | 2006-08-30 | 1 | -2/+3 |
* | Remove alpha left-overs. | ru | 2006-08-22 | 5 | -959/+0 |
* | In symlook_obj(): fix _rtld_error output. | delphij | 2006-08-04 | 1 | -2/+2 |
* | *thwack*! all the world's not i386. | des | 2006-03-29 | 1 | -0/+2 |
* | Don't use dbg if it isn't defined (such as when this file is used by | des | 2006-03-28 | 1 | -0/+2 |
* | Use C99's varadic macro syntax instead of gcc's. | des | 2006-03-28 | 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 | 4 | -4/+4 |
* | - Document LD_32_* environment variables | pav | 2006-03-27 | 1 | -2/+9 |
* | Fix a malloc overrun in 32-bit compat libmap lookup code. | peter | 2006-01-31 | 1 | -6/+4 |
* | s/DT_IA64_PLT_RESERVE/DT_IA_64_PLT_RESERVE/ | marcel | 2006-01-28 | 1 | -3/+3 |
* | s/R_IA64_/R_IA_64_/ | marcel | 2006-01-28 | 1 | -6/+6 |
* | s/R_IA64_/R_IA_64_/g as per the ia64 psABI. | marcel | 2006-01-17 | 1 | -11/+11 |
* | In preparation for a new malloc implementation: | jasone | 2006-01-12 | 1 | -0/+16 |
* | 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 | 9 | -133/+548 |
* | Make our ELF64 type definitions match standards. In particular this | marcel | 2005-12-18 | 3 | -11/+11 |
* | Explicitly cast ELF_R_TYPE() to the right type. | marcel | 2005-12-18 | 3 | -6/+6 |
* | Fix a bug in dlinfo(RTLD_DI_SERINFOSIZE) requests. For each search path | jhb | 2005-11-11 | 1 | -1/+1 |
* | Clean out the leftovers from the i386_set_gsbase() TLS conversion. | peter | 2005-06-29 | 1 | -17/+1 |
* | Removed trailing whitespace. | ru | 2005-06-14 | 1 | -2/+2 |
* | MFNetBSD: src/libexec/ld.elf_so/arch/sparc64/mdreloc.c 1.26 (partial) | marius | 2005-06-04 | 1 | -1/+1 |
* | Fix the load64 and store64 macros, created to handle 8-byte unaligned | marcel | 2005-06-02 | 1 | -6/+6 |
* | Align the stack to a 16 byte boundary before calling _rtld so that we can | dfr | 2005-05-19 | 1 | -3/+6 |
* | Fix compilation problem. | davidxu | 2005-04-27 | 1 | -1/+1 |
* | Stop calling _amd64_set_gsbase() for COMPAT_32BIT. The amd64 kernel | peter | 2005-04-26 | 1 | -9/+2 |
* | Attempt to use i386_set_gsbase(), and gracefully fall back to LDT methods | peter | 2005-04-14 | 1 | -13/+16 |
* | No need to provide atomic_cmpset_32() anymore. | cognet | 2005-04-07 | 1 | -12/+0 |
* | 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 | 3 | -0/+24 |
* | Only provide the dummy, non-atomic atomic_cmpset_32() if | cognet | 2005-02-26 | 1 | -0/+2 |
* | Description from Dan: | mdodd | 2005-02-04 | 4 | -13/+93 |
* | style(9) | mdodd | 2005-02-04 | 1 | -4/+3 |
* | Implement a dummy atomic_cmpset_32(). It should be safe to use it in rtld as | cognet | 2004-11-23 | 1 | -0/+11 |
* | Remove 80386 support from the ELF run time linker. | jhb | 2004-11-16 | 2 | -163/+0 |
* | So do it like we do in usr.bin/tip/tip/Makefile. ;) | ru | 2004-11-14 | 1 | -0/+2 |
* | Revert previous commit. As ru explains: | schweikh | 2004-11-14 | 1 | -1/+1 |
* | Avoid an (ignored) error by invoking chflags on the link target, not the | schweikh | 2004-11-14 | 1 | -1/+1 |
* | Remove these unused files before any other archs include the same bogus | jhb | 2004-11-12 | 6 | -1057/+0 |
* | The 32 bit compatability ld-elf32.so.1 cannot use i386_set_ldt() when | peter | 2004-11-06 | 1 | -0/+6 |
* | Introduce the PRECIOUSPROG knob in bsd.prog.mk, similar | ru | 2004-11-03 | 1 | -1/+2 |
* | Implement TLS relocations for powerpc. | ssouhlal | 2004-11-02 | 2 | -3/+73 |