Module Name: src Committed By: pgoyette Date: Tue Dec 29 10:22:06 UTC 2015
Modified Files: src/sys/rump/librump/rumpkern: emul.c Log Message: Now that the table of auto-loadable syscalls is per-emulation, make sure that the rump-kernel has its own list. Otherwise, missing syscalls won't trigger a module auto-load. This commit finishes the work to get tests/lib/librumphijack/t_tcpip nfs_autoload test case working again after 16 months of failures! (see PR bin/49153). To generate a diff of this commit: cvs rdiff -u -r1.173 -r1.174 src/sys/rump/librump/rumpkern/emul.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.