Age | Commit message (Expand) | Author |
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-04-16 | It's been a quarter century: we can assume volatile is present with that name. | Philip Guenther |
2014-01-19 | Only i386 needs mquery; delete the static inlines from amd64 and hppa | Philip Guenther |
2013-12-24 | Remove some leftover bits that are no longer necessary now that we no | Mark Kettenis |
2013-12-23 | Make ld.so pass its cleanup handler in %arg1 and stop calling atiexit(4) | Mark Kettenis |
2013-11-13 | Complete the prototype in a function cast to quiet a gcc warning | Philip Guenther |
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-04-05 | - Add ORIGIN, OSNAME, OSREL and PLATFORM substitution support for rpaths. | Kurt Miller |
2013-03-26 | Recommit the change that explicitly passes %sr0 to fic instructions. miod@ is | Mark Kettenis |
2013-01-13 | Correctly process RELOC_DIR32 while relocating ld.so itself; this allow | Miod Vallat |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-10-27 | Clear arg1 before passing control to the main object. | Mark Kettenis |
2012-10-24 | Garbage-collect the _dl_stat() routine, now unused | Philip Guenthe |
2012-06-20 | With MP rthread setups, we cannot remove the X permission from the GOT | Theo de Raadt |
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-06-05 | Argh, revert previous change, for older binutils do not grok the fic() change. | Miod Vallat |
2010-06-05 | Explicitely pass a %sr register to fic instructions, instead of realying on | Miod Vallat |
2010-05-27 | Synchronize caches after modifying the data words in the PLT stub to prevent | Mark Kettenis |
2010-05-02 | Fix breakage from last commit. Bad guenther@, no cookie! | Mark Kettenis |
2010-05-02 | Combine the signal mask handling into _dl_thread_bind_lock(), as it's MI. | Philip Guenthe |
2010-02-01 | Properly restore ret1 instead of overwriting ret0 with the saved value. | Mark Kettenis |
2010-01-03 | Make lazy binding work on hppa. | Mark Kettenis |
2010-01-02 | Fix handling of hppa RELOC_IPLT relocations during 'bootstrap relocation'. | Mark Kettenis |
2008-11-09 | typo fixed (overriden -> overridden) | Tobias Stoeckmann |
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-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 |
2005-09-16 | Rework symbol lookup to more closely match sun's documentation, now | Dale Rahn |
2005-01-09 | set %dp before any constructors get to run; found and debugged w/ niklas@ | Michael Shalayeff |
2004-06-07 | use the func args and not the key material to init a new plabel | Michael Shalayeff |
2004-06-07 | fixup the dlsym() return to produce a callable address (plabel) and move one ... | Michael Shalayeff |
2004-06-07 | better debugging printfs for init/fini fixups | Michael Shalayeff |
2004-06-01 | need to fixup for empty pltgot (weak regress is a test for it) | Michael Shalayeff |
2004-05-27 | fake plabel32 relocs for dyn.init/fini instead of an evil md macro hook | Michael Shalayeff |
2004-05-25 | spaces | Theo de Raadt |
2004-05-25 | md parts for hppa | Michael Shalayeff |