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-03-25 21:58:20 +02:00
2012-03-25 16:17:10 +02:00
2013-02-26 09:44:24 +00:00
2013-02-26 09:44:21 +00:00
2013-03-08 09:41:49 +01:00
2012-03-25 16:17:10 +02:00
2012-10-15 18:24:30 +02:00
2013-03-20 16:14:21 +00:00
2013-01-14 11:44:31 +01:00
2012-03-25 16:17:10 +02:00
2012-12-07 13:58:06 +01:00
2012-11-15 16:07:29 +01:00
2010-06-25 18:29:09 +00:00
2012-06-18 10:53:35 +00:00
2012-11-15 16:07:29 +01:00
2012-11-15 16:07:29 +01:00
2012-03-25 16:17:10 +02:00
2012-11-15 16:07:29 +01:00
2013-01-14 11:44:31 +01:00
2012-03-25 16:17:10 +02:00
2012-03-25 16:17:10 +02:00
2013-02-26 09:44:20 +00:00
2013-02-01 11:41:48 +01:00
2012-02-17 23:53:44 +01:00
2010-06-25 18:29:09 +00:00
2013-02-26 09:44:21 +00:00
2012-11-15 16:07:29 +01:00
2012-02-14 14:52:02 +01:00
2012-11-15 16:07:29 +01:00
2012-03-25 16:17:10 +02:00
2011-12-11 22:45:46 +01:00
2012-11-15 16:07:29 +01:00
2013-03-20 16:14:21 +00:00
2012-11-30 10:54:40 +00:00
2013-02-26 09:44:24 +00:00
2012-03-25 16:17:10 +02:00
2013-02-26 09:44:24 +00:00
2010-06-25 18:29:09 +00:00
2010-08-12 14:11:28 +00:00
2013-01-14 11:36:26 +01:00
2012-06-18 10:53:35 +00:00
2010-07-06 12:10:23 +00:00
2010-06-25 18:29:09 +00:00
2012-03-25 16:17:10 +02:00
2012-03-25 16:17:10 +02:00
2011-12-11 22:45:46 +01:00
2013-03-20 16:14:21 +00:00
2013-04-12 18:55:40 +00:00
2013-02-26 09:44:24 +00:00
2013-02-26 09:44:24 +00:00
2012-03-25 21:58:20 +02:00
2013-02-26 09:44:24 +00:00
2012-03-25 16:17:10 +02:00
2013-01-14 11:44:31 +01:00
2013-01-14 11:44:31 +01:00
2013-01-14 11:44:31 +01:00
2011-11-23 15:56:13 +01:00
2013-02-26 09:44:24 +00:00
2012-11-15 16:07:30 +01:00
2012-02-15 19:04:58 +00:00
2012-03-25 21:58:26 +02:00
2013-02-26 09:44:24 +00:00
2013-02-26 09:44:24 +00:00
2010-06-25 18:29:09 +00:00
2010-06-25 18:29:09 +00:00
2012-03-25 16:17:10 +02:00
2010-06-25 18:29:09 +00:00
2010-06-25 18:29:09 +00:00
2013-02-26 09:44:24 +00:00
2013-02-26 09:44:24 +00:00
2012-03-25 16:17:10 +02:00
2012-03-25 16:17:10 +02:00
2013-02-26 09:44:20 +00:00
2010-06-25 18:29:09 +00:00
2010-06-25 18:29:09 +00:00
2010-06-25 18:29:09 +00:00
2013-02-26 09:44:24 +00:00
2010-06-25 18:29:09 +00:00
2010-06-25 18:29:09 +00:00
2013-01-14 11:44:31 +01:00
2010-09-14 21:31:56 +00:00
2012-03-25 16:17:10 +02:00
2013-02-21 10:29:08 +00:00
2013-02-26 09:44:24 +00:00
2012-03-25 16:17:10 +02:00
2013-01-25 18:44:17 +01:00
2010-12-10 15:21:59 +00:00
2012-11-26 15:20:18 +00:00
2013-01-14 11:44:31 +01:00
2012-03-28 17:30:56 +02:00
2010-06-25 18:29:09 +00:00
2010-06-25 18:29:09 +00:00
2013-02-26 09:44:24 +00:00
2012-03-25 16:17:10 +02:00
2013-03-20 16:14:21 +00:00
2013-03-20 16:14:21 +00:00
2012-03-25 16:17:10 +02:00
2011-07-16 13:01:19 +02:00
2010-06-25 18:29:09 +00:00
2013-02-14 22:58:29 +00:00
2010-09-10 17:00:30 +00:00
2013-01-14 11:36:26 +01:00
2010-06-25 18:29:09 +00:00
2012-11-21 20:28:37 +01:00
2012-03-25 16:17:10 +02:00
2010-06-25 18:29:09 +00:00
2012-03-25 16:17:10 +02:00
2012-11-26 15:20:18 +00:00
2012-08-10 18:49:40 +00:00
2012-03-25 16:17:10 +02:00
2013-01-14 11:44:31 +01:00
2013-02-26 09:44:24 +00:00
2013-01-14 11:44:31 +01:00
2013-02-26 09:44:24 +00:00
2013-01-14 11:44:31 +01:00
2013-02-26 09:44:20 +00:00
2010-09-10 09:22:22 +00:00
2013-03-20 16:50:01 +00:00
2012-03-25 16:17:10 +02:00
2013-01-14 11:44:31 +01:00
2013-03-20 16:14:21 +00:00
2010-06-25 18:29:09 +00:00
2010-06-25 18:29:09 +00:00
2013-01-14 11:44:31 +01:00
2010-06-25 18:29:09 +00:00
2013-02-26 09:44:20 +00:00
2010-06-25 18:29:09 +00:00
2010-07-06 12:10:23 +00:00
2013-05-31 15:42:00 +00:00
2012-10-17 22:54:27 +02:00
2012-03-25 16:17:10 +02:00
2013-01-14 11:44:31 +01:00
2010-06-25 18:29:09 +00:00
2010-06-25 18:29:09 +00:00
2012-03-25 16:17:10 +02:00
2013-02-27 17:53:27 +00:00
2012-08-31 20:12:57 +02:00
2010-06-25 18:29:09 +00:00
2013-02-26 09:44:24 +00:00
2010-06-25 18:29:09 +00:00
2012-04-13 12:58:41 +00:00
2012-03-05 22:41:49 +01:00
2013-01-14 11:44:31 +01:00
2010-06-25 18:29:09 +00:00
2013-02-26 09:44:24 +00:00
2012-03-25 16:17:10 +02:00
2013-05-30 19:41:45 +00:00
2013-01-14 11:44:31 +01:00
2013-02-26 09:44:24 +00:00
2012-03-25 16:17:10 +02:00
2013-02-26 09:44:20 +00:00
2013-01-14 11:44:31 +01:00
2012-03-25 16:17:10 +02:00
2012-03-25 16:17:10 +02:00
2013-01-14 11:36:26 +01:00
2012-10-15 18:24:30 +02:00
2013-04-12 18:55:40 +00:00
2010-06-25 18:29:09 +00:00
2010-06-25 18:29:09 +00:00
2012-03-25 16:17:10 +02:00
2013-02-26 09:44:24 +00:00
2013-02-26 09:44:20 +00:00
2012-03-25 16:17:10 +02:00
2012-03-25 16:17:10 +02:00
2013-01-04 16:17:07 +00:00
2012-03-25 16:17:10 +02:00
2013-02-15 11:06:34 +01:00
2012-02-15 03:51:27 +01:00
2013-01-14 11:44:31 +01:00
2013-01-14 11:44:31 +01:00
2010-06-25 18:29:09 +00:00
2013-03-20 16:14:21 +00:00
2012-03-25 16:17:10 +02:00
2010-06-25 18:29:09 +00:00
2012-03-25 16:17:10 +02:00
2012-09-19 13:43:17 +02:00
2013-01-14 11:44:31 +01:00
2013-02-26 09:44:24 +00:00
2013-01-14 11:44:31 +01:00
2012-06-18 10:53:35 +00:00
2013-01-14 11:44:31 +01:00
2013-04-08 08:37:04 +02:00
2013-02-26 09:44:23 +00:00