summaryrefslogtreecommitdiff
path: root/libexec/ld.so/dl_prebind.c
AgeCommit message (Expand)Author
2015-01-16<sys/param.h> to <limits.h> conversion. Verified binariesTheo de Raadt
2014-07-10check all memory allocations; ok miod@ guenther@Otto Moerbeek
2014-07-06enable -Wall, explicitly call _dl_strsep, and zap some redundant includesOtto Moerbeek
2014-06-21Move to a non-zeroing _dl_malloc, a _dl_calloc and _dl_reallocarry andOtto Moerbeek
2013-11-13prototype & void * math cleanupTheo de Raadt
2013-06-04Fix a bunch of "variable 'foo' set but not used." warnings emitted by newer GCC.Brad Smith
2013-04-16an acceptable time_t truncation (binding cannot take that long)Theo de Raadt
2010-10-27repair ;;Theo de Raadt
2008-04-09Improve support for shared libs linked at non-zero addreses:Kurt Miller
2006-05-12Commit the rest of the api change that started in prebind.Dale Rahn
2006-05-10pretty this up; ok drahnTheo de Raadt
2006-05-08more spacingTheo de Raadt
2006-05-08de-spaceTheo de Raadt
2006-05-05Prebind should not force lazy binding to be turned off during dlopen()Dale Rahn
2006-05-05Make certain that it doesn't try to load prelink info once the primary linkDale Rahn
2006-05-04Avoid a couple of potential crashes if the input data isn't right. ok beck@Dale Rahn
2006-05-03prebind - how to prelink a binary without throwing security out the windowDale Rahn