]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
o Call the functions registered with at_exec() from exec_new_vmspace()
authorAlan Cox <alc@FreeBSD.org>
Sun, 13 Jan 2002 19:36:35 +0000 (19:36 +0000)
committerAlan Cox <alc@FreeBSD.org>
Sun, 13 Jan 2002 19:36:35 +0000 (19:36 +0000)
commit6f5dafea7534450b3f045775e331c333381d5e88
tree23a3a70d57d638c898297ad9d9fdb21f7d1d7c3c
parent4c6aff87c8319bcd13c54f77fe8cfd04806fe77a
 o Call the functions registered with at_exec() from exec_new_vmspace()
   instead of execve().  Otherwise, the possibility still exists
   for a pending AIO to modify the new address space.

Reviewed by: alfred
sys/kern/kern_exec.c