Ben Gras
33a7ac7557
vfs: mmap support
...
. libc: add vfs_mmap, a way for vfs to initiate mmap()s.
This is a good special case to have as vfs is a slightly
different client from regular user processes. It doesn't do it
for itself, and has the dev & inode info already so the callback
to VFS for the lookup isn't necessary. So it has different info
to have to give to VM.
. libc: also add minix_mmap64() that accepts a 64-bit offset, even
though our off_t is still 32 bit now.
. On exec() time, try to mmap() in the executable if available.
(It is not yet available in this commit.)
. To support mmap(), add do_vm_call that allows VM to lookup
(to ino+dev), do i/o from and close FD's on behalf of other
processes.
Change-Id: I831551e45a6781c74313c450eb9c967a68505932
2013-05-31 15:42:00 +00:00
..
2012-02-14 14:52:02 +01:00
2012-02-14 14:52:02 +01:00
2012-02-14 14:52:02 +01:00
2012-03-25 21:58:14 +02:00
2012-08-28 13:49:27 -04:00
2012-03-30 17:37:53 +02:00
2012-03-25 21:58:20 +02:00
2013-04-04 15:04:54 +02:00
2012-02-14 14:52:02 +01:00
2012-03-25 21:58:14 +02:00
2012-03-25 21:58:20 +02:00
2012-03-25 21:58:14 +02:00
2012-03-25 21:58:14 +02:00
2012-03-25 21:58:20 +02:00
2013-04-04 15:04:54 +02:00
2013-04-04 15:04:54 +02:00
2013-04-04 15:04:54 +02:00
2012-03-25 21:58:14 +02:00
2012-02-14 14:52:02 +01:00
2012-02-14 14:52:02 +01:00
2012-03-25 21:58:14 +02:00
2012-03-25 21:58:14 +02:00
2012-08-06 17:49:22 +02:00
2013-02-26 09:44:21 +00:00
2012-03-25 21:58:14 +02:00
2012-03-25 21:58:14 +02:00
2012-03-25 21:58:27 +02:00
2012-02-14 14:52:02 +01:00
2012-03-25 21:58:14 +02:00
2012-03-25 21:58:14 +02:00
2012-02-14 14:52:02 +01:00
2012-02-14 14:52:02 +01:00
2012-03-25 21:58:14 +02:00
2012-02-14 14:52:02 +01:00
2013-04-12 18:55:39 +00:00
2013-04-12 18:55:39 +00:00
2013-01-23 21:03:38 +01:00
2012-03-25 21:58:14 +02:00
2012-03-25 21:58:14 +02:00
2012-03-25 21:58:14 +02:00
2012-03-25 21:58:14 +02:00
2013-01-23 21:03:38 +01:00
2012-03-30 17:37:53 +02:00
2012-03-25 21:58:14 +02:00
2012-03-25 21:58:14 +02:00
2012-03-25 21:58:14 +02:00
2013-01-17 14:06:35 +00:00
2012-02-14 14:52:02 +01:00
2012-03-30 17:37:53 +02:00
2012-03-30 17:37:53 +02:00
2012-03-30 17:37:53 +02:00
2012-03-25 21:58:14 +02:00
2013-01-29 17:57:04 +00:00
2012-03-25 21:58:14 +02:00
2012-02-14 14:52:02 +01:00
2012-03-25 21:58:14 +02:00
2012-03-25 21:58:14 +02:00
2012-02-14 14:52:02 +01:00
2012-02-14 14:52:02 +01:00
2012-03-25 21:58:14 +02:00
2012-03-25 21:58:14 +02:00
2013-04-12 18:55:39 +00:00
2012-03-25 21:58:14 +02:00
2013-04-12 18:55:39 +00:00
2013-02-26 09:44:20 +00:00
2013-04-12 18:55:39 +00:00
2012-03-25 21:58:14 +02:00
2012-03-25 21:58:14 +02:00
2013-01-23 21:03:38 +01:00
2013-05-31 15:42:00 +00:00
2013-01-14 11:36:26 +01:00
2013-01-23 21:03:38 +01:00
2012-03-25 21:58:27 +02:00
2012-03-25 21:58:20 +02:00
2013-02-28 10:08:53 +00:00
2012-02-14 14:52:02 +01:00
2012-02-14 14:52:02 +01:00
2012-02-14 14:52:02 +01:00
2012-02-14 14:52:02 +01:00
2012-02-14 14:52:02 +01:00
2012-08-10 22:09:43 +02:00
2012-08-10 22:09:43 +02:00
2012-11-22 19:16:17 +01:00
2012-03-30 17:37:53 +02:00
2012-02-14 14:52:02 +01:00
2012-02-14 14:52:02 +01:00
2012-02-14 14:52:02 +01:00
2012-03-25 21:58:14 +02:00
2013-01-23 21:03:38 +01:00
2013-02-26 09:44:20 +00:00
2012-02-14 14:52:02 +01:00
2012-02-14 14:52:02 +01:00
2012-02-14 14:52:02 +01:00
2012-02-14 14:52:02 +01:00
2013-01-23 21:03:38 +01:00
2012-02-14 14:52:02 +01:00
2012-02-14 14:52:02 +01:00
2013-04-04 15:04:54 +02:00
2012-02-14 14:52:02 +01:00
2013-02-26 09:44:20 +00:00
2013-02-26 09:44:20 +00:00
2013-02-26 09:44:20 +00:00
2012-02-14 14:52:02 +01:00
2013-01-23 21:03:38 +01:00
2013-01-23 21:03:38 +01:00
2013-01-23 21:03:38 +01:00
2012-02-14 14:52:02 +01:00
2013-01-23 21:03:38 +01:00
2013-03-20 16:14:21 +00:00
2013-02-28 10:08:53 +00:00
2012-02-14 14:52:02 +01:00
2012-02-14 14:52:02 +01:00
2013-03-06 09:56:08 +00:00
2012-02-14 14:52:02 +01:00
2013-01-14 11:36:26 +01:00
2012-02-14 14:52:02 +01:00
2012-02-14 14:52:02 +01:00
2012-09-24 15:53:43 +02:00
2012-02-14 14:52:02 +01:00
2012-02-14 14:52:02 +01:00
2012-02-14 14:52:02 +01:00
2012-02-14 14:52:02 +01:00
2013-04-12 18:55:39 +00:00
2013-04-12 18:55:39 +00:00
2012-02-14 14:52:02 +01:00
2012-06-28 15:20:53 +02:00
2012-02-14 14:52:02 +01:00