Module Name: src Committed By: pooka Date: Thu Dec 30 16:49:25 UTC 2010
Modified Files: src/sys/kern: makesyscalls.sh src/sys/sys: systm.h Log Message: Mark syscalls not supported by a rump kernel with SYCALL_NOSYS, as pure function pointer comparison brings weak alias confusion (weak aliases are necessary for static linkage). To generate a diff of this commit: cvs rdiff -u -r1.106 -r1.107 src/sys/kern/makesyscalls.sh cvs rdiff -u -r1.244 -r1.245 src/sys/sys/systm.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.