Go to file
Ben Gras f78d8e74fd secondary cache feature in vm.
A new call to vm lets processes yield a part of their memory to vm,
together with an id, getting newly allocated memory in return. vm is
allowed to forget about it if it runs out of memory. processes can ask
for it back using the same id. (These two operations are normally
combined in a single call.)

It can be used as a as-big-as-memory-will-allow block cache for
filesystems, which is how mfs now uses it.
2010-05-05 11:35:04 +00:00
benchmarks only check local benchmark dir if it exists 2010-02-04 18:15:10 +00:00
boot Allow loading images > 16M 2010-04-29 15:14:07 +00:00
commands awk Makefile: make yacc less chatty to stderr. 2010-05-04 09:23:31 +00:00
docs Fix date in UPDATING 2010-04-12 17:56:07 +00:00
drivers tty: don't use custom kputc; this fixes tty printf()s. 2010-05-04 09:26:01 +00:00
etc at_wini: more general system to allow devices that behave like ata controllers. 2010-04-28 11:52:28 +00:00
include secondary cache feature in vm. 2010-05-05 11:35:04 +00:00
kernel deadlock() - more info 2010-05-03 17:38:54 +00:00
lib secondary cache feature in vm. 2010-05-05 11:35:04 +00:00
man Add scancode reading capability to TTY 2010-04-15 06:55:42 +00:00
servers secondary cache feature in vm. 2010-05-05 11:35:04 +00:00
test - Add test52 to test FPU context switching 2010-05-03 15:12:39 +00:00
tools cd boot workaround for bioses that didn't want to boot >4 image sectors. 2010-04-26 22:07:21 +00:00
LICENSE Fix parameter parsing in cut 2010-01-21 10:16:05 +00:00
Makefile Convert kernel over to bsdmake 2010-04-01 22:22:33 +00:00