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: Mon Mar 10 22:38:53 UTC 2014
Modified Files:
src/share/mk: bsd.own.mk
src/sys/rump: Makefile.rump
src/sys/rump/include/rump: rump.h
src/sys/rump/librump/rumpkern: Makefile.rumpkern rump.c
src/tests/rump/modautoload: Makefile t_modautoload.c
Log Message:
Move the "is arch capable of loading native kernel modules into
rump kernel" clauses from bsd.own.mk to Makefile.rump. Also,
add a rump_nativeabi_p() call to determine if rump kernel is
compiled with native ABI support.
To generate a diff of this commit:
cvs rdiff -u -r1.782 -r1.783 src/share/mk/bsd.own.mk
cvs rdiff -u -r1.89 -r1.90 src/sys/rump/Makefile.rump
cvs rdiff -u -r1.58 -r1.59 src/sys/rump/include/rump/rump.h
cvs rdiff -u -r1.138 -r1.139 src/sys/rump/librump/rumpkern/Makefile.rumpkern
cvs rdiff -u -r1.287 -r1.288 src/sys/rump/librump/rumpkern/rump.c
cvs rdiff -u -r1.1 -r1.2 src/tests/rump/modautoload/Makefile \
src/tests/rump/modautoload/t_modautoload.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