Module Name: src Committed By: pooka Date: Wed Jun 17 11:46:34 UTC 2015
Modified Files: src/sys/rump: README.compileopts src/sys/rump/librump/rumpkern: Makefile.rumpkern Removed Files: src/sys/rump/librump/rumpkern: memalloc.c Log Message: Remove unreal allocators, unconditionally use subr_{kmem,pool}. Will, with other work, allow to tighten the memory allocation hypercall specification to page-granularity allocations in the future. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/rump/README.compileopts cvs rdiff -u -r1.159 -r1.160 src/sys/rump/librump/rumpkern/Makefile.rumpkern cvs rdiff -u -r1.21 -r0 src/sys/rump/librump/rumpkern/memalloc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.