Age | Commit message (Expand) | Author |
2006-05-10 | pretty this up; ok drahn | Theo de Raadt |
2006-05-08 | prettier | Theo de Raadt |
2006-05-08 | more spacing | Theo de Raadt |
2006-05-08 | de-space | Theo de Raadt |
2006-05-07 | Initialize oprebind_data so that unintialized memory is not referenced. | Dale Rahn |
2006-05-06 | While os-note-elf.h uses '.long' on the openbsd note section, they | Dale Rahn |
2006-05-06 | If there is a conflict between two symbols, and one of the symbols is a | Dale Rahn |
2006-05-06 | Do not write the same data to a library that is already there when | Dale Rahn |
2006-05-06 | improve wording somewhat. | Dale Rahn |
2006-05-05 | sigh, build on non gcc3 systems. | Dale Rahn |
2006-05-05 | Prebind should not force lazy binding to be turned off during dlopen() | Dale Rahn |
2006-05-05 | various fixes up; some from michael knudsen, some from myself | Jason McIntyre |
2006-05-05 | Ignore binaries which are not OpenBSD binaries (.note section), some cleanup | Dale Rahn |
2006-05-05 | Make certain that it doesn't try to load prelink info once the primary link | Dale Rahn |
2006-05-05 | Add -o <output> mode in addition to strip in place, '-' is stdout. | Dale Rahn |
2006-05-04 | Work around a problem on sparc32 (for now), some debug cleanup. | Dale Rahn |
2006-05-04 | When copying a prog reference from a lib do not put it in the common table | Dale Rahn |
2006-05-04 | Add missing copyright on header file, OpenBSD -> .Ox in manpages, thanks Dries. | Dale Rahn |
2006-05-04 | Avoid a couple of potential crashes if the input data isn't right. ok beck@ | Dale Rahn |
2006-05-04 | Fix wordo, pointed out by jmc@ | Dale Rahn |
2006-05-04 | Dont build/install prebind tools just yet. | Dale Rahn |
2006-05-03 | Using mmap for these is going to be trickier than I thought, go ahead | Dale Rahn |
2006-05-03 | several fixes dealing with determining if a program or library is being | Dale Rahn |
2006-05-03 | goodbye noisy debug. | Dale Rahn |
2006-05-03 | checks that libraries are libaries and programs are programs. (needs cleanup) | Dale Rahn |
2006-05-03 | When loading 'binaries' ignore libraries. | Dale Rahn |
2006-05-03 | prebind - how to prelink a binary without throwing security out the window | Dale Rahn |
2006-05-03 | Extra paranoid, do not allow the dynamic linker to have unresolved references | Dale Rahn |
2006-05-03 | Keep the state of the debugger constistant, let it know a the dynamic | Dale Rahn |
2006-05-03 | Rewrite the ld.so syscall stubs as macros. no binary change. | Dale Rahn |
2006-04-11 | Plug memory leaks. | Ray Lai |
2006-03-24 | Remove telldir/seekdir support from the internal ld.so lib, it's not | Otto Moerbeek |
2006-02-22 | No need to include <machine/elf_machdep.h> | Miod Vallat |
2005-12-31 | sort options and sync usage() | Jason McIntyre |
2005-12-02 | fix RELOC_COPY on powerpc when symbol is weak. use relocation address | Kurt Miller |
2005-11-15 | correct opencount decrement in _dl_unload_dlopen. was leaving function | Kurt Miller |
2005-11-09 | add RTLD_NOW support to dlopen and propogate -z now to dep libs. | Kurt Miller |
2005-11-09 | the handle returned by dlopen(0,...) should behave the same as | Kurt Miller |
2005-11-02 | allow shlibs with paths to use shlib version matching rules too. | Kurt Miller |
2005-10-23 | Use libc's SYS.h and SYSTRAP instead of rolling own. No binary change. | Dale Rahn |
2005-10-21 | using _dl_link_grpsym to increment refcounts made _dl_notify_unload_shlib | Kurt Miller |
2005-10-18 | This is too useful for debugging to not have in the tree, however | Dale Rahn |
2005-10-17 | Fix possible buffer overflow caused by unknown tags in the range | Mark Kettenis |
2005-10-16 | Consolidate dl_boot and dlopen dep lib loading into new function | Kurt Miller |
2005-10-12 | add missing grpref unload propogation (sync with library_mquery) | Kurt Miller |
2005-10-12 | Split grpsym_list creation away from child_list creation and change | Kurt Miller |
2005-10-10 | set _dl_loading_object to NULL upon entering and exiting _dl_boot and | Kurt Miller |
2005-10-09 | fix incomplete ref count check in _dl_link_dlopen (use macro now). | Kurt Miller |
2005-10-09 | introduce object ref count macros (suggested by dale). no functional | Kurt Miller |
2005-10-07 | rename dload_list to grpsym_list which better represents its usage. | Kurt Miller |