| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r264481: | Konstantin Belousov | 2014-04-21 | 1 | -0/+43 |
| * | MFC r234840: | Konstantin Belousov | 2012-05-13 | 1 | -1/+1 |
| * | MFC r233231: | Konstantin Belousov | 2012-04-03 | 1 | -16/+18 |
| * | MFC r232831: | Konstantin Belousov | 2012-03-30 | 1 | -0/+3 |
| * | MFC r228435: | Konstantin Belousov | 2012-01-04 | 1 | -12/+102 |
| * | MFC r227458, r226436: | Eitan Adler | 2012-01-04 | 1 | -1/+1 |
| * | When loading dso without PT_GNU_STACK phdr, only call | Konstantin Belousov | 2011-01-25 | 1 | -0/+3 |
| * | Add section .note.GNU-stack for assembly files used by 386 and amd64. | Konstantin Belousov | 2011-01-07 | 1 | -0/+2 |
| * | Sort -mno-(mmx|3dnow|sse|sse2|sse3) options consistently throughout the | Dimitry Andric | 2011-01-05 | 1 | -1/+1 |
| * | On amd64 and i386, tell the compiler to refrain from generating SSE, | Dimitry Andric | 2011-01-04 | 1 | -0/+1 |
| * | Remove '-elf' from build flags for libexec/rtld-elf for amd64 and i386. | Dimitry Andric | 2011-01-04 | 1 | -2/+0 |
| * | Implement support for ELF filters in rtld. Both normal and auxillary | Konstantin Belousov | 2010-12-25 | 1 | -19/+25 |
| * | MFtbemd: | Warner Losh | 2010-08-23 | 1 | -1/+3 |
| * | Only use the cache after the early stage of loading. This is | Roman Divacky | 2010-05-18 | 1 | -5/+6 |
| * | Now that the kernel defines CACHE_LINE_SIZE in machine/param.h, use | Robert Watson | 2009-04-19 | 1 | -2/+0 |
| * | *thwack*! all the world's not i386. | Dag-Erling Smørgrav | 2006-03-29 | 1 | -0/+2 |
| * | Allocate space for thread pointer, this allows thread library to access | David Xu | 2006-03-28 | 1 | -1/+1 |
| * | Implement ELF symbol versioning using GNU semantics. This code aims | Alexander Kabaev | 2005-12-18 | 1 | -1/+3 |
| * | Explicitly cast ELF_R_TYPE() to the right type. | Marcel Moolenaar | 2005-12-18 | 1 | -2/+2 |
| * | Remove these unused files before any other archs include the same bogus | John Baldwin | 2004-11-12 | 1 | -202/+0 |
| * | Add support for Thread Local Storage. | Doug Rabson | 2004-08-03 | 2 | -0/+145 |
| * | More stack alignment fixes. Arrange so we call _rtld() in ld-elf.so.1 | Peter Wemm | 2004-03-21 | 1 | -8/+9 |
| * | Fix dynamic linking a bit more.. enough that mozilla-firebird works if you | Peter Wemm | 2003-12-12 | 1 | -3/+3 |
| * | Revert last change. ../rtld.c uses CACHE_LINE_SIZE too. | Peter Wemm | 2003-12-11 | 1 | -0/+2 |
| * | Only define CACHE_LINE_SIZE in one place.. | Peter Wemm | 2003-12-11 | 1 | -2/+0 |
| * | CACHE_LINE_SIZE is 64 on athlon and amd64 chips, not 32. This should | Peter Wemm | 2003-12-11 | 1 | -1/+1 |
| * | Allow threading libraries to register their own locking | Alexander Kabaev | 2003-05-29 | 1 | -21/+5 |
| * | Initial pass at supporting shared libraries on amd64. There are still | Peter Wemm | 2003-05-24 | 2 | -73/+101 |
| * | Remove 80386 bandaids from code repocopied from i386. rtld_start.S still | Peter Wemm | 2003-04-30 | 1 | -78/+4 |
| * | No need to zero fill memory, mmapped anonymously. Kernel will | Alexander Kabaev | 2003-03-14 | 1 | -2/+0 |
| * | Fix the handling of high PLT entries (> 32764) on sparc64. This requires | Thomas Moestl | 2002-11-18 | 2 | -2/+3 |
| * | Remove the nanosleep calls from the spin loops in the locking code. | John Polstra | 2002-07-06 | 1 | -9/+2 |
| * | Update the asm statements to use the "+" modifier instead of | John Polstra | 2002-06-24 | 2 | -8/+8 |
| * | Correct a bug in the last commit. The whole point of creating a 'done:' | Matthew Dillon | 2002-06-10 | 1 | -3/+3 |
| * | In tracking down an installation seg fault with then openoffice port | Matthew Dillon | 2002-06-10 | 1 | -8/+20 |
| * | Update rtld for the "new" ia64 ABI. In the old toolchain, the | Peter Wemm | 2001-10-29 | 1 | -0/+3 |
| * | Add ia64 support. Various adjustments were made to existing targets to | Doug Rabson | 2001-10-15 | 2 | -8/+17 |
| * | Performance improvements for the ELF dynamic linker. These | John Polstra | 2001-05-05 | 1 | -4/+9 |
| * | Fix a bug which could cause programs with user threads packages to | John Polstra | 2000-07-17 | 1 | -2/+32 |
| * | Solve the dynamic linker's problems with multithreaded programs once | John Polstra | 2000-07-08 | 2 | -39/+224 |
| * | When a threads package registers locking methods with dllockinit(), | John Polstra | 2000-01-29 | 1 | -10/+25 |
| * | Block almost all signals in the default locking method instead of | John Polstra | 2000-01-25 | 1 | -8/+10 |
| * | Revamp the mechanism for enumerating and calling shared objects' | John Polstra | 2000-01-09 | 1 | -16/+5 |
| * | Work around an assert failure in the dynamic linker's default thread | John Polstra | 1999-12-28 | 1 | -4/+8 |
| * | Add a new function dllockinit() for registering thread locking | John Polstra | 1999-12-27 | 2 | -9/+94 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 3 | -3/+3 |
| * | Fix a serious performance bug for large programs on the Alpha, | John Polstra | 1999-06-25 | 2 | -26/+30 |
| * | Eliminate all machine-dependent code from the main source body and | John Polstra | 1999-04-09 | 4 | -1/+183 |
| * | Add alpha support. | Doug Rabson | 1998-09-04 | 2 | -4/+245 |
| * | Import the ELF dynamic linker. This is the ElfKit version with | John Polstra | 1998-03-07 | 1 | -0/+83 |