summaryrefslogtreecommitdiff
path: root/libexec/ld.so/sparc/ldasm.S
AgeCommit message (Expand)Author
2013-08-13Switch time_t, ino_t, clock_t, and struct kevent's ident and dataPhilip Guenther
2013-06-01Introduce ltrace(1). This tool works with ld.so to inject utrace record forMiod Vallat
2013-04-05- Add ORIGIN, OSNAME, OSREL and PLATFORM substitution support for rpaths.Kurt Miller
2012-10-24Garbage-collect the _dl_stat() routine, now unusedPhilip Guenthe
2012-10-22Stop passing around PS_STRINGS in %g1. The ELF ABI reserves this registerMark Kettenis
2010-12-12Allocate a full C compiler-style stack frame that includes space for 6Mark Kettenis
2006-05-03prebind - how to prelink a binary without throwing security out the windowDale Rahn
2004-05-25spacingTheo de Raadt
2003-07-09changes to ld.so to be compatible with newer binutils, requiresDale Rahn
2003-06-02nuke clause 3 & 4Jason Wright
2003-02-02knf & ansi; drahn okTheo de Raadt
2002-12-18Prepare for an upcoming ELF executable change. This will allow ld.so toDale Rahn
2002-11-23After fixing these comments, I add another incorrect one.Dale Rahn
2002-11-23Implement [u]mul/[u]div/[u]rem with faster version if availableDale Rahn
2002-11-22Fix the comments on which systemcall is being processed, ok deraadt@Dale Rahn
2002-10-21Simplify the ld.so asm api, the data is available other ways.Dale Rahn
2002-08-11The parameter dynp was never used, rather than pass in a dummy on mostDale Rahn
2002-07-29Bunch of cleanups and one last bugfix that seems to make things work.Artur Grabowski
2002-07-27this is not sparc64.Artur Grabowski
2002-07-27Stop being too creative, steal more code from sparc64.Artur Grabowski
2002-07-27Just a skeleton for sparc. Builds, but pieces are missing and it doesn'tArtur Grabowski