Age | Commit message (Expand) | Author |
2013-06-13 | Appease LLVM warning.. | Brad Smith |
2013-06-09 | Constify the mib argument of sysctl(). | Miod Vallat |
2013-06-01 | Make all the syscall prototypes consistent with their real forms for types, | Philip Guenther |
2013-06-01 | Introduce ltrace(1). This tool works with ld.so to inject utrace record for | Miod Vallat |
2013-05-08 | Implement symbol caching and RELACOUNT/RELCOUNT optimizations. | Philip Guenther |
2013-04-05 | - Add ORIGIN, OSNAME, OSREL and PLATFORM substitution support for rpaths. | Kurt Miller |
2013-03-18 | Fix comment tpyos | Philip Guenther |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-10-24 | Garbage-collect the _dl_stat() routine, now unused | Philip Guenthe |
2012-10-22 | Zero %rdx before transferring control to the main program, to indicate that | Mark Kettenis |
2011-07-23 | Properly align the stack early on in the ld.so startup code such that code run | Mark Kettenis |
2011-04-06 | Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' | Miod Vallat |
2010-10-28 | Change basep parameter of getdirentries() to be off_t *, not long * | Todd C. Miller |
2010-05-11 | Correct the _dl_sigprocmask() stub to take and store signal masks | Philip Guenthe |
2010-05-02 | Combine the signal mask handling into _dl_thread_bind_lock(), as it's MI. | Philip Guenthe |
2010-01-02 | Fix handling of hppa RELOC_IPLT relocations during 'bootstrap relocation'. | Mark Kettenis |
2008-10-02 | Fix mmap() error checking to be correct 64-bit addresses. Consistently | Kurt Miller |
2008-04-09 | Improve support for shared libs linked at non-zero addreses: | Kurt Miller |
2007-11-27 | Make _dl_md_reloc_got() report errors, and take them into account. | Miod Vallat |
2007-05-05 | Provide hook so that rthreads can provide a spinlock to protect from races | Dale Rahn |
2006-10-28 | Only mprotect pages during relocation if the library is marked TEXTREL | Dale Rahn |
2006-05-03 | prebind - how to prelink a binary without throwing security out the window | Dale Rahn |
2005-09-22 | Use std missing symbol print instead of MD custom, do not warn on weak | Dale Rahn |
2005-09-21 | Simplify the internal symbol finding API, with some cleanup, prep for | Dale Rahn |
2005-09-17 | spacing | Theo de Raadt |
2005-09-16 | Rework symbol lookup to more closely match sun's documentation, now | Dale Rahn |
2005-05-04 | %rsi is not callee save, use source register that is saved across call | Dale Rahn |
2004-05-25 | provide one version of _dl_bcopy instead of copy in every arch; drahn@ ok | Michael Shalayeff |
2004-05-25 | return object* the symbol is in for _dl_find_symbol*; drahn@ ok | Michael Shalayeff |
2004-05-25 | spacing | Theo de Raadt |
2004-05-24 | Change define used to deal with PLT protection, use postive logic not negative. | Dale Rahn |
2004-02-27 | change amd64's MACHINE_ARCH from x86_64 to amd64. There are many many | Theo de Raadt |
2004-02-23 | pretty | Theo de Raadt |
2004-02-10 | Make this work. will figure out what this should be later. | Dale Rahn |
2004-02-10 | Fix/enable lazy binding on amd64 ld.so | Dale Rahn |
2004-02-10 | Disable lazy binding for now. | Dale Rahn |
2004-02-10 | sync with reloc.h change. | Dale Rahn |
2004-02-10 | AMD64 dynamic linker. initial work by mickey finished up by myself. | Dale Rahn |