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
2013-04-12 18:55:40 +00:00
2013-05-31 15:42:00 +00:00
2013-04-09 16:43:13 +02:00
2013-05-31 16:13:41 +02:00
2013-05-31 15:42:00 +00:00
2013-04-12 18:55:40 +00:00
2013-05-31 15:42:00 +00:00
2013-05-31 15:42:00 +00:00
2013-05-30 16:29:20 +00:00
2013-05-13 11:18:15 +02:00
2013-05-31 16:13:41 +02:00
2013-05-31 15:42:00 +00:00
2013-04-12 18:55:40 +00:00
2013-05-31 15:42:00 +00:00
2013-04-24 10:18:16 +00:00
2013-05-13 11:18:15 +02:00
2013-05-31 16:13:41 +02:00
2013-05-26 14:12:54 +00:00
2010-01-21 10:16:05 +00:00
2013-04-04 12:50:12 +00:00
Description
A fun microkernel meant to match modern usecases
GPL-3.0 148 MiB
Languages
C 78.2%
Roff 10.2%
Assembly 4.6%
Shell 3.7%
Makefile 1.6%
Other 1.2%