summaryrefslogtreecommitdiff
path: root/libexec/ld.so/sod.c
AgeCommit message (Expand)Author
2008-10-02Fix mmap() error checking to be correct 64-bit addresses. ConsistentlyKurt Miller
2004-10-17Fix some problems related to LD_LIBRARY_PATH parsing where it would notDale Rahn
2004-05-18fix includes scoping; drahn@ okMichael Shalayeff
2003-11-11Better fix to the library name parsing. now correctly handlesDale Rahn
2003-10-26Work around a problem with shared libraries named as libX-A.B.so.X.Y.Dale Rahn
2003-07-06various proto, ansi, and knf repair. tested on all architectures thatTheo de Raadt
2003-05-08Previously, ld.so would use a single page for mapping the hints fileTodd C. Miller
2003-02-02knf & ansi; drahn okTheo de Raadt
2002-07-29minor formattingArtur Grabowski
2002-07-12Change ld.so search order/method to match the a.out ld.so.Dale Rahn
2002-05-27KNFTheo de Raadt
2002-05-25use _dl_strncmp() not strncmp(), _dl version is already present and used.Dale Rahn
2002-05-25_dl_strcmp() and _dl_strchr() exist, do not pull these routinesDale Rahn
2002-05-24more KNFTheo de Raadt
2002-05-24various KNFTheo de Raadt
2002-02-21cleanup of MD/MI ld.so (elf), most changes by art@ cleanup by me.Dale Rahn
2001-09-22Upon futher contemplation, the notion of unmaphints is just wrong.Dale Rahn
2001-09-22The unmaphints routine should not destroy the hint mapping.Dale Rahn
2001-06-08Be consistent. If we have inveted our of strlen, use it everywhere.Artur Grabowski
2001-05-31When opening the hints file, check for error return < 0, not -1.Artur Grabowski
2001-05-12MAP_COPY -> MAP_PRIVATEArtur Grabowski
2001-05-11-1 -> MAP_FAILED.Artur Grabowski
2000-06-13Updated version of ld.so, contains additional functionality and fixes/Dale S. Rahn