DragonFly-2.1.1.327.gc75ce master sys/kern imgact_resident.c

Simon Schubert corecode at crater.dragonflybsd.org
Mon Jan 5 19:00:18 PST 2009


commit c75ceda3a3fe7a9bc5f8f9a5ba9cfb726afc1c9f
Author: Simon Schubert <corecode at 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 at 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





More information about the Commits mailing list