Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: pooka
Date: Mon Jan 5 21:42:37 UTC 2009
Modified Files:
src/sys/kern: kern_malloc.c
src/sys/rump/librump/rumpkern: Makefile.rumpkern emul.c
src/sys/rump/librump/rumpuser: Makefile rumpuser.c
src/sys/sys: malloc.h
Log Message:
Rename malloc() to kern_malloc() to avoid name conflict with libc.
Now it is possible to use the kernel linker with rump.
To generate a diff of this commit:
cvs rdiff -r1.124 -r1.125 src/sys/kern/kern_malloc.c
cvs rdiff -r1.32 -r1.33 src/sys/rump/librump/rumpkern/Makefile.rumpkern
cvs rdiff -r1.70 -r1.71 src/sys/rump/librump/rumpkern/emul.c
cvs rdiff -r1.12 -r1.13 src/sys/rump/librump/rumpuser/Makefile
cvs rdiff -r1.25 -r1.26 src/sys/rump/librump/rumpuser/rumpuser.c
cvs rdiff -r1.102 -r1.103 src/sys/sys/malloc.h
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