Searched hist:"29 b45e9e990b18b2d83290702d9cc3e6409e2219" (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/vm/ |
H A D | vm_map.c | diff 29b45e9e990b18b2d83290702d9cc3e6409e2219 Thu Jun 17 07:49:00 CEST 1999 Alan Cox <alc@FreeBSD.org> vm_map_insert sometimes extends an existing vm_map entry, rather than creating a new entry. vm_map_stack and vm_map_growstack can panic when a new entry isn't created. Fixed vm_map_stack and vm_map_growstack.
Also, when extending the stack, always set the protection to VM_PROT_ALL. diff 29b45e9e990b18b2d83290702d9cc3e6409e2219 Thu Jun 17 07:49:00 CEST 1999 Alan Cox <alc@FreeBSD.org> vm_map_insert sometimes extends an existing vm_map entry, rather than creating a new entry. vm_map_stack and vm_map_growstack can panic when a new entry isn't created. Fixed vm_map_stack and vm_map_growstack.
Also, when extending the stack, always set the protection to VM_PROT_ALL.
|