Age | Commit message (Expand) | Author |
2016-08-28 | ld.so doesn't need gettimeofday or lstat stubs any more | Philip Guenther |
2016-08-07 | Teach mips64 to pass &_DYNAMIC to _dl_boot_bind() | Philip Guenther |
2016-07-04 | Remove prebind support: binding to symbol table indices is too fragile | Philip Guenther |
2016-06-18 | Make mips64 like all the others: only make mappings writable during relocation | Philip Guenther |
2016-05-07 | Use a Thread Information Block in both single and multi-threaded programs. | Philip Guenther |
2016-03-21 | Rename the system call sendsyslog2 to sendsyslog. Keep the old one | Alexander Bluhm |
2016-03-21 | Switch ld.so's stack smash handler from sendsyslog to sendsyslog2 | Philip Guenther |
2016-03-20 | Export environ and __progname, making the latter a copy of just the filename | Philip Guenther |
2015-12-06 | Simplify the relocation code for the ld.so bootstrap and static pie: track | Philip Guenther |
2015-11-15 | ldd(1) sets environment variable LD_TRACE_LOADED_OBJECTS to tell ld.so | Theo de Raadt |
2015-11-02 | Factor out the logic for mprotecting the memory between two symbols into | Philip Guenther |
2015-09-19 | kbind has eliminated the need for and use of the bind lock. Delete it, the | Philip Guenther |
2015-09-13 | Rename __sysctl syscall to just sysctl, as the userland wrapper is no longer | Philip Guenther |
2015-08-26 | Kbind 3: The Legend Continues! | Philip Guenther |
2014-12-30 | Fix handling of R_MIPS_REL32_64 relocations that reference a symbol. | Mark Kettenis |
2014-12-27 | Static PIE for mips64. Still something not quite right as a full make build | Mark Kettenis |
2014-09-01 | Sync readlink(2) with IEEE Std 1003.1-2008. | Doug Hogan |
2014-07-14 | Now that we have sendsyslog(2), we can directly use it in the | Theo de Raadt |
2014-07-09 | _dl_fcntl() is no longer used; kill the stubs | Philip Guenther |
2014-07-06 | move from sysclt(KERN_ARND) to getentropy(2); ok miod@, kettenis@ | Otto Moerbeek |
2014-07-05 | Mark _dl_exit __dead. | Miod Vallat |
2014-07-05 | Add more sugar to build syscall stubs, and turn them from inlines to real | Miod Vallat |
2014-07-04 | Remove bogus mprotect call from RELOC_REL() - this macro is used to relocate | Miod Vallat |
2014-05-02 | No need to figure out the area spanned by .got in _dl_md_reloc(); only | Miod Vallat |
2014-01-18 | Make ld.so pass its cleanup handler in $2 as required by the MIPS 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 | 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-01-14 | Do not bogusly attempt to mprotect ld.so's .rodata area RW at bootstrap | Miod Vallat |
2012-11-01 | Zero v0 before transferring control to the main program to indicate that | Mark Kettenis |
2012-10-24 | Garbage-collect the _dl_stat() routine, now unused | Philip Guenthe |
2012-08-17 | Fix mips64 and powerpc's ld.so syscall implementations by adding | Matthew Dempsky |
2010-10-28 | Change basep parameter of getdirentries() to be off_t *, not long * | Todd C. Miller |
2010-09-11 | Fix lazy binding issue by making sure the second argument to _dl_find_symbol() | Mark Kettenis |
2010-05-03 | Fix breakage from last commit. Bad guenther@, no cookie! | Miod Vallat |
2010-03-27 | Remove explicit nop's in delay slots introduced in the previous commit. They | Mark Kettenis |
2010-03-27 | Implement lazy binding on mips64. This implementation relies on having two | Mark Kettenis |
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 |
2006-12-21 | 'immediatly' -> 'immediately' in comments. | Kenneth R Westerback |
2006-05-08 | more spacing | Theo de Raadt |
2006-05-03 | prebind - how to prelink a binary without throwing security out the window | Dale Rahn |
2005-09-22 | knf; ok drahn | Theo de Raadt |
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 |