CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2015/02/06 16:58:12
Modified files: sys/kern : exec_elf.c exec_subr.c sys/sys : exec.h libexec/ld.so : SPECS.randomdata Log message: 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