Age | Commit message (Expand) | Author |
2002-05-22 | a bunch more strcpy -> strlcpy and sprintf -> snprintf | Theo de Raadt |
2002-04-29 | Clean up RELOC_RELATIVE reloction type, do correct relocation instead | Dale Rahn |
2002-04-24 | Perform full relocation for Rela bootstrap relocations, compatible | Dale Rahn |
2002-04-09 | Add the Copyrights from the respective files the code came from. ok deraadt@ | Dale Rahn |
2002-03-31 | Do not run static constructors when run from ldd. ok theo, art, espie, pefo | Dale Rahn |
2002-03-17 | Clean up building of debug_map. mips and non-mips can more | Artur Grabowski |
2002-03-17 | Remove hackery I added to deal with dlopen(NULL), handle it in a reasonably | Dale Rahn |
2002-03-17 | Keep _dl_last_object in sync with reality if last element in list is deleted. | Dale Rahn |
2002-03-17 | Clean up the zapping of bad variables. Instead of implementing | Artur Grabowski |
2002-03-15 | Add support for binutils 2.11. Work around change in PLT generation new ld | Dale Rahn |
2002-03-07 | call the r_brk function in dlopen/dloclose on all archs, | Artur Grabowski |
2002-03-07 | Add a debug printf for the entry point just before returning to MD code. | Artur Grabowski |
2002-02-21 | cleanup of MD/MI ld.so (elf), most changes by art@ cleanup by me. | Dale Rahn |
2002-02-20 | Fix obvious pasto: when iflush'n flush 24,20,16,... not 20,16,16,... | Jason Wright |
2002-02-20 | err/warn strings don't need \n's | Jason Wright |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained o... | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-02-11 | libdl is no more | Artur Grabowski |
2001-12-07 | kill more registers; | Mike Pechkin |
2001-11-20 | bye bye, libdl | Peter Valchev |
2001-11-13 | o) fix bogus .Xr usage; | Mike Pechkin |
2001-11-06 | Since the header of the file map is Start End, | Dale Rahn |
2001-10-24 | getopt(3) returns -1 when out of args, not EOF. | Mike Pechkin |
2001-09-29 | Change method of determining object type, does better bounds checking, | Dale Rahn |
2001-09-27 | Local symbols don't need to have a name. Don't barf on them. | Artur Grabowski |
2001-09-26 | 'loff' shouldn't be const (at least not on sparc64) | Jason Wright |
2001-09-26 | Some juggling to simplify the code and some missing code. | Artur Grabowski |
2001-09-26 | Lazy binding. Parts from NetBSD. | Artur Grabowski |
2001-09-26 | Implement COPY relocations. | Artur Grabowski |
2001-09-26 | Code for PLT relocations. From NetBSD. | Artur Grabowski |
2001-09-26 | Adapt to Elf_Word change. | Artur Grabowski |
2001-09-25 | Slight cleanup on ld.so tests, link with rpath built in, so that running | Dale Rahn |
2001-09-25 | Duh! if we go through the hassle of looking up a symbol it might | Artur Grabowski |
2001-09-25 | Borrow a big chunk of code from the NetBSD ld.elf_so to do all the | Artur Grabowski |
2001-09-25 | Cleaner hash bucket init and some KNF. | Artur Grabowski |
2001-09-25 | Zero out dl_data before populating it. | Artur Grabowski |
2001-09-25 | Do mmap the right way. | Artur Grabowski |
2001-09-25 | Another attempt at getting this right. This time, play safe. | Artur Grabowski |
2001-09-24 | Some cleanup. | Artur Grabowski |
2001-09-24 | Some voodoo for bootstrapping sparc64. | Artur Grabowski |
2001-09-24 | Get the bootstrapping right. | Artur Grabowski |
2001-09-24 | Proper RELOC_RELA for bootstrap. | Artur Grabowski |
2001-09-24 | sparc64 needs slightly different flags. | Artur Grabowski |
2001-09-24 | Adapt to _dl_boot_bind change. | Artur Grabowski |
2001-09-24 | API change between asm code and _dl_boot_bind(). Simply and | Dale Rahn |
2001-09-24 | dl_data is at the start of the stack, not after env. load loff. | Artur Grabowski |
2001-09-23 | pass appropriate compilation flags for sparc64. needs to be compiled PIC. | Dale Rahn |
2001-09-23 | add munmap syscall | Dale Rahn |
2001-09-22 | Upon futher contemplation, the notion of unmaphints is just wrong. | Dale Rahn |