summaryrefslogtreecommitdiff
path: root/libexec/ld.so
AgeCommit message (Expand)Author
2003-06-22Dynamic linking random order fixes. This enables random library ordering.Dale Rahn
2003-06-11no more registerTheo de Raadt
2003-06-09pefo 3/4 licence cleanupsTheo de Raadt
2003-06-03Disable random library ordering, this seems to be exposing bugs in other code.Dale Rahn
2003-06-03three four gone.Artur Grabowski
2003-06-03kill clause 3 and 4 from several of my copyrights, cleanup.Dale Rahn
2003-06-03license cleaning.Artur Grabowski
2003-06-02nuke clause 3 & 4Jason Wright
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-06-02- section reorderJason McIntyre
2003-05-30Move env setup to its own function, works around compiler problem on sparcDale Rahn
2003-05-30knfTheo de Raadt
2003-05-30Unbreak tree for sparc, zapping ld_norandom strangely has a bad affect,Dale Rahn
2003-05-30Fix botch in tag array indexing. deal with 0 - DT_NUM,Dale Rahn
2003-05-30zap LD_NORANDOM on issetugid() binaries.Dale Rahn
2003-05-30When loading a shared object or libraries dependant object, load themDale Rahn
2003-05-08Previously, ld.so would use a single page for mapping the hints fileTodd C. Miller
2003-04-28thread safe dlxxx func (for elf) part 2. This requires the latestMarco S Hyman
2003-04-28Change mquery() function call signature to be the same a mmap(). ItDale Rahn
2003-04-25backout mquery change, something broke when not combined with a different diff.Dale Rahn
2003-04-25change mquery() function call signature to be the same a mmap(). ItDale Rahn
2003-04-22sync up ELF and a.out versions of ldconfig(8)David Krause
2003-04-21Fix the load_size which is used by ldd to print end address.Dale Rahn
2003-04-18Adjusting the start is wrong. The value returned by mquery() should be usedDale Rahn
2003-04-17mquery support, currently for i386 only.Dale Rahn
2003-03-10typoDavid Krause
2003-03-07Fix cut and paste on wrong line bugs, now like other versions. ok miod@Dale Rahn
2003-03-06.Xr typos;Jason McIntyre
2003-02-26Initialized the ABI stated 'cleanup' parameter to _start. This parameterDale Rahn
2003-02-15After relocation is completed, remove write protection from GOT/PLT in ld.so.Dale Rahn
2003-02-15Paranoia about mprotect, mprotect page aligned regions for got and plt.Dale Rahn
2003-02-15Do not call mprotect to enable writing for sections which normally areDale Rahn
2003-02-02knf & ansi; drahn okTheo de Raadt
2003-01-31The version of open in ld.so, _dl_open(), will return -errno instead of -1.Dale Rahn
2003-01-30Only flush the got address, if there is one. DOH.Dale Rahn
2003-01-30Change the constructor execution order to initialize dependant librariesDale Rahn
2003-01-24Flush the blrl instruction from the instruction cache if the GOT tag isDale Rahn
2003-01-17Change the GOT initialization so that it is done in a function whichDale Rahn
2003-01-16whitespace removal.Dale Rahn
2002-12-18Remove pointless 'if 0' code.Dale Rahn
2002-12-18Prepare for an upcoming ELF executable change. This will allow ld.so toDale Rahn
2002-12-13Compare to ELFMAG byte by byte rather than using full fledged function.Dale Rahn
2002-12-09Build ld.so as a normal shared object, not with special linkage.Dale Rahn
2002-12-02KNF; openbsd@davidkrause.comTheo de Raadt
2002-12-02typo; ok miod@Christian Weisgerber
2002-12-02Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stackMiod Vallat
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-23clean up comments.Dale Rahn
2002-11-23Put in a required item. Should not have been deleted to start with.Dale Rahn