Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   thorpej
Date:           Wed May 12 19:28:30 UTC 1999

Modified Files:
        src/sys/arch/i386/i386: gdt.c machdep.c pmap.c pmap.new.c sys_machdep.c
            vm_machdep.c
        src/sys/arch/i386/include: gdt.h pcb.h pmap.h pmap.new.h
Log Message:
Move the user-set LDT out of the PCB and into the pmap.  Applications
which set the LDT and share VM space (e.g. new versions of WINE) expect
the LDT to be logically coupled to the address space.  Use the new pmap_fork()
interface to copy non-shared user-set LDTs when the address space is forked.




Home | Main Index | Thread Index | Old Index