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:           Tue Sep  3 19:55:13 UTC 2013

Modified Files:
        src/sys/kern: makesyscalls.sh
        src/sys/rump/librump/rumpkern: rump.c rump_private.h

Log Message:
Don't autogenerate the wrapper that is called from the rump kernel
local syscall entry points.  The wrapper is now so big that it doesn't
get inlined (original intent for having it close to the entry points),
and autogenerating a regular function just loses in flexibility.


To generate a diff of this commit:
cvs rdiff -u -r1.129 -r1.130 src/sys/kern/makesyscalls.sh
cvs rdiff -u -r1.271 -r1.272 src/sys/rump/librump/rumpkern/rump.c
cvs rdiff -u -r1.74 -r1.75 src/sys/rump/librump/rumpkern/rump_private.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