]> Zhao Yanbai Git Server - minix.git/commit
VM: 64-bit mmap() 15/415/6
authorBen Gras <ben@minix3.org>
Wed, 20 Mar 2013 18:45:10 +0000 (18:45 +0000)
committerBen Gras <ben@minix3.org>
Wed, 24 Apr 2013 10:18:15 +0000 (10:18 +0000)
commit9e88c40e4090a7f5291e9d062a7d250cf95e66d0
tree2d9f75904d25b4d8dc4b8621fcf916ecb16089a1
parent75c5fe4c26ea6b220e4b94c7f902116cb0c24277
VM: 64-bit mmap()

Some (backwards-compatible) changes in mmap() call message fields
that allow for a 64-bit offset. minix_mmap() takes an off_t and
minix_mmap64() takes a u64_t. Some mmap() work in VM goes into a
separate function, using the new fields, so that that can be re-used
when files are to be mapped (future commit).

Change-Id: Ifb77a90b593dd3c33cf81b396068e4da1ec5fb1c
include/minix/com.h
lib/libc/sys-minix/mmap.c
servers/vm/mmap.c
sys/sys/mman.h