minix/servers
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
..
ds Driver refactory for live update and crash recovery. 2010-04-08 13:41:35 +00:00
hgfs Fix printfs with too few or too many parms, remove unused vars, fix incorrect flag tests, other code cleanup. 2010-04-01 13:25:05 +00:00
inet Remove U16_t and most other similar types. Rewrite functions to ansi-style 2010-04-21 11:05:22 +00:00
init Convert drivers/ and servers/ over to bsdmake 2010-03-22 21:25:22 +00:00
ipc ipc server: don't print as many errors, to make ipc test less noisy. 2010-04-12 11:06:15 +00:00
is Unified crash recovery and live update. 2010-04-27 11:17:30 +00:00
iso9660fs fix mfs/isofs signal handling 2010-04-15 16:10:28 +00:00
mfs secondary cache feature in vm. 2010-05-05 11:35:04 +00:00
pfs Remove the types Dev_t, _mnx_Gui, _mnx_Uid, and similar. 2010-04-13 10:58:41 +00:00
pm Fix wrong word 2010-04-28 20:37:08 +00:00
rs rs: stacktrace if system process exits early. 2010-04-29 08:50:17 +00:00
vfs Scan all processes for that might be blocked on a lock 2010-04-28 11:54:22 +00:00
vm secondary cache feature in vm. 2010-05-05 11:35:04 +00:00
Makefile Convert drivers/ and servers/ over to bsdmake 2010-03-22 21:25:22 +00:00