Module Name: src Committed By: maya Date: Fri Mar 10 09:13:49 UTC 2017
Modified Files: src/libexec/ld.elf_so: map_object.c Log Message: Revert to version 1.55 of map_object.c. This reverts: "really unmap the gap between the text and data rather than just removing all access with mprotect(). the latter results in the kernel having to keep track of that range separately since the permissions are different. avoid calling mmap() with a size of zero." As per toolchain/52054: src/libexec/ld.elf_so update breaks everything, this commit is very broken for some people (but not others). chs mentioned he has a fix, but best not to leave -current broken in the meantime. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/libexec/ld.elf_so/map_object.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.