Searched hist:"4 cc712004cbc472b5ff93761b1ecbb724b6f44a1" (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/powerpc/powerpc/ |
H A D | vm_machdep.c | diff 4cc712004cbc472b5ff93761b1ecbb724b6f44a1 Mon Sep 20 21:08:48 CEST 1999 Matthew Dillon <dillon@FreeBSD.org> Fix bug in pipe code relating to writes of mmap'd but illegal address spaces which cross a segment boundry in the page table. pmap_kextract() is not designed for access to the user space portion of the page table and cannot handle the null-page-directory-entry case.
The fix is to have vm_fault_quick() return a success or failure which is then used to avoid calling pmap_kextract(). diff 4cc712004cbc472b5ff93761b1ecbb724b6f44a1 Mon Sep 20 21:08:48 CEST 1999 Matthew Dillon <dillon@FreeBSD.org> Fix bug in pipe code relating to writes of mmap'd but illegal address spaces which cross a segment boundry in the page table. pmap_kextract() is not designed for access to the user space portion of the page table and cannot handle the null-page-directory-entry case.
The fix is to have vm_fault_quick() return a success or failure which is then used to avoid calling pmap_kextract().
|
/freebsd/sys/vm/ |
H A D | vm_extern.h | diff 4cc712004cbc472b5ff93761b1ecbb724b6f44a1 Mon Sep 20 21:08:48 CEST 1999 Matthew Dillon <dillon@FreeBSD.org> Fix bug in pipe code relating to writes of mmap'd but illegal address spaces which cross a segment boundry in the page table. pmap_kextract() is not designed for access to the user space portion of the page table and cannot handle the null-page-directory-entry case.
The fix is to have vm_fault_quick() return a success or failure which is then used to avoid calling pmap_kextract(). diff 4cc712004cbc472b5ff93761b1ecbb724b6f44a1 Mon Sep 20 21:08:48 CEST 1999 Matthew Dillon <dillon@FreeBSD.org> Fix bug in pipe code relating to writes of mmap'd but illegal address spaces which cross a segment boundry in the page table. pmap_kextract() is not designed for access to the user space portion of the page table and cannot handle the null-page-directory-entry case.
The fix is to have vm_fault_quick() return a success or failure which is then used to avoid calling pmap_kextract().
|
/freebsd/sys/kern/ |
H A D | sys_pipe.c | diff 4cc712004cbc472b5ff93761b1ecbb724b6f44a1 Mon Sep 20 21:08:48 CEST 1999 Matthew Dillon <dillon@FreeBSD.org> Fix bug in pipe code relating to writes of mmap'd but illegal address spaces which cross a segment boundry in the page table. pmap_kextract() is not designed for access to the user space portion of the page table and cannot handle the null-page-directory-entry case.
The fix is to have vm_fault_quick() return a success or failure which is then used to avoid calling pmap_kextract(). diff 4cc712004cbc472b5ff93761b1ecbb724b6f44a1 Mon Sep 20 21:08:48 CEST 1999 Matthew Dillon <dillon@FreeBSD.org> Fix bug in pipe code relating to writes of mmap'd but illegal address spaces which cross a segment boundry in the page table. pmap_kextract() is not designed for access to the user space portion of the page table and cannot handle the null-page-directory-entry case.
The fix is to have vm_fault_quick() return a success or failure which is then used to avoid calling pmap_kextract().
|
/freebsd/sys/amd64/amd64/ |
H A D | vm_machdep.c | diff 4cc712004cbc472b5ff93761b1ecbb724b6f44a1 Mon Sep 20 21:08:48 CEST 1999 Matthew Dillon <dillon@FreeBSD.org> Fix bug in pipe code relating to writes of mmap'd but illegal address spaces which cross a segment boundry in the page table. pmap_kextract() is not designed for access to the user space portion of the page table and cannot handle the null-page-directory-entry case.
The fix is to have vm_fault_quick() return a success or failure which is then used to avoid calling pmap_kextract(). diff 4cc712004cbc472b5ff93761b1ecbb724b6f44a1 Mon Sep 20 21:08:48 CEST 1999 Matthew Dillon <dillon@FreeBSD.org> Fix bug in pipe code relating to writes of mmap'd but illegal address spaces which cross a segment boundry in the page table. pmap_kextract() is not designed for access to the user space portion of the page table and cannot handle the null-page-directory-entry case.
The fix is to have vm_fault_quick() return a success or failure which is then used to avoid calling pmap_kextract().
|
/freebsd/sys/i386/i386/ |
H A D | vm_machdep.c | diff 4cc712004cbc472b5ff93761b1ecbb724b6f44a1 Mon Sep 20 21:08:48 CEST 1999 Matthew Dillon <dillon@FreeBSD.org> Fix bug in pipe code relating to writes of mmap'd but illegal address spaces which cross a segment boundry in the page table. pmap_kextract() is not designed for access to the user space portion of the page table and cannot handle the null-page-directory-entry case.
The fix is to have vm_fault_quick() return a success or failure which is then used to avoid calling pmap_kextract(). diff 4cc712004cbc472b5ff93761b1ecbb724b6f44a1 Mon Sep 20 21:08:48 CEST 1999 Matthew Dillon <dillon@FreeBSD.org> Fix bug in pipe code relating to writes of mmap'd but illegal address spaces which cross a segment boundry in the page table. pmap_kextract() is not designed for access to the user space portion of the page table and cannot handle the null-page-directory-entry case.
The fix is to have vm_fault_quick() return a success or failure which is then used to avoid calling pmap_kextract().
|