minix/sys
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
..
arch Downgrading to netbsd zlib version 2013-04-09 16:43:13 +02:00
compat/sys Libraries updates and cleanup 2013-01-14 11:36:26 +01:00
conf Rewrite osrelease.sh to parse Minix version 2012-06-18 10:53:36 +00:00
dev/ic Remove libkern, leave just header. 2012-02-09 18:54:42 +01:00
fs Remove libkern, leave just header. 2012-02-09 18:54:42 +01:00
lib Downgrading to netbsd zlib version 2013-04-09 16:43:13 +02:00
net Moving all NetBSD headers back where they belong. 2013-01-14 11:36:25 +01:00
netinet Moving all NetBSD headers back where they belong. 2013-01-14 11:36:25 +01:00
netinet6 Moving all NetBSD headers back where they belong. 2013-01-14 11:36:25 +01:00
sys vfs: mmap support 2013-05-31 15:42:00 +00:00
ufs imported code harmonisation 2012-03-14 16:02:59 +01:00
Makefile Moving all NetBSD headers back where they belong. 2013-01-14 11:36:25 +01:00
stdlib.h Remove libkern, leave just header. 2012-02-09 18:54:42 +01:00