Go to file
Ben Gras 49b9165251 vm: mmap support
. test74 for mmap functionality
	. vm: add a mem_file memory type that specifies an mmap()ped
	  memory range, backed by a file
	. add fdref, an object that keeps track of FD references within
	  VM per process and so knows how to de-duplicate the use of FD's
	  by various mmap()ped ranges; there can be many more than there can
	  be FD's
	. turned off for now, enable with 'filemap=1' as boot option

Change-Id: I640b1126cdaa522a0560301cf6732b7661555672
2013-05-31 15:42:01 +00:00
benchmarks Removing obsolete _MINIX define 2013-02-26 09:44:20 +00:00
bin remove utimes() workarounds 2013-04-12 18:55:40 +00:00
commands vfs: mmap support 2013-05-31 15:42:00 +00:00
common Downgrading to netbsd zlib version 2013-04-09 16:43:13 +02:00
dist/nvi Termcap update, replacing elvis by nvi. 2013-01-24 07:44:38 +01:00
distrib vm: mmap support 2013-05-31 15:42:01 +00:00
docs build:refactor arm_sdimage.sh as to no longer require root. 2013-04-23 11:24:12 +02:00
drivers panic: declare as printf-style-checked 2013-05-31 13:35:25 +00:00
etc vm: mmap support 2013-05-31 15:42:01 +00:00
external remove utimes() workarounds 2013-04-12 18:55:40 +00:00
gnu/dist Toolchain upgrade and portability improvements. 2012-11-15 16:07:29 +01:00
include vfs: mmap support 2013-05-31 15:42:00 +00:00
kernel panic: declare as printf-style-checked 2013-05-31 13:35:25 +00:00
lib vfs: mmap support 2013-05-31 15:42:00 +00:00
libexec import netbsd ftpd 2013-05-30 16:29:20 +00:00
man mkfs.mfs: various programs 2013-05-13 11:18:15 +02:00
releasetools Importing usr.bin/logname 2013-05-31 16:13:41 +02:00
sbin ext2: annotate cache blocks with inode metadata 2013-04-26 15:39:07 +00:00
servers vm: mmap support 2013-05-31 15:42:01 +00:00
share remove utimes() workarounds 2013-04-12 18:55:40 +00:00
sys vfs: mmap support 2013-05-31 15:42:00 +00:00
test vm: mmap support 2013-05-31 15:42:01 +00:00
tools mkfs.mfs: various programs 2013-05-13 11:18:15 +02:00
usr.bin Importing usr.bin/logname 2013-05-31 16:13:41 +02:00
usr.sbin fix some comment typo's 2013-05-26 14:12:54 +00:00
.gitignore gitignore: ignore some more generated files 2012-12-06 13:29:20 +00:00
.gitreview misc:Add gerrit code review support. 2013-01-16 09:44:16 +01:00
build.sh Reverting back to default value of MKARZERO 2013-01-17 10:03:58 +01:00
LICENSE Fix parameter parsing in cut 2010-01-21 10:16:05 +00:00
Makefile some etc fixes 2013-04-04 12:50:12 +00:00