Files
codezero/conts/posix/mm0/mm
Bahadir Balban d306d6b451 posix: Fixing mm0 mapping task pages incorrectly
Modifying task_virt_to_page() so that it takes into account page
protections. If mm0 writes to a task page that is meant to be
read-only, (e.g. the zero page) the design is broken.

Every access to a task's page will take the page fault route,
and the page fault handler will return the page instead of 0.
2009-11-05 18:25:26 +02:00
..
2009-10-21 16:58:10 +03:00
2009-11-05 13:52:39 +02:00