DragonFly commits List (threaded) for 2009-01
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
DragonFly-2.1.1.327.gc75ce master sys/kern imgact_resident.c
commit c75ceda3a3fe7a9bc5f8f9a5ba9cfb726afc1c9f
Author: Simon Schubert <corecode@dragonflybsd.org>
Date: Tue Jan 6 03:18:30 2009 +0100
Properly initialize the new vmspace and register its pmap.
Without this the vmspace's pmap would not be in the global
pmap_list. This later leads to a panic when sys_exec_sys_unregister
releases the vmspace.
Reported-by: Christian Sturm <athaba@inode.at>
Summary of changes:
sys/kern/imgact_resident.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
http://gitweb.dragonflybsd.org/?p=dragonfly.git;a=commitdiff;h=c75ceda3a3fe7a9bc5f8f9a5ba9cfb726afc1c9f
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]