| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix several problems with our ELF filters implementation. | kib | 2012-03-20 | 1 | -16/+18 |
* | Add support for preinit, init and fini arrays. Some ABIs, in | kib | 2012-03-11 | 1 | -0/+3 |
* | Remove unneeded dtv variable. | ed | 2012-01-17 | 1 | -2/+0 |
* | _rtld_bind() read-locks the bind lock, and possible plt resolution | kib | 2011-12-14 | 1 | -1/+8 |
* | Add support for STT_GNU_IFUNC and R_MACHINE_IRELATIVE GNU extensions to | kib | 2011-12-12 | 1 | -13/+96 |
* | - change "is is" to "is" or "it is" | eadler | 2011-10-16 | 1 | -1/+1 |
* | When loading dso without PT_GNU_STACK phdr, only call | kib | 2011-01-25 | 1 | -0/+3 |
* | Add section .note.GNU-stack for assembly files used by 386 and amd64. | kib | 2011-01-07 | 1 | -0/+2 |
* | Sort -mno-(mmx|3dnow|sse|sse2|sse3) options consistently throughout the | dim | 2011-01-05 | 1 | -1/+1 |
* | On amd64 and i386, tell the compiler to refrain from generating SSE, | dim | 2011-01-04 | 1 | -0/+1 |
* | Remove '-elf' from build flags for libexec/rtld-elf for amd64 and i386. | dim | 2011-01-04 | 1 | -2/+0 |
* | Implement support for ELF filters in rtld. Both normal and auxillary | kib | 2010-12-25 | 1 | -20/+26 |
* | MFtbemd: | imp | 2010-08-23 | 1 | -1/+3 |
* | Only use the cache after the early stage of loading. This is | rdivacky | 2010-05-18 | 1 | -5/+6 |
* | Now that the kernel defines CACHE_LINE_SIZE in machine/param.h, use | rwatson | 2009-04-19 | 1 | -2/+0 |
* | *thwack*! all the world's not i386. | des | 2006-03-29 | 1 | -0/+2 |
* | Allocate space for thread pointer, this allows thread library to access | davidxu | 2006-03-28 | 1 | -1/+1 |
* | Implement ELF symbol versioning using GNU semantics. This code aims | kan | 2005-12-18 | 1 | -1/+3 |
* | Explicitly cast ELF_R_TYPE() to the right type. | marcel | 2005-12-18 | 1 | -2/+2 |
* | Remove these unused files before any other archs include the same bogus | jhb | 2004-11-12 | 1 | -202/+0 |
* | Add support for Thread Local Storage. | dfr | 2004-08-03 | 2 | -0/+145 |
* | More stack alignment fixes. Arrange so we call _rtld() in ld-elf.so.1 | peter | 2004-03-21 | 1 | -8/+9 |
* | Fix dynamic linking a bit more.. enough that mozilla-firebird works if you | peter | 2003-12-12 | 1 | -3/+3 |
* | Revert last change. ../rtld.c uses CACHE_LINE_SIZE too. | peter | 2003-12-11 | 1 | -0/+2 |
* | Only define CACHE_LINE_SIZE in one place.. | peter | 2003-12-11 | 1 | -2/+0 |
* | CACHE_LINE_SIZE is 64 on athlon and amd64 chips, not 32. This should | peter | 2003-12-11 | 1 | -1/+1 |
* | Allow threading libraries to register their own locking | kan | 2003-05-29 | 1 | -21/+5 |
* | Initial pass at supporting shared libraries on amd64. There are still | peter | 2003-05-24 | 2 | -73/+101 |
* | Remove 80386 bandaids from code repocopied from i386. rtld_start.S still | peter | 2003-04-30 | 1 | -78/+4 |
* | No need to zero fill memory, mmapped anonymously. Kernel will | kan | 2003-03-14 | 1 | -2/+0 |
* | Fix the handling of high PLT entries (> 32764) on sparc64. This requires | tmm | 2002-11-18 | 2 | -2/+3 |
* | Remove the nanosleep calls from the spin loops in the locking code. | jdp | 2002-07-06 | 1 | -9/+2 |
* | Update the asm statements to use the "+" modifier instead of | jdp | 2002-06-24 | 2 | -8/+8 |
* | Correct a bug in the last commit. The whole point of creating a 'done:' | dillon | 2002-06-10 | 1 | -3/+3 |
* | In tracking down an installation seg fault with then openoffice port | dillon | 2002-06-10 | 1 | -9/+21 |
* | Update rtld for the "new" ia64 ABI. In the old toolchain, the | peter | 2001-10-29 | 1 | -0/+3 |
* | Add ia64 support. Various adjustments were made to existing targets to | dfr | 2001-10-15 | 2 | -8/+17 |
* | Performance improvements for the ELF dynamic linker. These | jdp | 2001-05-05 | 1 | -4/+9 |
* | Fix a bug which could cause programs with user threads packages to | jdp | 2000-07-17 | 1 | -2/+32 |
* | Solve the dynamic linker's problems with multithreaded programs once | jdp | 2000-07-08 | 2 | -40/+225 |
* | When a threads package registers locking methods with dllockinit(), | jdp | 2000-01-29 | 1 | -10/+25 |
* | Block almost all signals in the default locking method instead of | jdp | 2000-01-25 | 1 | -8/+10 |
* | Revamp the mechanism for enumerating and calling shared objects' | jdp | 2000-01-09 | 1 | -16/+5 |
* | Work around an assert failure in the dynamic linker's default thread | jdp | 1999-12-28 | 1 | -4/+8 |
* | Add a new function dllockinit() for registering thread locking | jdp | 1999-12-27 | 2 | -9/+94 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 3 | -3/+3 |
* | Fix a serious performance bug for large programs on the Alpha, | jdp | 1999-06-25 | 2 | -26/+30 |
* | Eliminate all machine-dependent code from the main source body and | jdp | 1999-04-09 | 4 | -1/+183 |
* | Add alpha support. | dfr | 1998-09-04 | 2 | -4/+245 |
* | Import the ELF dynamic linker. This is the ElfKit version with | jdp | 1998-03-07 | 1 | -0/+83 |