]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Switch from the usage of vm_map_find()/vm_map_insert() to vm_map_fixed().
authorkib <kib@FreeBSD.org>
Mon, 13 Mar 2017 10:49:36 +0000 (10:49 +0000)
committerkib <kib@FreeBSD.org>
Mon, 13 Mar 2017 10:49:36 +0000 (10:49 +0000)
commitf5b4bf3db9bb31ce466c39af8ee4b81aa991c7a6
treef22c937710331557bb1ff54cb28b207b01a409b2
parent2a9d12f2c4505da15f2a424e5ca928af852387d5
Switch from the usage of vm_map_find()/vm_map_insert() to vm_map_fixed().

MFC r314487:
Use vm_map_insert() instead of vm_map_find() in elf_map_insert().

MFC r314773:
Instead of direct use of vm_map_insert(), call vm_map_fixed(MAP_CHECK_EXCL).
sys/kern/imgact_elf.c