Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: pooka
Date: Tue Jun 1 20:11:33 UTC 2010
Modified Files:
src/lib/librumpuser: rumpuser.c
src/sys/rump/include/rump: rumpuser.h
src/sys/rump/librump/rumpkern: locks_up.c memalloc.c vm.c
Log Message:
Don't pass "canfail" down to rumpuser_malloc -- there's quite little
we can do with that info way down there. Instead, pass alignment.
Implement rumpuser_malloc() with posix_memalign().
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/librumpuser/rumpuser.c
cvs rdiff -u -r1.42 -r1.43 src/sys/rump/include/rump/rumpuser.h
cvs rdiff -u -r1.1 -r1.2 src/sys/rump/librump/rumpkern/locks_up.c
cvs rdiff -u -r1.5 -r1.6 src/sys/rump/librump/rumpkern/memalloc.c
cvs rdiff -u -r1.77 -r1.78 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