NetBSD/sys/rump/librump
pooka aeada54307 Don't reorder page on the age queue if the lookup is done by the
pagedaemon.  This mimics normal kernel behaviour where pmap_kentered
mappings are not tracked for references.  Without this change the
vnode pager's clustering could cause one page to be released by
the pagedaemon, and the rest of the pages in the pageout cluster
made unlikely candidates to be released soon.
2010-10-13 11:01:04 +00:00
..
rumpcrypto Globally define -Wno-pointer-sign, as it has become a pointless 2010-02-16 20:42:44 +00:00
rumpdev Move FLAWLESSCALL from rump_dev_private.h into rump_private.h 2010-06-13 16:49:01 +00:00
rumpkern Don't reorder page on the age queue if the lookup is done by the 2010-10-13 11:01:04 +00:00
rumpnet Introduce RUMP_COMPONENT. It behaves mostly like a simplified 2010-03-01 13:12:19 +00:00
rumpvfs Release PG_PAGEOUT pages in aiodone. 2010-09-09 12:18:39 +00:00
test/sysproxy Add proof-of-concept code for enabling system calls to rump virtual 2009-04-29 17:51:47 +00:00
Makefile librumpuser is not _KERNEL code and does not belong in sys. Move 2010-02-26 18:54:20 +00:00
Makefile.inc Default to using threads. This doesn't affect the normal release build. 2009-02-17 16:01:15 +00:00
makerumpif.sh Print generated filenames so i remember which ones to commit. 2010-09-01 19:32:11 +00:00