Files
codezero/tasks
Bahadir Balban 0ddb8ea799 Fix to do_mmap(): file_offset was byte offset, it is now a pfn.
Uncovered a mmap() bug that came along this far. file_offset
parameter of do_mmap() was assigned to the mapped vma as is, i.e.
as a byte offset. This caused problems since most page fault and
other internal code assumed this was a page frame number. This is now
fixed. This came along unnoticed since all mmaps until now started at
file offset 0.
2008-11-23 23:24:03 +02:00
..
2008-01-13 13:53:52 +00:00
2008-11-23 21:27:11 +02:00
2008-01-13 13:53:52 +00:00