Age | Commit message (Expand) | Author |
2008-10-02 | Fix mmap() error checking to be correct 64-bit addresses. Consistently | Kurt Miller |
2004-10-17 | Fix some problems related to LD_LIBRARY_PATH parsing where it would not | Dale Rahn |
2004-05-18 | fix includes scoping; drahn@ ok | Michael Shalayeff |
2003-11-11 | Better fix to the library name parsing. now correctly handles | Dale Rahn |
2003-10-26 | Work around a problem with shared libraries named as libX-A.B.so.X.Y. | Dale Rahn |
2003-07-06 | various proto, ansi, and knf repair. tested on all architectures that | Theo de Raadt |
2003-05-08 | Previously, ld.so would use a single page for mapping the hints file | Todd C. Miller |
2003-02-02 | knf & ansi; drahn ok | Theo de Raadt |
2002-07-29 | minor formatting | Artur Grabowski |
2002-07-12 | Change ld.so search order/method to match the a.out ld.so. | Dale Rahn |
2002-05-27 | KNF | Theo de Raadt |
2002-05-25 | use _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 routines | Dale Rahn |
2002-05-24 | more KNF | Theo de Raadt |
2002-05-24 | various KNF | Theo de Raadt |
2002-02-21 | cleanup of MD/MI ld.so (elf), most changes by art@ cleanup by me. | Dale Rahn |
2001-09-22 | Upon futher contemplation, the notion of unmaphints is just wrong. | Dale Rahn |
2001-09-22 | The unmaphints routine should not destroy the hint mapping. | Dale Rahn |
2001-06-08 | Be consistent. If we have inveted our of strlen, use it everywhere. | Artur Grabowski |
2001-05-31 | When opening the hints file, check for error return < 0, not -1. | Artur Grabowski |
2001-05-12 | MAP_COPY -> MAP_PRIVATE | Artur Grabowski |
2001-05-11 | -1 -> MAP_FAILED. | Artur Grabowski |
2000-06-13 | Updated version of ld.so, contains additional functionality and fixes/ | Dale S. Rahn |