Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/rump/librump/rumpkern
Module Name: src
Committed By: pooka
Date: Thu Jan 3 02:48:03 UTC 2008
Modified Files:
src/sys/rump/librump/rumpkern: auth.c pool.c rump.c specfs.c vfs.c vm.c
Log Message:
Theoretically this is supposed to be interchangeable with real
kernel code. Use kmem_alloc/free instead of some wily homerolled
rump interfaces for memory allocation.
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/rump/librump/rumpkern/auth.c
cvs rdiff -r1.5 -r1.6 src/sys/rump/librump/rumpkern/pool.c
cvs rdiff -r1.27 -r1.28 src/sys/rump/librump/rumpkern/rump.c \
src/sys/rump/librump/rumpkern/vfs.c
cvs rdiff -r1.15 -r1.16 src/sys/rump/librump/rumpkern/specfs.c
cvs rdiff -r1.26 -r1.27 src/sys/rump/librump/rumpkern/vm.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index