Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/rump
Module Name: src
Committed By: pooka
Date: Wed Aug 15 22:13:16 UTC 2007
Modified Files:
src/sys/rump: Makefile.rump
src/sys/rump/librump/rumpkern: emul.c
src/sys/rump/librump/rumpuser: Makefile rumpuser.c
Log Message:
Wrap malloc() so that we catch the kernel arguments (namely M_ZERO)
properly. It's fairly amusing that this wasn't noticed until now.
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/rump/Makefile.rump
cvs rdiff -r1.8 -r1.9 src/sys/rump/librump/rumpkern/emul.c
cvs rdiff -r1.2 -r1.3 src/sys/rump/librump/rumpuser/Makefile
cvs rdiff -r1.4 -r1.5 src/sys/rump/librump/rumpuser/rumpuser.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