| Age | Commit message (Expand) | Author |
| 2003-03-02 | Shorten rtld_start() by 2 instructions or 8 bytes, and make it not use GOT | mycroft |
| 2003-03-02 | Shorten rtld_start() slightly -- there's a base-relative _DYNAMIC pointer at | mycroft |
| 2003-03-01 | Update copyright. | mycroft |
| 2003-02-28 | we have constants for all this crap. don't hard-code things. | christos |
| 2003-02-28 | Eliminate GOT usage in rtld_start() on this platform, too. | mycroft |
| 2003-02-28 | Use the "__NetBSD_Version__" constant rather than the "NetBSD" constant | thorpej |
| 2003-02-28 | Similar to other rela platforms, do not use any GOT entries (other than the | mycroft |
| 2003-02-27 | Adjust for the fact that the GOT is all 0s in new binutils -- do the trick of | mycroft |
| 2003-02-26 | Do not add ${LIBC_PIC} to DPADD if MKPICINSTALL is "no". | uwe |
| 2003-02-25 | .Nm does not need a dummy argument ("") before punctuation or | wiz |
| 2003-02-21 | Revert previous change. | mycroft |
| 2003-02-06 | If fstat info was passed, and from it it can be seen that the file size | fvdl |
| 2003-01-11 | Fix bug where only 2/3 of the PLT was being synched with the icache. | matt |
| 2002-12-14 | Gracefully exit when invoked directly. Use of assert() here caused a segfault. | junyoung |
| 2002-12-14 | Remove comment which is not true any more. alpha and i386 support | junyoung |
| 2002-12-05 | A bit speedup: in _rtld_load_object(), save the number of calls to | junyoung |
| 2002-12-04 | Bintuils-current initializes the GOT entries to 0 (instead of the | thorpej |
| 2002-11-25 | Back out the last two changes. They were misguided, and the code worked | mycroft |
| 2002-11-24 | Replace return -1 in rtld_bind with _rtld_die() call. | fvdl |
| 2002-11-24 | Implement self-relocation as is required now. | fvdl |
| 2002-11-24 | For the debug case, print relocbase as well at the start of _rtld(). | fvdl |
| 2002-11-22 | Now _rtld_relocate_objects() returns with error as soon as any of | junyoung |
| 2002-11-21 | Simplify code a bit. | junyoung |
| 2002-11-14 | In _rtld_load_library(), ensure that the old _rtld_error state (a message from | nathanw |
| 2002-11-14 | Remove "extern const chat *_rtld_error_message;". There is no such | nathanw |
| 2002-10-31 | Convert to register prefixes. | matt |
| 2002-10-18 | _rtld_bind(): Don't use "rela" until after we've (potentially) adjusted | thorpej |
| 2002-10-06 | Embedded whitespace in dirname is supported again. | junyoung |
| 2002-10-05 | A line whose length is 0 always begins with '#'. | junyoung |
| 2002-10-05 | Minor cleanup. | junyoung |
| 2002-10-05 | Disable DEBUG again. | junyoung |
| 2002-10-05 | Better fix of parser bug. | junyoung |
| 2002-10-05 | Don't call _rtld_process_mapping() with null string. | junyoung |
| 2002-10-05 | Simplify the hint file parser a bit. | mycroft |
| 2002-10-05 | Minor cleanup. | mycroft |
| 2002-10-05 | Make this work for ldd again. | mycroft |
| 2002-10-04 | Recode _rtld_elf_hash() so it compiles better (at least on i386 and arm). | mycroft |
| 2002-10-04 | Rearrange _rtld_map_object() a little, so that we don't have to have the first | mycroft |
| 2002-10-04 | Pull out some objlist functions in ldd. | mycroft |
| 2002-10-04 | Don't actually bother maintaining _rtld_list_main and _rtld_list_global in | mycroft |
| 2002-10-04 | Move the definition of _rtld_list_main so ldd builds again. | mycroft |
| 2002-10-03 | Skip the lazy PLT relocation if relocbase==0 (useful if libraries are loaded | mycroft |
| 2002-10-03 | As seen on tech-userlevel... | mycroft |
| 2002-10-03 | Do not put objects on _rtld_list_main on any DAG member list -- any symbol we | mycroft |
| 2002-10-01 | Store pathnames of shared objects not found in search paths in cache | junyoung |
| 2002-09-29 | Begin new sentences on new lines. | wiz |
| 2002-09-28 | Call NEW() rather than CNEW(). | junyoung |
| 2002-09-27 | Only use the MKDYNAMICROOT semantics (i.e. -rpath=/lib,/usr/lib and | thorpej |
| 2002-09-27 | Change the munmap() of the text-data gap to mprotect(PROT_NONE). This avoids | mycroft |
| 2002-09-27 | We don't need to save r7, either... | mycroft |