History log of /openbsd-src/libexec/ld.so/SPECS.randomdata (Results 1 – 3 of 3)
Revision Date Author Comments
# 8b424531 01-Jun-2018 mortimer <mortimer@openbsd.org>

Bump ELF_RANDOMIZE_LIMIT to 1MB.
ok deraadt@


# 1a0bd10f 06-Feb-2015 deraadt <deraadt@openbsd.org>

Raise ELF_RANDOMIZE_LIMIT to 64K, so that programs and libraries can
legitimately use random section variables without execve failures...
Because this section is not demand faulted, yield() every pag

Raise ELF_RANDOMIZE_LIMIT to 64K, so that programs and libraries can
legitimately use random section variables without execve failures...
Because this section is not demand faulted, yield() every page during
the fill otherwise the costs are charged poorly.
ok tedu matthew

show more ...


# 5f706690 20-Aug-2012 matthew <matthew@openbsd.org>

Add support for .openbsd.randomdata sections and PT_OPENBSD_RANDOMIZE
segments to the kernel, ld (2.15), and ld.so. Tested on alpha, amd64,
i386, macppc, and sparc64 (thanks naddy, mpi, and okan!).

Add support for .openbsd.randomdata sections and PT_OPENBSD_RANDOMIZE
segments to the kernel, ld (2.15), and ld.so. Tested on alpha, amd64,
i386, macppc, and sparc64 (thanks naddy, mpi, and okan!).

Idea discussed for some time; committing now for further testing.
ok deraadt

show more ...