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