Age | Commit message (Expand) | Author |
2014-04-16 | It's been a quarter century: we can assume volatile is present with that name. | Philip Guenther |
2013-12-25 | Make ld.so pass its cleanup handler in %g1 as required by the SPARC System V | Mark Kettenis |
2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | Philip Guenther |
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 |
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 | Stop passing around PS_STRINGS in %g1. The ELF ABI reserves this register | Mark Kettenis |
2011-04-06 | Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' | Miod Vallat |
2011-03-12 | excessive / at the end of a .PATH; ok guenther drahn | Theo de Raadt |
2010-12-12 | Allocate a full C compiler-style stack frame that includes space for 6 | Mark Kettenis |
2010-10-28 | Change basep parameter of getdirentries() to be off_t *, not long * | Todd C. Miller |
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 |
2008-02-24 | Use rounded down address when changing memory protections on the GOT, such | Dale Rahn |
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-16 | Rework symbol lookup to more closely match sun's documentation, now | 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 |
2003-09-04 | Fix W^X mistake. If the dynamic linker is workin in non-lazy mode, it | Dale Rahn |
2003-09-04 | Symbol cache for GOT lookup. When a symbol is found it is saved in a cache | Dale Rahn |
2003-09-02 | Fix PR 3371, symbol lookup in dlopen()ed objects is not correct. Correct | Dale Rahn |
2003-07-28 | The fifth argument to _dl_find_symbol is a 'int size', not a SYM_ define. | Dale Rahn |
2003-07-09 | changes to ld.so to be compatible with newer binutils, requires | Dale Rahn |
2003-07-06 | various proto, ansi, and knf repair. tested on all architectures that | Theo de Raadt |
2003-06-09 | pefo 3/4 licence cleanups | Theo de Raadt |
2003-06-03 | three four gone. | Artur Grabowski |
2003-06-02 | nuke clause 3 & 4 | Jason Wright |
2003-05-30 | When loading a shared object or libraries dependant object, load them | Dale Rahn |
2003-02-15 | After relocation is completed, remove write protection from GOT/PLT in ld.so. | Dale Rahn |
2003-02-15 | Paranoia about mprotect, mprotect page aligned regions for got and plt. | Dale Rahn |
2003-02-02 | knf & ansi; drahn ok | Theo de Raadt |
2002-12-18 | Remove pointless 'if 0' code. | Dale Rahn |
2002-12-18 | Prepare for an upcoming ELF executable change. This will allow ld.so to | Dale Rahn |
2002-11-23 | After fixing these comments, I add another incorrect one. | Dale Rahn |
2002-11-23 | Implement [u]mul/[u]div/[u]rem with faster version if available | Dale Rahn |
2002-11-22 | Fix the comments on which systemcall is being processed, ok deraadt@ | Dale Rahn |