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
Age
Commit message (
Expand
)
Author
2015-05-06
Fix a memory leak in _dl_load_dep_libs()
Jonathan Gray
2015-04-28
tidy up the prebind text; prompted by zhuk
Jason McIntyre
2015-02-08
Fix cross-build. OK jsing@ miod@ guenther@ deraadt@
Masao Uebayashi
2015-02-06
Raise ELF_RANDOMIZE_LIMIT to 64K, so that programs and libraries can
Theo de Raadt
2015-01-22
delete annoying white space that annoy
Theo de Raadt
2015-01-20
If _dl_progname exceeds half the syslog buffer, truncate it with "...",
Theo de Raadt
2015-01-20
Add support for tracing libraries in static PIE binaries. rcrt does not
Theo de Raadt
2015-01-19
gcc does not understand that the loop conditionally sets bsod before
Theo de Raadt
2015-01-18
do not require <a.out.h>
Theo de Raadt
2015-01-16
<sys/param.h> to <limits.h> conversion. Verified binaries
Theo de Raadt
2014-12-30
self-relocating crt0 bits for sh, and enable static pie by default. With some
Miod Vallat
2014-12-30
Clean up and optimize _dl_start a bit by using immediate addressing for
Miod Vallat
2014-12-30
Fix handling of R_MIPS_REL32_64 relocations that reference a symbol.
Mark Kettenis
2014-12-27
Static PIE for mips64. Still something not quite right as a full make build
Mark Kettenis
2014-12-27
Make ld.so process only R_ALPHA_RELATIVE relocations during early GOT
Mark Kettenis
2014-12-24
Expand Elf_Rel relocations to include DT_JMPREL. Inspect DT_PLTREL value
Kurt Miller
2014-12-22
Self-relocation code for i386.
Kurt Miller
2014-12-22
Static PIE has been delayed for quite a while. By pushing hard with pascal
Theo de Raadt
2014-12-22
Introduce new csu0 variant for -static -pie binaries to use called
Kurt Miller
2014-12-19
place the afterinstall: target correctly for static-only architectures
Theo de Raadt
2014-12-16
install both ld.so with mode 444
Theo de Raadt
2014-12-16
Install a copy of ld.so into /sbin. Soon to be used in order to make "static"
Pascal Stumpf
2014-12-14
Revert r1.10: properly built shared libraries will never have any DISP26
Miod Vallat
2014-12-09
avoid void arithmetic. from david carlier
Ted Unangst
2014-11-25
When a public symbol in a library is referenced by the main program's plt,
Miod Vallat
2014-11-24
Make the scope of the symbol caching variables added in 1.49 a bit larger so
Miod Vallat
2014-11-22
mop up a barely started project... getting in the way of grepping the tree!
Theo de Raadt
2014-11-19
Nuke yet more obvious #include duplications.
Kenneth R Westerback
2014-11-18
Nuke some obvious #include duplications.
Kenneth R Westerback
2014-11-15
ELF files have moved up a level
Philip Guenther
2014-11-03
Eliminate RTLD_PROTECT_PLT: ld.so is built with -Bsymbolic so the
Philip Guenther
2014-11-03
arc4random_uniform() transformation was off, resulting in badly skewed
Philip Guenther
2014-10-19
Revert last commit due to changed semantics found by make release.
Doug Hogan
2014-10-18
Better POSIX compliance in realpath(3).
Doug Hogan
2014-10-18
Convert some malloc() and realloc() calls to reallocarray().
Doug Hogan
2014-10-18
Simple malloc() to reallocarray() conversion.
Doug Hogan
2014-09-22
Correct the token used.
Brad Smith
2014-09-01
Sync readlink(2) with IEEE Std 1003.1-2008.
Doug Hogan
2014-08-30
Make the handling of PLT entries above the 32k mark thread-safe.
Philip Guenther
2014-08-19
ld.so(1): Missing stack var initialization
Masao Uebayashi
2014-07-28
_dl_sigprocmask() works better when it actually saves the returned sigmask
Philip Guenther
2014-07-14
Now that we have sendsyslog(2), we can directly use it in the
Theo de Raadt
2014-07-10
check all memory allocations; ok miod@ guenther@
Otto Moerbeek
2014-07-10
typo in previous
Miod Vallat
2014-07-09
Use O_CLOEXEC to make sure fork+exec in a threaded process can't
Philip Guenther
2014-07-09
_dl_fcntl() is no longer used; kill the stubs
Philip Guenther
2014-07-09
Resync _dl_opendir() with libc: use O_CLOEXEC and O_DIRECTORY instead
Philip Guenther
2014-07-09
Fix backtraces through _dl_bind_start by adding dwarf annotations for
Philip Guenther
2014-07-06
allocate two things, test two pointers; ok miod@ guenther@
Otto Moerbeek
2014-07-06
int all fields, so calloc can become malloc; ok miod@
Otto Moerbeek
[next]